Searched refs:getGlobalAddress (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 435 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/ |
| D | XCoreISelLowering.cpp | 360 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/ |
| D | DAGCombiner.cpp | 1438 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitADD() 1723 return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT, in visitSUB()
|
| D | SelectionDAG.cpp | 1133 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, SDLoc DL, in getGlobalAddress() function in SelectionDAG
|
| D | SelectionDAGBuilder.cpp | 1073 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
|