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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h41 MO_Register, ///< Register operand. enumerator in enum:llvm::MachineOperand::MachineOperandType
65 /// SubReg - Subregister number, only valid for MO_Register. A value of 0
66 /// indicates the MO_Register has no subReg.
78 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
127 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
132 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
138 /// MO_Register: Register number.
141 unsigned RegNo; // For MO_Register.
159 struct { // For MO_Register.
221 /// isReg - Tests if this is a MO_Register operan
[all...]

Completed in 100 milliseconds