Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp10746 static bool allowableAlignment(const SelectionDAG &DAG, in allowableAlignment() function
10945 allowableAlignment(DAG, TLI, StoreTy, FirstStoreAS, in MergeConsecutiveStores()
10954 allowableAlignment(DAG, TLI, LegalizedStoredValueTy, FirstStoreAS, in MergeConsecutiveStores()
10963 allowableAlignment(DAG, TLI, Ty, FirstStoreAS, FirstStoreAlign)) { in MergeConsecutiveStores()
11009 allowableAlignment(DAG, TLI, Ty, FirstStoreAS, FirstStoreAlign)) in MergeConsecutiveStores()
11099 allowableAlignment(DAG, TLI, StoreTy, FirstStoreAS, FirstStoreAlign) && in MergeConsecutiveStores()
11100 allowableAlignment(DAG, TLI, StoreTy, FirstLoadAS, FirstLoadAlign)) { in MergeConsecutiveStores()
11108 allowableAlignment(DAG, TLI, StoreTy, FirstStoreAS, FirstStoreAlign) && in MergeConsecutiveStores()
11109 allowableAlignment(DAG, TLI, StoreTy, FirstLoadAS, FirstLoadAlign)) in MergeConsecutiveStores()
11120 allowableAlignment(DAG, TLI, LegalizedStoredValueTy, FirstStoreAS, in MergeConsecutiveStores()
[all …]