Lines Matching refs:MachineOperand
20 #include "llvm/CodeGen/MachineOperand.h"
35 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
132 case MachineOperand::MO_MachineBasicBlock:
136 case MachineOperand::MO_GlobalAddress:
142 case MachineOperand::MO_BlockAddress:
147 case MachineOperand::MO_ExternalSymbol:
152 case MachineOperand::MO_MCSymbol:
157 case MachineOperand::MO_JumpTableIndex:
161 case MachineOperand::MO_ConstantPoolIndex:
186 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
192 case MachineOperand::MO_Register:
196 case MachineOperand::MO_Immediate:
198 case MachineOperand::MO_MachineBasicBlock:
199 case MachineOperand::MO_GlobalAddress:
200 case MachineOperand::MO_ExternalSymbol:
201 case MachineOperand::MO_MCSymbol:
202 case MachineOperand::MO_JumpTableIndex:
203 case MachineOperand::MO_ConstantPoolIndex:
204 case MachineOperand::MO_BlockAddress:
206 case MachineOperand::MO_RegisterMask:
286 const MachineOperand &MO = MI->getOperand(I);
330 for (const MachineOperand &MO : MI->operands()) {