Home
last modified time | relevance | path

Searched refs:MachineOperandType (Results 1 – 6 of 6) 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/llvm/lib/Target/Mips/
DMipsMCInstLower.h28 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
39 MachineOperandType MOTy, unsigned Offset) const;
DMipsMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
130 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h45 enum MachineOperandType : unsigned char { enum
68 MachineOperandType OpKind;
183 explicit MachineOperand(MachineOperandType K) in MachineOperand()
188 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
/external/llvm/include/llvm/MC/
DMCInst.h34 enum MachineOperandType { enum