Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp380 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
382 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
445 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h619 SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT,
625 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1332 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, in getGlobalAddress() function in SelectionDAG
4544 return getGlobalAddress(GA->getGlobal(), SDLoc(Cst2), VT, in FoldSymbolOffset()
8538 return getGlobalAddress(Function, SDLoc(Op), PtrTy); in getSymbolFunctionGlobalAddress()
H A DTargetLowering.cpp5231 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
H A DSelectionDAGBuilder.cpp1277 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
H A DDAGCombiner.cpp2750 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11174 SDValue Result = DAG.getGlobalAddress(GV, DL, MVT::i64, Offset); in performGlobalAddressCombine()