Home
last modified time | relevance | path

Searched refs:isConsecutiveLoad (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h1021 bool isConsecutiveLoad(LoadSDNode *LD, LoadSDNode *Base,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6484 bool SelectionDAG::isConsecutiveLoad(LoadSDNode *LD, LoadSDNode *Base, in isConsecutiveLoad() function in SelectionDAG
DDAGCombiner.cpp4928 DAG.isConsecutiveLoad(LD2, LD1, LD1VT.getSizeInBits()/8, 1)) { in CombineConsecutiveLoads()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp5013 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i)) in EltsFromConsecutiveLoads()