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

/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp360 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(),
362 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(),
427 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL,
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A 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/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1438 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
1723 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
H A DSelectionDAG.cpp1133 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1073 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT);

Completed in 233 milliseconds