HomeSort by relevance Sort by last modified time
    Searched full:i160 (Results 1 - 19 of 19) sorted by null

  /external/llvm/test/CodeGen/Generic/
pr12507.ll 5 define void @foo(i160 %x) {
7 %cmp.i = icmp ne i160 %x, 340282366920938463463374607431768211456
APIntParam.ll 161 @i160_s = external global i160 ; <i160*> [#uses=1]
1054 define void @i160_ls(i160 %x) nounwind {
1055 store i160 %x, i160* @i160_s
    [all...]
APIntSextParam.ll 161 @i160_s = external global i160 ; <i160*> [#uses=1]
1054 define void @i160_ls(i160 signext %x) nounwind {
1055 store i160 %x, i160* @i160_s
    [all...]
APIntZextParam.ll 161 @i160_s = external global i160 ; <i160*> [#uses=1]
1054 define void @i160_ls(i160 zeroext %x) nounwind {
1055 store i160 %x, i160* @i160_s
    [all...]
APIntLoadStore.ll 320 @i160_l = external global i160 ; <i160*> [#uses=1]
321 @i160_s = external global i160 ; <i160*> [#uses=1]
    [all...]
  /external/llvm/test/Transforms/ScalarRepl/
nonzero-first-index.ll 12 ; CHECK-NOT: = i160
24 ; CHECK: i160
35 ; CHECK-NOT: = i160
47 ; CHECK: i160
  /external/llvm/test/Transforms/InstCombine/
phi.ll 304 define i160 @test14b(i320 %A, i320 %B, i1 %b1) {
306 %a = trunc i320 %A to i160
307 %b = trunc i320 %B to i160
311 %C = phi i160 [ %a, %BB0 ], [ %b, %Loop ]
315 ret i160 %C
318 ; CHECK-NEXT: phi i160
  /external/llvm/test/CodeGen/X86/
crash.ll 195 %0 = zext i64 %A to i160
196 %1 = shl i160 %0, 64
197 %2 = zext i160 %1 to i576
scev-interchange.ll 92 br i1 false, label %bb3.i164.i, label %bb.i.i.i.i160.i
94 bb.i.i.i.i160.i: ; preds = %bb14.i
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 302 int i160[] = {0, 1, 0, 1, 0, 0, 0}; local
429 assert(std::is_heap(i160, i160+7) == (std::is_heap_until(i160, i160+7) == i160+7));
is_heap_until.pass.cpp 302 int i160[] = {0, 1, 0, 1, 0, 0, 0}; local
429 assert(std::is_heap_until(i160, i160+7) == i160+1);
is_heap_until_comp.pass.cpp 303 int i160[] = {0, 1, 0, 1, 0, 0, 0}; local
430 assert(std::is_heap_until(i160, i160+7, std::greater<int>()) == i160+4);
is_heap_comp.pass.cpp 303 int i160[] = {0, 1, 0, 1, 0, 0, 0}; local
430 assert(std::is_heap(i160, i160+7, std::greater<int>()) == (std::is_heap_until(i160, i160+7, std::greater<int>()) == i160+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 430 br i1 false, label %bb129, label %bb11.i160.preheader
432 bb11.i160.preheader: ; preds = %bb10.i159
433 br label %bb11.i160
435 bb11.i160: ; preds = %bb11.i160, %bb11.i160.preheader
436 br i1 false, label %bb12.i161, label %bb11.i160
438 bb12.i161: ; preds = %bb11.i160
    [all...]
  /external/llvm/lib/Target/
README.txt     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 120 // do allow things like i160 -> i64, but not i64 -> i160.
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 570 int i160 = 160; local
    [all...]

Completed in 2632 milliseconds