Home
last modified time | relevance | path

Searched refs:MergeConsecutiveStores (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dstores-merging.ll10 ;; Ensure that MergeConsecutiveStores doesn't incorrectly reorder
43 ;; these must not be reordered in MergeConsecutiveStores such that the
Dmerge-consecutive-stores-i1.ll3 ; Ensure that MergeConsecutiveStores doesn't crash when dealing with
DMergeConsecutiveStores.ll297 ;; in MergeConsecutiveStores. See UseAA FIXME in DAGCombiner.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmerge-consecutive-stores-i1.ll3 ; Ensure that MergeConsecutiveStores doesn't crash when dealing with
Dstores-merging.ll8 ;; Ensure that MergeConsecutiveStores doesn't incorrectly reorder
43 ;; these must not be reordered in MergeConsecutiveStores such that the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dmemory-legalizer-store-infinite-loop.ll5 ; ( MergeConsecutiveStores() ) and breaking the resulting ST8
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll3 ;; This test ensures that MergeConsecutiveStores does not attempt to
/external/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll3 ;; This test ensures that MergeConsecutiveStores does not attempt to
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Ddag-combine-01.ll1 ; Test that MergeConsecutiveStores() does not during DAG combining
/external/llvm/test/CodeGen/SystemZ/
Ddag-combine-01.ll1 ; Test that MergeConsecutiveStores() does not during DAG combining
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-opt.ll1338 ; DAGCombiner::MergeConsecutiveStores merges this into a vector store,
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp468 bool MergeConsecutiveStores(StoreSDNode *N);
11496 bool DAGCombiner::MergeConsecutiveStores(StoreSDNode* St) { in MergeConsecutiveStores() function in DAGCombiner
12159 bool Changed = MergeConsecutiveStores(ST); in visitSTORE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp561 bool MergeConsecutiveStores(StoreSDNode *St);
14003 bool DAGCombiner::MergeConsecutiveStores(StoreSDNode *St) { in MergeConsecutiveStores() function in DAGCombiner
14779 bool Changed = MergeConsecutiveStores(ST); in visitSTORE()