Searched refs:LOADgot (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 91 LOADgot, // Load from automatically generated descriptor (e.g. Global enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 1295 case AArch64::LOADgot: { in expandMI()
|
| H A D | AArch64SchedFalkorDetails.td | 1240 (instrs LOADgot)>;
|
| H A D | AArch64ISelLowering.cpp | 2364 case AArch64ISD::LOADgot: in computeKnownBitsForTargetNode() 2551 MAKE_CASE(AArch64ISD::LOADgot) in getTargetNodeName() 8765 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall() 8777 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall() 9204 return DAG.getNode(AArch64ISD::LOADgot, DL, Ty, GotAddr); in getGOT() 9322 SDValue DescAddr = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TLVPAddr); in LowerDarwinGlobalTLSAddress() 9533 TPOff = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TPOff); in LowerELFGlobalTLSAddress()
|
| H A D | AArch64FrameLowering.cpp | 1819 BuildMI(MBB, MBBI, DL, TII->get(AArch64::LOADgot), AArch64::X16) in emitPrologue()
|
| H A D | AArch64InstrInfo.td | 639 def AArch64LOADgot : SDNode<"AArch64ISD::LOADgot", SDTIntUnaryOp>; 1074 def LOADgot : Pseudo<(outs GPR64common:$dst), (ins i64imm:$addr), 1123 (LOADgot tglobaltlsaddr:$addr)>; 1126 (LOADgot texternalsym:$addr)>; 1129 (LOADgot tconstpool:$addr)>;
|
| H A D | AArch64InstrInfo.cpp | 2070 BuildMI(MBB, MI, DL, get(AArch64::LOADgot), Reg) in expandPostRAPseudo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 2847 I.setDesc(TII.get(AArch64::LOADgot)); in select() 3700 MIB.buildInstr(AArch64::LOADgot, {&AArch64::GPR64commonRegClass}, {}) in selectTLSGlobalValue()
|