Searched refs:UseAA (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-gep-opt.ll | 3 …print-after=codegenprepare -mcpu=pwr7 < %s >%t 2>&1 && FileCheck --check-prefix=CHECK-UseAA <%t %s 44 ; CHECK-UseAA-LABEL: @test_GEP_CSE( 45 ; CHECK-UseAA: [[PTR0:%[a-zA-Z0-9]+]] = bitcast [240 x %struct]* %string to i8* 46 ; CHECK-UseAA: [[IDX:%[a-zA-Z0-9]+]] = mul i64 %idxprom, 96 47 ; CHECK-UseAA: [[PTR1:%[a-zA-Z0-9]+]] = getelementptr i8, i8* [[PTR0]], i64 [[IDX]] 48 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 23052 49 ; CHECK-UseAA: bitcast 50 ; CHECK-UseAA: if.then: 51 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 23048 52 ; CHECK-UseAA: bitcast [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-gep-opt.ll | 3 …-after=codegenprepare -mcpu=cortex-a53 < %s >%t 2>&1 && FileCheck --check-prefix=CHECK-UseAA <%t %s 50 ; CHECK-UseAA-LABEL: @test_GEP_CSE( 51 ; CHECK-UseAA: [[PTR0:%[a-zA-Z0-9]+]] = bitcast [240 x %struct]* %string to i8* 52 ; CHECK-UseAA: [[IDX:%[a-zA-Z0-9]+]] = mul i64 %idxprom, 96 53 ; CHECK-UseAA: [[PTR1:%[a-zA-Z0-9]+]] = getelementptr i8, i8* [[PTR0]], i64 [[IDX]] 54 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 23052 55 ; CHECK-UseAA: bitcast 56 ; CHECK-UseAA: if.then: 57 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 23048 58 ; CHECK-UseAA: bitcast [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | dag-merge-fast-accesses.ll | 57 ;; ..but is not currently. See the UseAA FIXME in DAGCombiner.cpp
|
D | MergeConsecutiveStores.ll | 293 ;; in MergeConsecutiveStores. See UseAA FIXME in DAGCombiner.cpp
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 830 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local 832 AliasAnalysis *AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1606 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitTokenFactor() local 1608 return CombineTo(N, Result, UseAA /*add to worklist*/); in visitTokenFactor() 10006 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitLOAD() local 10011 UseAA = false; in visitLOAD() 10013 if (UseAA && LD->isUnindexed()) { in visitLOAD() 11242 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in getStoreMergeAndAliasCandidates() local 11245 if (UseAA) { in getStoreMergeAndAliasCandidates() 11887 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitSTORE() local 11892 UseAA = false; in visitSTORE() 11894 if (UseAA && ST->isUnindexed()) { in visitSTORE() [all …]
|