Lines Matching refs:MachineOperand
29 static MCOperand lowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym, in lowerSymbolOperand()
60 bool llvm::LowerRISCVMachineOperandToMCOperand(const MachineOperand &MO, in LowerRISCVMachineOperandToMCOperand()
66 case MachineOperand::MO_Register: in LowerRISCVMachineOperandToMCOperand()
72 case MachineOperand::MO_RegisterMask: in LowerRISCVMachineOperandToMCOperand()
75 case MachineOperand::MO_Immediate: in LowerRISCVMachineOperandToMCOperand()
78 case MachineOperand::MO_MachineBasicBlock: in LowerRISCVMachineOperandToMCOperand()
81 case MachineOperand::MO_GlobalAddress: in LowerRISCVMachineOperandToMCOperand()
84 case MachineOperand::MO_BlockAddress: in LowerRISCVMachineOperandToMCOperand()
88 case MachineOperand::MO_ExternalSymbol: in LowerRISCVMachineOperandToMCOperand()
92 case MachineOperand::MO_ConstantPoolIndex: in LowerRISCVMachineOperandToMCOperand()
103 for (const MachineOperand &MO : MI->operands()) { in LowerRISCVMachineInstrToMCInst()