Home
last modified time | relevance | path

Searched refs:i226 (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dinsert-positions.ll16 switch i32 undef, label %for.cond.i.i226.i [
28 for.cond.i.i226.i: ; preds = %for.body.i.i.i, %if.then.i.i224.i
34 land.rhs.i.i.i: ; preds = %for.cond.i.i226.i
38 br label %for.cond.i.i226.i
40 for.end.i.i.i: ; preds = %land.rhs.i.i.i, %for.cond.i.i226.i
/external/llvm/test/CodeGen/X86/
Dinsert-positions.ll16 switch i32 undef, label %for.cond.i.i226.i [
28 for.cond.i.i226.i: ; preds = %for.body.i.i.i, %if.then.i.i224.i
34 land.rhs.i.i.i: ; preds = %for.cond.i.i226.i
38 br label %for.cond.i.i226.i
40 for.end.i.i.i: ; preds = %land.rhs.i.i.i, %for.cond.i.i226.i
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp368 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local
495 assert(std::is_heap(i226, i226+7) == (std::is_heap_until(i226, i226+7) == i226+7)); in test()
Dis_heap_until.pass.cpp368 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local
495 assert(std::is_heap_until(i226, i226+7) == i226+5); in test()
Dis_heap_until_comp.pass.cpp369 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local
496 assert(std::is_heap_until(i226, i226+7, std::greater<int>()) == i226+2); in test()
Dis_heap_comp.pass.cpp369 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local
496 …assert(std::is_heap(i226, i226+7, std::greater<int>()) == (std::is_heap_until(i226, i226+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java185 int i225 = identity(225); int i226 = identity(226); int i227 = identity(227); in binaryOpUsingHighRegistersLocals() local
222 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryOpUsingHighRegistersLocals()
309 double i225 = identity(225.0); double i226 = identity(226.0); double i227 = identity(227.0); in binaryDoubleOpUsingHighRegistersLocals() local
343 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java357 int i219, int i220, int i221, int i222, int i223, int i224, int i225, int i226, int i227, in manyArgs()
415 int i223 = 223; int i224 = 224; int i225 = 225; int i226 = 226; int i227 = 227; in rangeInvokeWithManyLocals() local
438 i216, i217, i218, i219, i220, i221, i222, i223, i224, i225, i226, i227, i228, i229, i230, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll452 @i226_l = external global i226 ; <i226*> [#uses=1]
453 @i226_s = external global i226 ; <i226*> [#uses=1]
1866 %tmp = load i226, i226* @i226_l ; <i226> [#uses=1]
1867 store i226 %tmp, i226* @i226_s
DAPIntSextParam.ll227 @i226_s = external global i226 ; <i226*> [#uses=1]
1384 define void @i226_ls(i226 signext %x) nounwind {
1385 store i226 %x, i226* @i226_s
DAPIntParam.ll227 @i226_s = external global i226 ; <i226*> [#uses=1]
1384 define void @i226_ls(i226 %x) nounwind {
1385 store i226 %x, i226* @i226_s
DAPIntZextParam.ll227 @i226_s = external global i226 ; <i226*> [#uses=1]
1384 define void @i226_ls(i226 zeroext %x) nounwind {
1385 store i226 %x, i226* @i226_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll452 @i226_l = external global i226 ; <i226*> [#uses=1]
453 @i226_s = external global i226 ; <i226*> [#uses=1]
1866 %tmp = load i226* @i226_l ; <i226> [#uses=1]
1867 store i226 %tmp, i226* @i226_s
DAPIntParam.ll227 @i226_s = external global i226 ; <i226*> [#uses=1]
1384 define void @i226_ls(i226 %x) nounwind {
1385 store i226 %x, i226* @i226_s
DAPIntSextParam.ll227 @i226_s = external global i226 ; <i226*> [#uses=1]
1384 define void @i226_ls(i226 signext %x) nounwind {
1385 store i226 %x, i226* @i226_s
DAPIntZextParam.ll227 @i226_s = external global i226 ; <i226*> [#uses=1]
1384 define void @i226_ls(i226 zeroext %x) nounwind {
1385 store i226 %x, i226* @i226_s
/external/llvm/test/CodeGen/ARM/
Dvmul.ll573 %shuffle.i226 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> zeroinitializer