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

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h28 typedef MachineOperand::MachineOperandType MachineOperandType; typedef in class:llvm::MipsMCInstLower
39 MachineOperandType MOTy, unsigned Offset) const;
H A DMipsMCInstLower.cpp36 MachineOperandType MOTy,
130 MachineOperandType MOTy = MO.getType();
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef in class:llvm::XCoreMCInstLower
38 MachineOperandType MOTy, unsigned Offset) const;
H A DXCoreMCInstLower.cpp36 MachineOperandType MOTy,
83 MachineOperandType MOTy = MO.getType();
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h45 enum MachineOperandType : unsigned char {
68 MachineOperandType OpKind;
183 explicit MachineOperand(MachineOperandType K)
186 /// getType - Returns the MachineOperandType for this operand.
188 MachineOperandType getType() const { return (MachineOperandType)OpKind; }
/external/llvm/include/llvm/MC/
H A DMCInst.h34 enum MachineOperandType { enum in class:llvm::MCOperand

Completed in 118 milliseconds