Lines Matching refs:MachineOperand
20 #include "llvm/CodeGen/MachineOperand.h"
36 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
72 case MachineOperand::MO_MachineBasicBlock:
76 case MachineOperand::MO_GlobalAddress:
81 case MachineOperand::MO_BlockAddress:
86 case MachineOperand::MO_ExternalSymbol:
91 case MachineOperand::MO_JumpTableIndex:
95 case MachineOperand::MO_ConstantPoolIndex:
129 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
135 case MachineOperand::MO_Register:
139 case MachineOperand::MO_Immediate:
141 case MachineOperand::MO_MachineBasicBlock:
142 case MachineOperand::MO_GlobalAddress:
143 case MachineOperand::MO_ExternalSymbol:
144 case MachineOperand::MO_JumpTableIndex:
145 case MachineOperand::MO_ConstantPoolIndex:
146 case MachineOperand::MO_BlockAddress:
148 case MachineOperand::MO_RegisterMask:
159 const MachineOperand &MO = MI->getOperand(i);