HomeSort by relevance Sort by last modified time
    Searched refs:MachineOperandType (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 28 typedef MachineOperand::MachineOperandType MachineOperandType;
40 MachineOperandType MOTy, unsigned Offset) const;
MipsMCInstLower.cpp 37 MachineOperandType MOTy,
131 MachineOperandType MOTy = MO.getType();
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 26 typedef MachineOperand::MachineOperandType MachineOperandType;
38 MachineOperandType MOTy, unsigned Offset) const;
XCoreMCInstLower.cpp 36 MachineOperandType MOTy,
83 MachineOperandType MOTy = MO.getType();
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 45 enum MachineOperandType {
66 unsigned char OpKind; // MachineOperandType
180 explicit MachineOperand(MachineOperandType K)
183 /// getType - Returns the MachineOperandType for this operand.
185 MachineOperandType getType() const { return (MachineOperandType)OpKind; }
  /external/llvm/include/llvm/MC/
MCInst.h 34 enum MachineOperandType {

Completed in 77 milliseconds