Searched refs:LOADgot (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 40 LOADgot, // Load from automatically generated descriptor (e.g. Global enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 837 case AArch64::LOADgot: { in expandMI()
|
| H A D | AArch64InstructionSelector.cpp | 1009 I.setDesc(TII.get(AArch64::LOADgot)); in select()
|
| H A D | AArch64ISelLowering.cpp | 1093 case AArch64ISD::LOADgot: return "AArch64ISD::LOADgot"; in getTargetNodeName() 3798 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall() 3812 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall() 4018 return DAG.getNode(AArch64ISD::LOADgot, DL, Ty, GotAddr); in getGOT() 4135 SDValue DescAddr = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TLVPAddr); in LowerDarwinGlobalTLSAddress() 4252 TPOff = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TPOff); in LowerELFGlobalTLSAddress()
|
| H A D | AArch64SchedFalkorDetails.td | 1241 (instrs LOADgot)>;
|
| H A D | AArch64InstrInfo.td | 248 def AArch64LOADgot : SDNode<"AArch64ISD::LOADgot", SDTIntUnaryOp>; 446 def LOADgot : Pseudo<(outs GPR64:$dst), (ins i64imm:$addr), 495 (LOADgot tglobaltlsaddr:$addr)>; 498 (LOADgot texternalsym:$addr)>; 501 (LOADgot tconstpool:$addr)>;
|
| H A D | AArch64InstrInfo.cpp | 1506 BuildMI(MBB, MI, DL, get(AArch64::LOADgot), Reg) in expandPostRAPseudo()
|