Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h352 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
358 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h524 SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT,
530 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp385 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
387 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
453 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1261 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, in getGlobalAddress() function in SelectionDAG
3296 return getGlobalAddress(GA->getGlobal(), SDLoc(Cst2), VT, in FoldSymbolOffset()
DTargetLowering.cpp3552 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
DDAGCombiner.cpp1938 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
11073 return BaseIndexOffset(DAG.getGlobalAddress(GA->getGlobal(), in match()
DSelectionDAGBuilder.cpp1113 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1346 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT, in visitADD()
1635 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT, in visitSUB()
DSelectionDAG.cpp1040 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, DebugLoc DL, in getGlobalAddress() function in SelectionDAG
DSelectionDAGBuilder.cpp1023 return DAG.getGlobalAddress(GV, getCurDebugLoc(), VT); in getValueImpl()