Home
last modified time | relevance | path

Searched refs:limit_check (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/
Dbasic.ll14 ; CHECK: [[limit_check:[^ ]+]] = icmp ule i32 %n, %length
16 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
50 ; CHECK: [[limit_check:[^ ]+]] = icmp ult i32 %n, %length
52 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
86 ; CHECK: [[limit_check:[^ ]+]] = icmp ule i32 %n, %length
88 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
122 ; CHECK: [[limit_check:[^ ]+]] = icmp sle i32 %n, %length
124 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
159 ; CHECK: [[limit_check:[^ ]+]] = icmp sle i32 %n, %length
160 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 true, [[limit_check]]
[all …]
Dnested.ll23 ; CHECK: [[limit_check:[^ ]+]] = icmp sle i32 %l, %length
25 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
66 ; CHECK: [[limit_check:[^ ]+]] = icmp sle i32 %n, %length
68 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
Dprofitability.ll48 ; CHECK: [[limit_check:[^ ]+]] = icmp ule i64 1048576, %length.ext
50 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
Dvisited.ll14 ; CHECK: [[limit_check:[^ ]+]] = icmp ule i32 %n, %length
16 ; CHECK-NEXT: [[wide_cond:[^ ]+]] = and i1 [[first_iteration_check]], [[limit_check]]
/external/v8/src/execution/
Disolate.h361 limit_check, increment, body) \ argument
366 while (limit_check) { \
369 for (; limit_check && loop_var < for_with_handle_limit; increment) { \
375 #define WHILE_WITH_HANDLE_SCOPE(isolate, limit_check, body) \ argument
378 while (limit_check) { \
381 limit_check && for_with_handle_it < 1024; ++for_with_handle_it) { \