Home
last modified time | relevance | path

Searched refs:getIndexedLoad (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h660 SDValue getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h930 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5961 Result = DAG.getIndexedLoad(SDValue(N,0), N->getDebugLoc(), in CombineToPreIndexedLoadStore()
6092 ? DAG.getIndexedLoad(SDValue(N,0), N->getDebugLoc(), in CombineToPostIndexedLoadStore()
DSelectionDAG.cpp4235 SelectionDAG::getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base, in getIndexedLoad() function in SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9799 Result = DAG.getIndexedLoad(SDValue(N,0), SDLoc(N), in CombineToPreIndexedLoadStore()
9968 ? DAG.getIndexedLoad(SDValue(N,0), SDLoc(N), in CombineToPostIndexedLoadStore()
DSelectionDAG.cpp5170 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() function in SelectionDAG
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7990 Load = DAG.getIndexedLoad(Load, dl, BasePtr, LN->getOffset(), in LowerVectorLoad()