Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAG.h464 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
470 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp394 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
396 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
462 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1297 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, in getGlobalAddress() function in SelectionDAG
HDDAGCombiner.cpp1663 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitADD()
1946 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
HDSelectionDAGBuilder.cpp1043 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()