Home
last modified time | relevance | path

Searched refs:getGlobalAddress (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h465 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
471 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp389 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
391 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
457 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3078 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
DDAGCombiner.cpp1676 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitADD()
1946 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
DSelectionDAG.cpp1277 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, in getGlobalAddress() function in SelectionDAG
DSelectionDAGBuilder.cpp1048 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()