HomeSort by relevance Sort by last modified time
    Searched full:folded (Results 26 - 50 of 518) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
stldst.ll 36 ; 16: sw ${{[0-9]+}}, {{[0-9]+}} ( $sp ); # 4-byte Folded Spill
37 ; 16: lw ${{[0-9]+}}, {{[0-9]+}} ( $sp ); # 4-byte Folded Reload
38 ; 16: sw ${{[0-9]+}}, {{[0-9]+}} ( $sp ); # 4-byte Folded Spill
39 ; 16: lw ${{[0-9]+}}, {{[0-9]+}} ( $sp ); # 4-byte Folded Reload
  /external/llvm/test/CodeGen/PowerPC/
mulhs.ll 1 ; All of these ands and shifts should be folded into rlwimi's
rlwinm2.ll 1 ; All of these ands and shifts should be folded into rlw[i]nm instructions
  /external/llvm/test/CodeGen/X86/
2006-10-07-ScalarSSEMiscompile.ll 2 ; Test that the load is NOT folded into the intrinsic, which would zero the top
avx-intel-ocl.ll 92 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
93 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
94 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
95 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
96 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
97 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
98 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
99 ; X64: vmovups {{%ymm([8-9]|1[0-5])}}, {{.*}}(%rsp) ## 32-byte Folded Spill
101 ; X64: vmovups {{.*}}(%rsp), {{%ymm([8-9]|1[0-5])}} ## 32-byte Folded Reload
102 ; X64: vmovups {{.*}}(%rsp), {{%ymm([8-9]|1[0-5])}} ## 32-byte Folded Reloa
    [all...]
unaligned-spill-folding.ll 37 ; UNALIGNED: movdqu {{.*}} # 16-byte Folded Spill
38 ; UNALIGNED-NOT: paddd {{.*}} # 16-byte Folded Reload
43 ; ALIGNED: paddd {{.*}} # 16-byte Folded Reload
48 ; FORCEALIGNED: paddd {{.*}} # 16-byte Folded Reload
store_op_load_fold.ll 3 ; Test the add and load are folded into the store instruction.
  /external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-BranchFold.ll 1 ; This test checks to make sure that 'br X, Dest, Dest' is folded into
2003-08-17-BranchFoldOrdering.ll 1 ; This test checks to make sure that 'br X, Dest, Dest' is folded into
  /external/clang/test/Sema/
builtins.c 168 ASSERT(!OPT(test17_c)); // expected-warning {{folded}}
169 ASSERT(!OPT(&test17_c[0])); // expected-warning {{folded}}
170 ASSERT(!OPT((char*)test17_c)); // expected-warning {{folded}}
171 ASSERT(!OPT(test17_d)); // expected-warning {{folded}}
172 ASSERT(!OPT(&test17_d[0])); // expected-warning {{folded}}
173 ASSERT(!OPT((char*)test17_d)); // expected-warning {{folded}}
vla.c 45 static const unsigned array[((2 * (int)((((4) / 2) + 1.0/3.0) * (4) - 1e-8)) + 1)]; // expected-warning {{variable length array folded to constant array as an extension}}
56 void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array folded to constant array as an extension}}
  /external/llvm/test/MC/Mips/
elf-tls.s 34 sw $ra, 20($sp) # 4-byte Folded Spill
40 lw $ra, 20($sp) # 4-byte Folded Reload
66 sw $ra, 20($sp) # 4-byte Folded Spill
72 lw $ra, 20($sp) # 4-byte Folded Reload
98 sw $ra, 20($sp) # 4-byte Folded Spill
108 lw $ra, 20($sp) # 4-byte Folded Reload
xgot.s 38 sw $ra, 20($sp) # 4-byte Folded Spill
50 lw $ra, 20($sp) # 4-byte Folded Reload
  /external/llvm/test/Transforms/InstSimplify/
fast-math.ll 61 ; Coalesce the folded zeros
66 ; Should get folded
87 ; Should get folded
  /external/clang/test/SemaCXX/
i-c-e-cxx.cpp 63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
  /external/chromium_org/content/common/
frame_param_macros.h 6 // RenderFrame code. All these should be folded directly back into the IPCs in
  /external/llvm/test/Analysis/ScalarEvolution/
zext-wrap.ll 11 ; This cast shouldn't be folded into the addrec.
  /external/llvm/test/CodeGen/AArch64/
arm64-collect-loh-str.ll 6 ; at least provide a wrong one (with the offset folded
  /external/llvm/test/CodeGen/R600/
dot4-folding.ll 3 ; Exactly one constant vector can be folded into dot4, which means exactly
  /external/llvm/test/Transforms/ConstProp/
bswap.ll 1 ; bswap should be constant folded when it is passed a constant argument
  /external/llvm/test/Transforms/InstCombine/
bitcount.ll 1 ; Tests to make sure bit counts of constants are folded
cast_ptr.ll 20 ; These casts should be folded away.
30 ; These casts should be folded away.
40 ; These casts should be folded away.
50 ; These casts should also be folded away.
  /external/llvm/lib/Target/X86/
X86SchedSandyBridge.td 67 // Many SchedWrites are defined in pairs with and without a folded load.
68 // Instructions with folded loads are usually micro-fused, so they only appear
71 // folded loads.
80 def : WriteRes<SchedRW.Folded, [SBPort23, ExePort]> {
85 // A folded store needs a cycle on port 4 for the store data, but it does not
X86ScheduleSLM.td 53 // Many SchedWrites are defined in pairs with and without a folded load.
54 // Instructions with folded loads are usually micro-fused, so they only appear
57 // folded loads.
66 def : WriteRes<SchedRW.Folded, [MEC_RSV, ExePort]> {
71 // A folded store needs a cycle on MEC_RSV for the store data, but it does not
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.cpp 100 // Compute a case-folded copy of the prefix string before beginning the search for
106 // Fold the option string and check if its prefix is equal to the folded prefix.

Completed in 861 milliseconds

12 3 4 5 6 7 8 91011>>