reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineInstrBuilder.h
  171     MI->addOperand(*MF, MachineOperand::CreateGA(GV, Offset, TargetFlags));
lib/CodeGen/GlobalISel/CallLowering.cpp
   54     Info.Callee = MachineOperand::CreateGA(F, 0);
lib/CodeGen/MIRParser/MIParser.cpp
 1762   Dest = MachineOperand::CreateGA(GV, /*Offset=*/0);
lib/CodeGen/SelectionDAG/FastISel.cpp
  972     Ops.push_back(MachineOperand::CreateGA(GV, 0));
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1136       MovI->addOperand(MF, MachineOperand::CreateGA(
lib/Target/Hexagon/HexagonConstExtenders.cpp
  782       return MachineOperand::CreateGA(V.GV, Offset, TF);
lib/Target/X86/X86InstrBuilder.h
   81       MO.push_back(MachineOperand::CreateGA(GV, Disp, GVOpFlags));
unittests/CodeGen/MachineOperandTest.cpp
  249   MachineOperand MO = MachineOperand::CreateGA(GV, 12);