Searched refs:getGlobalAddress (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 352 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, 358 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 524 SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, 530 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 385 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/ |
D | SelectionDAG.cpp | 1261 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, in getGlobalAddress() function in SelectionDAG 3296 return getGlobalAddress(GA->getGlobal(), SDLoc(Cst2), VT, in FoldSymbolOffset()
|
D | TargetLowering.cpp | 3552 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
|
D | DAGCombiner.cpp | 1938 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB() 11073 return BaseIndexOffset(DAG.getGlobalAddress(GA->getGlobal(), in match()
|
D | SelectionDAGBuilder.cpp | 1113 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1346 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT, in visitADD() 1635 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT, in visitSUB()
|
D | SelectionDAG.cpp | 1040 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, DebugLoc DL, in getGlobalAddress() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 1023 return DAG.getGlobalAddress(GV, getCurDebugLoc(), VT); in getValueImpl()
|