Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp372 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-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAG.h731 SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT,
736 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp2013 SDValue Op = DAG.getGlobalAddress(Function, DL, PtrTy); in getPICJumpTableRelocBase()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1829 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()
HDSelectionDAGBuilder.cpp1804 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
HDTargetLowering.cpp10199 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp24439 SDValue Result = DAG.getGlobalAddress(GV, DL, MVT::i64, Offset); in performGlobalAddressCombine()