/external/llvm/test/CodeGen/X86/ |
dagcombine_unsafe_math.ll | 53 %vecext.i7.i155 = extractelement <4 x float> %mul.i.i151, i32 2 54 %add.i.i156 = fadd float %vecext.i7.i155, %add.i10.i154
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 %x) nounwind { 1030 store i155 %x, i155* @i155_s [all...] |
APIntSextParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 signext %x) nounwind { 1030 store i155 %x, i155* @i155_s [all...] |
APIntZextParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 zeroext %x) nounwind { 1030 store i155 %x, i155* @i155_s [all...] |
APIntLoadStore.ll | 310 @i155_l = external global i155 ; <i155*> [#uses=1] 311 @i155_s = external global i155 ; <i155*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 297 int i155[] = {0, 1, 0, 0, 0, 1, 1}; local 424 assert(std::is_heap(i155, i155+7) == (std::is_heap_until(i155, i155+7) == i155+7));
|
is_heap_until.pass.cpp | 297 int i155[] = {0, 1, 0, 0, 0, 1, 1}; local 424 assert(std::is_heap_until(i155, i155+7) == i155+1);
|
is_heap_until_comp.pass.cpp | 298 int i155[] = {0, 1, 0, 0, 0, 1, 1}; local 425 assert(std::is_heap_until(i155, i155+7, std::greater<int>()) == i155+3);
|
is_heap_comp.pass.cpp | 298 int i155[] = {0, 1, 0, 0, 0, 1, 1}; local 425 assert(std::is_heap(i155, i155+7, std::greater<int>()) == (std::is_heap_until(i155, i155+7, std::greater<int>()) == i155+7)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 178 ... i154, i155, i156, i157, i158, i159, i160, i161, i162, 213 ... i154, i155, i156, i157, i158, i159, i160, i161, i162,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 178 ... i154, i155, i156, i157, i158, i159, i160, i161, i162, 213 ... i154, i155, i156, i157, i158, i159, i160, i161, i162,
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | 412 br i1 false, label %bb129, label %bb6.i155.preheader 414 bb6.i155.preheader: ; preds = %bb5.i154 415 br label %bb6.i155 417 bb6.i155: ; preds = %bb6.i155, %bb6.i155.preheader 418 br i1 false, label %bb7.i156, label %bb6.i155 420 bb7.i156: ; preds = %bb6.i155 [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
2006-06-12-InfLoop.ll | 411 %tmp.13.i155 = icmp slt i32 0, 0 ; <i1> [#uses=1] 412 br i1 %tmp.13.i155, label %no_exit.0.i31, label %loopentry.1.i30.loopexit
|
/art/test/083-compiler-regressions/src/ |
Main.java | 560 int i155 = 155; local [all...] |