Home | History | Annotate | Download | only in AArch64

Lines Matching refs:MachineOperand

31 AArch64AsmPrinter::lowerSymbolOperand(const MachineOperand &MO,
87 llvm_unreachable("Unexpected MachineOperand flag");
99 bool AArch64AsmPrinter::lowerOperand(const MachineOperand &MO,
103 case MachineOperand::MO_Register:
109 case MachineOperand::MO_Immediate:
112 case MachineOperand::MO_FPImmediate: {
117 case MachineOperand::MO_BlockAddress:
120 case MachineOperand::MO_ExternalSymbol:
123 case MachineOperand::MO_GlobalAddress:
126 case MachineOperand::MO_MachineBasicBlock:
130 case MachineOperand::MO_JumpTableIndex:
133 case MachineOperand::MO_ConstantPoolIndex:
136 case MachineOperand::MO_RegisterMask:
151 const MachineOperand &MO = MI->getOperand(i);