Searched refs:getGlobalReg (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 296 SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const; 306 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), 326 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), 342 Hi = DAG.getNode(ISD::ADD, DL, Ty, Hi, getGlobalReg(DAG, Ty));
|
H A D | MipsISelLowering.cpp | 74 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { function in class:MipsTargetLowering 1747 getGlobalReg(DAG, PtrVT), TGA); 1784 TGA = DAG.getNode(MipsISD::Wrapper, DL, PtrVT, getGlobalReg(DAG, PtrVT), 2528 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty)));
|
/external/clang/lib/CodeGen/ |
H A D | CGValue.h | 158 GlobalReg // This is a register l-value, use getGlobalReg() 369 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; } function in class:clang::CodeGen::LValue
|
H A D | CGExpr.cpp | 1547 cast<llvm::MetadataAsValue>(LV.getGlobalReg())->getMetadata()); 1800 cast<llvm::MetadataAsValue>(Dst.getGlobalReg())->getMetadata());
|
Completed in 159 milliseconds