Searched refs:isConsecutiveLoad (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1021 bool isConsecutiveLoad(LoadSDNode *LD, LoadSDNode *Base,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6484 bool SelectionDAG::isConsecutiveLoad(LoadSDNode *LD, LoadSDNode *Base, in isConsecutiveLoad() function in SelectionDAG
|
D | DAGCombiner.cpp | 4928 DAG.isConsecutiveLoad(LD2, LD1, LD1VT.getSizeInBits()/8, 1)) { in CombineConsecutiveLoads()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5013 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i)) in EltsFromConsecutiveLoads()
|