Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.h26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
38 MachineOperandType MOTy, unsigned Offset) const;
DXCoreMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCInstLower.h29 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
39 MachineOperandType MOTy, unsigned Offset) const;
DMipsMCInstLower.cpp32 MachineOperandType MOTy, in LowerSymbolOperand()
92 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.h27 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
38 MachineOperandType MOTy, unsigned Offset) const;
DMipsMCInstLower.cpp37 MachineOperandType MOTy, in LowerSymbolOperand()
180 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.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()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h39 enum MachineOperandType { enum
156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) { in MachineOperand()
162 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
/external/llvm/include/llvm/MC/
DMCInst.h34 enum MachineOperandType : unsigned char { enum
42 MachineOperandType Kind;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h32 enum MachineOperandType { enum