Searched refs:getGlobalAddress (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 372 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset() 374 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset() 430 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 731 SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, 736 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2013 SDValue Op = DAG.getGlobalAddress(Function, DL, PtrTy); in getPICJumpTableRelocBase()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1829 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, in getGlobalAddress() function in SelectionDAG 6343 return getGlobalAddress(GA->getGlobal(), SDLoc(C2), VT, in FoldSymbolOffset() 11845 return getGlobalAddress(Function, SDLoc(Op), PtrTy); in getSymbolFunctionGlobalAddress()
|
H A D | SelectionDAGBuilder.cpp | 1804 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
|
H A D | TargetLowering.cpp | 10199 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 24439 SDValue Result = DAG.getGlobalAddress(GV, DL, MVT::i64, Offset); in performGlobalAddressCombine()
|