Searched defs:MachineOperandType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h28 typedef MachineOperand::MachineOperandType MachineOperandType; typedef in class:llvm::MipsMCInstLower
43 MachineOperandType MOTy, unsigned Offset) const;
/external/llvm/include/llvm/MC/
H A DMCInst.h34 enum MachineOperandType { enum in class:llvm::MCOperand
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h39 enum MachineOperandType { enum in class:llvm::MachineOperand
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; }

Completed in 58 milliseconds