Home
last modified time | relevance | path

Searched refs:getGlobalReg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h377 SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const;
387 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
406 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
422 Hi = DAG.getNode(ISD::ADD, DL, Ty, Hi, getGlobalReg(DAG, Ty)); in getAddrGlobalLargeGOT()
H A DRelocation.txt45 and "%got" the global table pointer "getGlobalReg(...)". The "add" is
H A DMipsISelLowering.cpp139 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() function in MipsTargetLowering
2180 getGlobalReg(DAG, PtrVT), TGA); in lowerGlobalTLSAddress()
2218 TGA = DAG.getNode(MipsISD::Wrapper, DL, PtrVT, getGlobalReg(DAG, PtrVT), in lowerGlobalTLSAddress()
3081 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty))); in getOpndList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h430 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; }
H A DCGExpr.cpp2346 cast<llvm::MetadataAsValue>(LV.getGlobalReg())->getMetadata()); in EmitLoadOfGlobalRegLValue()
2645 cast<llvm::MetadataAsValue>(Dst.getGlobalReg())->getMetadata()); in EmitStoreThroughGlobalRegLValue()