Lines Matching refs:MachineOperand
26 AVRMCInstLower::lowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym, in lowerSymbolOperand()
73 for (MachineOperand const &MO : MI.operands()) { in lowerInstruction()
80 case MachineOperand::MO_Register: in lowerInstruction()
86 case MachineOperand::MO_Immediate: in lowerInstruction()
89 case MachineOperand::MO_GlobalAddress: in lowerInstruction()
93 case MachineOperand::MO_ExternalSymbol: in lowerInstruction()
97 case MachineOperand::MO_MachineBasicBlock: in lowerInstruction()
101 case MachineOperand::MO_RegisterMask: in lowerInstruction()
103 case MachineOperand::MO_BlockAddress: in lowerInstruction()
107 case MachineOperand::MO_JumpTableIndex: in lowerInstruction()
111 case MachineOperand::MO_ConstantPoolIndex: in lowerInstruction()