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

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp390 LowAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(),
392 HighAddr = DAG.getGlobalAddress(GASD->getGlobal(), DL, Base.getValueType(),
459 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h447 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
453 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1613 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
1900 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
H A DSelectionDAG.cpp1258 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1088 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT);

Completed in 466 milliseconds