Home
last modified time | relevance | path

Searched refs:i123 (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dapint-xor2.ll21 define i123 @test3(i123 %x) {
22 %tmp.2 = xor i123 %x, %x
23 ret i123 %tmp.2
Dapint-and2.ll50 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/
Dapint-xor2.ll21 define i123 @test3(i123 %x) {
22 %tmp.2 = xor i123 %x, %x
23 ret i123 %tmp.2
Dapint-and2.ll50 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/
Davx512-mask-bugfix.ll33 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/
D2008-11-24-RAUW-Self.ll173 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/
D2008-11-24-RAUW-Self.ll173 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/
Dsplit-index-tc.ll17 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/
Dinvoke-dest.ll67 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/
Dinvoke-dest.ll68 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/
Dis_heap.pass.cpp265 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()
Dis_heap_until.pass.cpp265 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()
Dis_heap_until_comp.pass.cpp266 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()
Dis_heap_comp.pass.cpp266 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/
DRegAlloc.java151 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/
DInvoke.java346 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/
D2011-06-21-phioperands.ll132 … i1 undef, label %_ZNK5clang6driver3Arg8getValueERKNS0_7ArgListEj.exit125, label %cond.false.i.i123
134 cond.false.i.i123: ; preds = %_ZN4llvm15SmallVectorImplIPKcE9push_ba…
/external/llvm/test/Transforms/LoopDeletion/
D2011-06-21-phioperands.ll132 … 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/
D2010-08-26-and.ll132 %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/
D2010-08-26-and.ll132 %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/
DAPIntLoadStore.ll246 @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
DAPIntSextParam.ll124 @i123_s = external global i123 ; <i123*> [#uses=1]
869 define void @i123_ls(i123 signext %x) nounwind {
870 store i123 %x, i123* @i123_s
DAPIntParam.ll124 @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/
DAPIntLoadStore.ll246 @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
DAPIntParam.ll124 @i123_s = external global i123 ; <i123*> [#uses=1]
869 define void @i123_ls(i123 %x) nounwind {
870 store i123 %x, i123* @i123_s

12