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

References

gen/lib/Target/AArch64/AArch64GenDAGISel.inc
92563 /*210731*/      OPC_MorphNodeTo1, TARGET_VAL(AArch64::LOADgot), 0,
92570 /*210744*/      OPC_MorphNodeTo1, TARGET_VAL(AArch64::LOADgot), 0,
92577 /*210757*/      OPC_MorphNodeTo1, TARGET_VAL(AArch64::LOADgot), 0,
92584 /*210770*/      OPC_MorphNodeTo1, TARGET_VAL(AArch64::LOADgot), 0,
gen/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc
 5455     case AArch64::LOADgot:
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  476   case AArch64::LOADgot: {
lib/Target/AArch64/AArch64InstrInfo.cpp
 1509     BuildMI(MBB, MI, DL, get(AArch64::LOADgot), Reg)
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1696       I.setDesc(TII.get(AArch64::LOADgot));
 2379   MIB.buildInstr(AArch64::LOADgot, {AArch64::X0}, {})