Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h300 SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const;
310 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
330 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
346 Hi = DAG.getNode(ISD::ADD, DL, Ty, Hi, getGlobalReg(DAG, Ty)); in getAddrGlobalLargeGOT()
DMipsISelLowering.cpp74 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() function in MipsTargetLowering
1828 getGlobalReg(DAG, PtrVT), TGA); in lowerGlobalTLSAddress()
1865 TGA = DAG.getNode(MipsISD::Wrapper, DL, PtrVT, getGlobalReg(DAG, PtrVT), in lowerGlobalTLSAddress()
2609 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty))); in getOpndList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h380 SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const;
390 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
409 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
425 Hi = DAG.getNode(ISD::ADD, DL, Ty, Hi, getGlobalReg(DAG, Ty)); in getAddrGlobalLargeGOT()
DRelocation.txt45 and "%got" the global table pointer "getGlobalReg(...)". The "add" is
DMipsISelLowering.cpp148 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() function in MipsTargetLowering
2021 getGlobalReg(DAG, PtrVT), TGA); in lowerGlobalTLSAddress()
2059 TGA = DAG.getNode(MipsISD::Wrapper, DL, PtrVT, getGlobalReg(DAG, PtrVT), in lowerGlobalTLSAddress()
2823 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty))); in getOpndList()
/external/clang/lib/CodeGen/
DCGValue.h369 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; } in getGlobalReg() function
DCGExpr.cpp1572 cast<llvm::MetadataAsValue>(LV.getGlobalReg())->getMetadata()); in EmitLoadOfGlobalRegLValue()
1824 cast<llvm::MetadataAsValue>(Dst.getGlobalReg())->getMetadata()); in EmitStoreThroughGlobalRegLValue()