Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MachineOperand

27 static MCOperand GetSymbolRef(const MachineOperand& MO, const MCSymbol* Symbol,
48 const MachineOperand &MO = MI->getOperand(i);
55 case MachineOperand::MO_Register:
60 case MachineOperand::MO_FPImmediate: {
67 case MachineOperand::MO_Immediate:
70 case MachineOperand::MO_MachineBasicBlock:
75 case MachineOperand::MO_GlobalAddress:
78 case MachineOperand::MO_ExternalSymbol:
82 case MachineOperand::MO_JumpTableIndex:
85 case MachineOperand::MO_ConstantPoolIndex:
88 case MachineOperand::MO_BlockAddress: