/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-xor2.ll | 21 define i123 @test3(i123 %x) { 22 %tmp.2 = xor i123 %x, %x 23 ret i123 %tmp.2
|
D | apint-and2.ll | 50 define i123 @test3(i123 %x) { 51 %tmp.0 = and i123 %x, 127 52 %tmp.2 = and i123 %tmp.0, 128 53 ret i123 %tmp.2
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-xor2.ll | 21 define i123 @test3(i123 %x) { 22 %tmp.2 = xor i123 %x, %x 23 ret i123 %tmp.2
|
D | apint-and2.ll | 50 define i123 @test3(i123 %x) { 51 %tmp.0 = and i123 %x, 127 52 %tmp.2 = and i123 %tmp.0, 128 53 ret i123 %tmp.2
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-mask-bugfix.ll | 33 br i1 %alleq.i.i120, label %all_equal.i.i123, label %not_all_equal.i.i124 40 all_equal.i.i123: 47 %calltmp2.i125 = phi i1 [ true, %all_equal.i.i123 ], [ false, %not_all_equal.i.i124 ]
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 173 bb2.i121: ; preds = %bb4.i123.bb2.i121_crit_edge, %bb1.i115.bb2.i121_crit_edge 174 br i1 false, label %bb4.i123, label %mulflt.exit157.base2flt.exit144_crit_edge.loopexit 176 bb4.i123: ; preds = %bb2.i121 177 br i1 false, label %bb4.i123.bb11.i129_crit_edge, label %bb4.i123.bb2.i121_crit_edge 179 bb4.i123.bb2.i121_crit_edge: ; preds = %bb4.i123 182 bb4.i123.bb11.i129_crit_edge: ; preds = %bb4.i123 185 bb11.i129: ; preds = %bb10.i136.bb11.i129_crit_edge, %bb4.i123.bb11.i129_crit_edge
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 173 bb2.i121: ; preds = %bb4.i123.bb2.i121_crit_edge, %bb1.i115.bb2.i121_crit_edge 174 br i1 false, label %bb4.i123, label %mulflt.exit157.base2flt.exit144_crit_edge.loopexit 176 bb4.i123: ; preds = %bb2.i121 177 br i1 false, label %bb4.i123.bb11.i129_crit_edge, label %bb4.i123.bb2.i121_crit_edge 179 bb4.i123.bb2.i121_crit_edge: ; preds = %bb4.i123 182 bb4.i123.bb11.i129_crit_edge: ; preds = %bb4.i123 185 bb11.i129: ; preds = %bb10.i136.bb11.i129_crit_edge, %bb4.i123.bb11.i129_crit_edge
|
/external/llvm/test/CodeGen/PowerPC/ |
D | split-index-tc.ll | 17 br i1 undef, label %_ZNK4llvm14MachineOperand6getRegEv.exit, label %cond.false.i123 19 cond.false.i123: ; preds = %_ZN4llvm12MachineInstr10getOperandEj.e…
|
/external/swiftshader/third_party/LLVM/test/Transforms/LCSSA/ |
D | invoke-dest.ll | 67 br i1 undef, label %bb.i.i123, label %bb34 69 bb.i.i123: ; preds = %bb32 72 bb34: ; preds = %bb.i.i123, %bb32, %bb18
|
/external/llvm/test/Transforms/LCSSA/ |
D | invoke-dest.ll | 68 br i1 undef, label %bb.i.i123, label %bb34 70 bb.i.i123: ; preds = %bb32 73 bb34: ; preds = %bb.i.i123, %bb32, %bb18
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 265 int i123[] = {0, 0, 0, 0, 0, 1, 1}; in test() local 392 assert(std::is_heap(i123, i123+7) == (std::is_heap_until(i123, i123+7) == i123+7)); in test()
|
D | is_heap_until.pass.cpp | 265 int i123[] = {0, 0, 0, 0, 0, 1, 1}; in test() local 392 assert(std::is_heap_until(i123, i123+7) == i123+5); in test()
|
D | is_heap_until_comp.pass.cpp | 266 int i123[] = {0, 0, 0, 0, 0, 1, 1}; in test() local 393 assert(std::is_heap_until(i123, i123+7, std::greater<int>()) == i123+7); in test()
|
D | is_heap_comp.pass.cpp | 266 int i123[] = {0, 0, 0, 0, 0, 1, 1}; in test() local 393 …assert(std::is_heap(i123, i123+7, std::greater<int>()) == (std::is_heap_until(i123, i123+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 151 int i123 = identity(123); int i124 = identity(124); int i125 = identity(125); in binaryOpUsingHighRegistersLocals() local 214 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryOpUsingHighRegistersLocals() 275 double i123 = identity(123.0); double i124 = identity(124.0); double i125 = identity(125.0); in binaryDoubleOpUsingHighRegistersLocals() local 335 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 346 int i120, int i121, int i122, int i123, int i124, int i125, int i126, int i127, int i128, in manyArgs() argument 395 int i123 = 123; int i124 = 124; int i125 = 125; int i126 = 126; int i127 = 127; in rangeInvokeWithManyLocals() local 431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 132 … i1 undef, label %_ZNK5clang6driver3Arg8getValueERKNS0_7ArgListEj.exit125, label %cond.false.i.i123 134 cond.false.i.i123: ; preds = %_ZN4llvm15SmallVectorImplIPKcE9push_ba…
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 132 … i1 undef, label %_ZNK5clang6driver3Arg8getValueERKNS0_7ArgListEj.exit125, label %cond.false.i.i123 134 cond.false.i.i123: ; preds = %_ZN4llvm15SmallVectorImplIPKcE9push_ba…
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 132 %cmp.i123 = icmp eq i32 %conv.i.i, 6 ; <i1> [#uses=1] 133 %or.cond171 = and i1 %tobool.i120, %cmp.i123 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 132 %cmp.i123 = icmp eq i32 %conv.i.i, 6 ; <i1> [#uses=1] 133 %or.cond171 = and i1 %tobool.i120, %cmp.i123 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 246 @i123_l = external global i123 ; <i123*> [#uses=1] 247 @i123_s = external global i123 ; <i123*> [#uses=1] 1248 %tmp = load i123, i123* @i123_l ; <i123> [#uses=1] 1249 store i123 %tmp, i123* @i123_s
|
D | APIntSextParam.ll | 124 @i123_s = external global i123 ; <i123*> [#uses=1] 869 define void @i123_ls(i123 signext %x) nounwind { 870 store i123 %x, i123* @i123_s
|
D | APIntParam.ll | 124 @i123_s = external global i123 ; <i123*> [#uses=1] 869 define void @i123_ls(i123 %x) nounwind { 870 store i123 %x, i123* @i123_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 246 @i123_l = external global i123 ; <i123*> [#uses=1] 247 @i123_s = external global i123 ; <i123*> [#uses=1] 1248 %tmp = load i123* @i123_l ; <i123> [#uses=1] 1249 store i123 %tmp, i123* @i123_s
|
D | APIntParam.ll | 124 @i123_s = external global i123 ; <i123*> [#uses=1] 869 define void @i123_ls(i123 %x) nounwind { 870 store i123 %x, i123* @i123_s
|