Searched refs:getGlobalReg (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h296 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 DMipsISelLowering.cpp74 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { function in class:MipsTargetLowering
1732 getGlobalReg(DAG, PtrVT), TGA);
1769 TGA = DAG.getNode(MipsISD::Wrapper, DL, PtrVT, getGlobalReg(DAG, PtrVT),
2513 RegsToPass.push_back(std::make_pair(GPReg, getGlobalReg(CLI.DAG, Ty)));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h158 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 DCGExpr.cpp1547 cast<llvm::MetadataAsValue>(LV.getGlobalReg())->getMetadata());
1800 cast<llvm::MetadataAsValue>(Dst.getGlobalReg())->getMetadata());

Completed in 80 milliseconds