Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h435 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
441 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp360 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
362 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(), in lowerLoadWordFromAlignedBasePlusOffset()
427 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1438 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitADD()
1723 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
DSelectionDAG.cpp1133 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, in getGlobalAddress() function in SelectionDAG
DSelectionDAGBuilder.cpp1073 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()