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

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 28 typedef MachineOperand::MachineOperandType MachineOperandType;
43 MachineOperandType MOTy, unsigned Offset) const;
MipsMCInstLower.cpp 38 MachineOperandType MOTy,
172 MachineOperandType MOTy = MO.getType();
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 39 enum MachineOperandType {
59 unsigned char OpKind; // MachineOperandType
169 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) {
173 /// getType - Returns the MachineOperandType for this operand.
175 MachineOperandType getType() const { return (MachineOperandType)OpKind; }
  /external/llvm/include/llvm/MC/
MCInst.h 34 enum MachineOperandType {

Completed in 266 milliseconds