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

References

include/llvm/CodeGen/MachineInstrBuilder.h
  184     MI->addOperand(*MF, MachineOperand::CreateBA(BA, Offset, TargetFlags));
lib/CodeGen/MIRParser/MIParser.cpp
 2198   Dest = MachineOperand::CreateBA(BlockAddress::get(F, BB), /*Offset=*/0);
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1140           MF, MachineOperand::CreateBA(cast<BlockAddress>(V),
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  514     MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO));
  515     MIBHI.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_HI));
lib/Target/Hexagon/HexagonConstExtenders.cpp
  784       return MachineOperand::CreateBA(V.BA, Offset, TF);