Searched refs:getGlobalAddress (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 465 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT, 471 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 389 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/ |
D | TargetLowering.cpp | 3078 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
|
D | DAGCombiner.cpp | 1676 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitADD() 1946 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
|
D | SelectionDAG.cpp | 1277 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, in getGlobalAddress() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 1048 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
|