Home
last modified time | relevance | path

Searched refs:ReplLoad (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6218 SDValue ReplLoad; in visitLOAD() local
6222 ReplLoad = DAG.getLoad(N->getValueType(0), LD->getDebugLoc(), in visitLOAD()
6227 ReplLoad = DAG.getExtLoad(LD->getExtensionType(), LD->getDebugLoc(), in visitLOAD()
6238 MVT::Other, Chain, ReplLoad.getValue(1)); in visitLOAD()
6245 return CombineTo(N, ReplLoad.getValue(0), Token, false); in visitLOAD()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10137 SDValue ReplLoad; in visitLOAD() local
10141 ReplLoad = DAG.getLoad(N->getValueType(0), SDLoc(LD), in visitLOAD()
10144 ReplLoad = DAG.getExtLoad(LD->getExtensionType(), SDLoc(LD), in visitLOAD()
10152 MVT::Other, Chain, ReplLoad.getValue(1)); in visitLOAD()
10159 return CombineTo(N, ReplLoad.getValue(0), Token, false); in visitLOAD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12673 SDValue ReplLoad; in visitLOAD() local
12677 ReplLoad = DAG.getLoad(N->getValueType(0), SDLoc(LD), in visitLOAD()
12680 ReplLoad = DAG.getExtLoad(LD->getExtensionType(), SDLoc(LD), in visitLOAD()
12688 MVT::Other, Chain, ReplLoad.getValue(1)); in visitLOAD()
12691 return CombineTo(N, ReplLoad.getValue(0), Token); in visitLOAD()