OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalReg
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h
371
SDValue
getGlobalReg
(SelectionDAG &DAG, EVT Ty) const;
381
SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty,
getGlobalReg
(DAG, Ty),
400
SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty,
getGlobalReg
(DAG, Ty),
416
Hi = DAG.getNode(ISD::ADD, DL, Ty, Hi,
getGlobalReg
(DAG, Ty));
MipsISelLowering.cpp
142
SDValue MipsTargetLowering::
getGlobalReg
(SelectionDAG &DAG, EVT Ty) const {
2149
getGlobalReg
(DAG, PtrVT), TGA);
2187
TGA = DAG.getNode(MipsISD::Wrapper, DL, PtrVT,
getGlobalReg
(DAG, PtrVT),
3038
RegsToPass.push_back(std::make_pair(GPReg,
getGlobalReg
(CLI.DAG, Ty)));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
173
GlobalReg, // This is a register l-value, use
getGlobalReg
()
387
llvm::Value *
getGlobalReg
() const { assert(isGlobalReg()); return V; }
CGExpr.cpp
2040
cast<llvm::MetadataAsValue>(LV.
getGlobalReg
())->getMetadata());
2313
cast<llvm::MetadataAsValue>(Dst.
getGlobalReg
())->getMetadata());
Completed in 37 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026