Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
438 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h680 SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT,
685 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1792 SDValue Op = DAG.getGlobalAddress(Function, DL, PtrTy); in getPICJumpTableRelocBase()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1545 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, in getGlobalAddress() function in SelectionDAG
5108 return getGlobalAddress(GA->getGlobal(), SDLoc(C2), VT, in FoldSymbolOffset()
9425 return getGlobalAddress(Function, SDLoc(Op), PtrTy); in getSymbolFunctionGlobalAddress()
H A DTargetLowering.cpp7847 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()
H A DSelectionDAGBuilder.cpp1524 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
H A DDAGCombiner.cpp3520 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15571 SDValue Result = DAG.getGlobalAddress(GV, DL, MVT::i64, Offset); in performGlobalAddressCombine()