Home
last modified time | relevance | path

Searched refs:LOADgot (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h78 LOADgot, // Load from automatically generated descriptor (e.g. Global enumerator
H A DAArch64ExpandPseudoInsts.cpp1152 case AArch64::LOADgot: { in expandMI()
H A DAArch64SchedFalkorDetails.td1240 (instrs LOADgot)>;
H A DAArch64FrameLowering.cpp1440 BuildMI(MBB, MBBI, DL, TII->get(AArch64::LOADgot), AArch64::X16) in emitPrologue()
H A DAArch64ISelLowering.cpp2164 case AArch64ISD::LOADgot: in computeKnownBitsForTargetNode()
2299 MAKE_CASE(AArch64ISD::LOADgot) in getTargetNodeName()
7564 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall()
7574 Callee = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, Callee); in LowerCall()
7920 return DAG.getNode(AArch64ISD::LOADgot, DL, Ty, GotAddr); in getGOT()
8038 SDValue DescAddr = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TLVPAddr); in LowerDarwinGlobalTLSAddress()
8235 TPOff = DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, TPOff); in LowerELFGlobalTLSAddress()
H A DAArch64InstrInfo.td569 def AArch64LOADgot : SDNode<"AArch64ISD::LOADgot", SDTIntUnaryOp>;
873 def LOADgot : Pseudo<(outs GPR64common:$dst), (ins i64imm:$addr),
930 (LOADgot tglobaltlsaddr:$addr)>;
933 (LOADgot texternalsym:$addr)>;
936 (LOADgot tconstpool:$addr)>;
H A DAArch64InstrInfo.cpp1977 BuildMI(MBB, MI, DL, get(AArch64::LOADgot), Reg) in expandPostRAPseudo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2790 I.setDesc(TII.get(AArch64::LOADgot)); in select()
3677 MIB.buildInstr(AArch64::LOADgot, {&AArch64::GPR64commonRegClass}, {}) in selectTLSGlobalValue()