Home
last modified time | relevance | path

Searched refs:MachineOperandType (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMCInstLower.h26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
38 MachineOperandType MOTy, unsigned Offset) const;
HDXCoreMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsMCInstLower.h28 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
39 MachineOperandType MOTy, unsigned Offset) const;
HDMipsMCInstLower.cpp37 MachineOperandType MOTy, in LowerSymbolOperand()
136 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineOperand.h46 enum MachineOperandType : unsigned char { enum
69 MachineOperandType OpKind : 8;
184 explicit MachineOperand(MachineOperandType K) in MachineOperand()
189 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCInst.h34 enum MachineOperandType : unsigned char { enum
42 MachineOperandType Kind;