Lines Matching refs:MachineOperand
37 SystemZMCInstLower::getExpr(const MachineOperand &MO, in getExpr()
42 case MachineOperand::MO_MachineBasicBlock: in getExpr()
47 case MachineOperand::MO_GlobalAddress: in getExpr()
51 case MachineOperand::MO_ExternalSymbol: in getExpr()
55 case MachineOperand::MO_JumpTableIndex: in getExpr()
60 case MachineOperand::MO_ConstantPoolIndex: in getExpr()
64 case MachineOperand::MO_BlockAddress: in getExpr()
80 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { in lowerOperand()
82 case MachineOperand::MO_Register: in lowerOperand()
85 case MachineOperand::MO_Immediate: in lowerOperand()
98 const MachineOperand &MO = MI->getOperand(I); in lower()