Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/ConstantHoisting/X86/
Dlarge-immediate.ll21 define i196 @test3(i196 %a) nounwind {
23 ; CHECK-NOT: %const = bitcast i196 2 to i196
24 %1 = mul i196 %a, 2
25 %2 = mul i196 %1, 2
26 ret i196 %2
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/
D2008-11-24-RAUW-Self.ll37 bb10.i196: ; preds = %bb7.i197
38 br label %bb10.i196.base2flt.exit204_crit_edge
40 bb10.i196.base2flt.exit204_crit_edge: ; preds = %bb7.i197, %bb10.i196
43 bb10.i196.bb7.i197_crit_edge: ; No predecessors!
46 bb7.i197: ; preds = %bb10.i196.bb7.i197_crit_edge, %base2flt.exit.bb7.i197_crit_edge, %bb11.i.bb7.…
47 …%.reg2mem.0 = phi i32 [ 0, %base2flt.exit.bb7.i197_crit_edge ], [ %.reg2mem.0, %bb10.i196.bb7.i197…
48 br i1 undef, label %bb10.i196.base2flt.exit204_crit_edge, label %bb10.i196
50 base2flt.exit204: ; preds = %bb10.i196.base2flt.exit204_crit_edge, %base2flt.exit.base2flt.exit204…
/external/llvm/test/Transforms/CodeGenPrepare/
D2008-11-24-RAUW-Self.ll37 bb10.i196: ; preds = %bb7.i197
38 br label %bb10.i196.base2flt.exit204_crit_edge
40 bb10.i196.base2flt.exit204_crit_edge: ; preds = %bb7.i197, %bb10.i196
43 bb10.i196.bb7.i197_crit_edge: ; No predecessors!
46 bb7.i197: ; preds = %bb10.i196.bb7.i197_crit_edge, %base2flt.exit.bb7.i197_crit_edge, %bb11.i.bb7.…
47 …%.reg2mem.0 = phi i32 [ 0, %base2flt.exit.bb7.i197_crit_edge ], [ %.reg2mem.0, %bb10.i196.bb7.i197…
48 br i1 undef, label %bb10.i196.base2flt.exit204_crit_edge, label %bb10.i196
50 base2flt.exit204: ; preds = %bb10.i196.base2flt.exit204_crit_edge, %base2flt.exit.base2flt.exit204…
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp338 int i196[] = {1, 0, 0, 1, 1, 0, 0}; in test() local
465 assert(std::is_heap(i196, i196+7) == (std::is_heap_until(i196, i196+7) == i196+7)); in test()
Dis_heap_until.pass.cpp338 int i196[] = {1, 0, 0, 1, 1, 0, 0}; in test() local
465 assert(std::is_heap_until(i196, i196+7) == i196+3); in test()
Dis_heap_until_comp.pass.cpp339 int i196[] = {1, 0, 0, 1, 1, 0, 0}; in test() local
466 assert(std::is_heap_until(i196, i196+7, std::greater<int>()) == i196+1); in test()
Dis_heap_comp.pass.cpp339 int i196[] = {1, 0, 0, 1, 1, 0, 0}; in test() local
466 …assert(std::is_heap(i196, i196+7, std::greater<int>()) == (std::is_heap_until(i196, i196+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java175 int i195 = identity(195); int i196 = identity(196); int i197 = identity(197); in binaryOpUsingHighRegistersLocals() local
220 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryOpUsingHighRegistersLocals()
299 double i195 = identity(195.0); double i196 = identity(196.0); double i197 = identity(197.0); in binaryDoubleOpUsingHighRegistersLocals() local
341 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java354 int i192, int i193, int i194, int i195, int i196, int i197, int i198, int i199, int i200, in manyArgs()
409 int i193 = 193; int i194 = 194; int i195 = 195; int i196 = 196; int i197 = 197; in rangeInvokeWithManyLocals() local
436 i186, i187, i188, i189, i190, i191, i192, i193, i194, i195, i196, i197, i198, i199, i200, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll392 @i196_l = external global i196 ; <i196*> [#uses=1]
393 @i196_s = external global i196 ; <i196*> [#uses=1]
1686 %tmp = load i196, i196* @i196_l ; <i196> [#uses=1]
1687 store i196 %tmp, i196* @i196_s
DAPIntSextParam.ll197 @i196_s = external global i196 ; <i196*> [#uses=1]
1234 define void @i196_ls(i196 signext %x) nounwind {
1235 store i196 %x, i196* @i196_s
DAPIntParam.ll197 @i196_s = external global i196 ; <i196*> [#uses=1]
1234 define void @i196_ls(i196 %x) nounwind {
1235 store i196 %x, i196* @i196_s
DAPIntZextParam.ll197 @i196_s = external global i196 ; <i196*> [#uses=1]
1234 define void @i196_ls(i196 zeroext %x) nounwind {
1235 store i196 %x, i196* @i196_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll392 @i196_l = external global i196 ; <i196*> [#uses=1]
393 @i196_s = external global i196 ; <i196*> [#uses=1]
1686 %tmp = load i196* @i196_l ; <i196> [#uses=1]
1687 store i196 %tmp, i196* @i196_s
DAPIntParam.ll197 @i196_s = external global i196 ; <i196*> [#uses=1]
1234 define void @i196_ls(i196 %x) nounwind {
1235 store i196 %x, i196* @i196_s
DAPIntSextParam.ll197 @i196_s = external global i196 ; <i196*> [#uses=1]
1234 define void @i196_ls(i196 signext %x) nounwind {
1235 store i196 %x, i196* @i196_s
DAPIntZextParam.ll197 @i196_s = external global i196 ; <i196*> [#uses=1]
1234 define void @i196_ls(i196 zeroext %x) nounwind {
1235 store i196 %x, i196* @i196_s
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-08-09-IllegalX86-64Asm.ll88 %tmp3.i196 = call i32 @feraiseexcept( i32 4 ) ; <i32> [#uses=0]
/external/llvm/test/CodeGen/X86/
D2007-08-09-IllegalX86-64Asm.ll88 %tmp3.i196 = call i32 @feraiseexcept( i32 4 ) ; <i32> [#uses=0]