Searched refs:getGlobalReg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 377 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 D | Relocation.txt | 45 and "%got" the global table pointer "getGlobalReg(...)". The "add" is
|
H A D | MipsISelLowering.cpp | 139 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 D | CGValue.h | 430 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; }
|
H A D | CGExpr.cpp | 2346 cast<llvm::MetadataAsValue>(LV.getGlobalReg())->getMetadata()); in EmitLoadOfGlobalRegLValue() 2645 cast<llvm::MetadataAsValue>(Dst.getGlobalReg())->getMetadata()); in EmitStoreThroughGlobalRegLValue()
|