Searched refs:LOADgot (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 64 LOADgot, // Load from automatically generated descriptor (e.g. Global enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 951 case AArch64::LOADgot: { in expandMI()
|
| H A D | AArch64SchedFalkorDetails.td | 1240 (instrs LOADgot)>;
|
| H A D | AArch64ISelLowering.cpp | 1772 case AArch64ISD::LOADgot: in computeKnownBitsForTargetNode() 1898 MAKE_CASE(AArch64ISD::LOADgot) in getTargetNodeName() 6126 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall() 6136 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall() 6398 return DAG.getNode(AArch64ISD::LOADgot, DL, Ty, GotAddr); in getGOT() 6515 SDValue DescAddr = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TLVPAddr); in LowerDarwinGlobalTLSAddress() 6712 TPOff = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TPOff); in LowerELFGlobalTLSAddress()
|
| H A D | AArch64InstrInfo.td | 412 def AArch64LOADgot : SDNode<"AArch64ISD::LOADgot", SDTIntUnaryOp>; 676 def LOADgot : Pseudo<(outs GPR64:$dst), (ins i64imm:$addr), 725 (LOADgot tglobaltlsaddr:$addr)>; 728 (LOADgot texternalsym:$addr)>; 731 (LOADgot tconstpool:$addr)>;
|
| H A D | AArch64InstrInfo.cpp | 1980 BuildMI(MBB, MI, DL, get(AArch64::LOADgot), Reg) in expandPostRAPseudo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 2681 I.setDesc(TII.get(AArch64::LOADgot)); in select() 3445 MIB.buildInstr(AArch64::LOADgot, {&AArch64::GPR64commonRegClass}, {}) in selectTLSGlobalValue()
|