Searched refs:getIndexedLoad (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 660 SDValue getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 930 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5961 Result = DAG.getIndexedLoad(SDValue(N,0), N->getDebugLoc(), in CombineToPreIndexedLoadStore() 6092 ? DAG.getIndexedLoad(SDValue(N,0), N->getDebugLoc(), in CombineToPostIndexedLoadStore()
|
D | SelectionDAG.cpp | 4235 SelectionDAG::getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base, in getIndexedLoad() function in SelectionDAG
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9799 Result = DAG.getIndexedLoad(SDValue(N,0), SDLoc(N), in CombineToPreIndexedLoadStore() 9968 ? DAG.getIndexedLoad(SDValue(N,0), SDLoc(N), in CombineToPostIndexedLoadStore()
|
D | SelectionDAG.cpp | 5170 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() function in SelectionDAG
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7990 Load = DAG.getIndexedLoad(Load, dl, BasePtr, LN->getOffset(), in LowerVectorLoad()
|