Home
last modified time | relevance | path

Searched refs:IS_ZERO (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_pw_neg_templ.c20 if (FN(PW,IS_ZERO)(pw)) in FN()
Disl_pw_templ.c322 isl_bool FN(PW,IS_ZERO)(__isl_keep PW *pw) in FN() argument
443 if (FN(PW,IS_ZERO)(pw1)) { in FN()
448 if (FN(PW,IS_ZERO)(pw2)) { in FN()
551 if (FN(PW,IS_ZERO)(pw1)) { in FN()
556 if (FN(PW,IS_ZERO)(pw2)) { in FN()
Disl_union_templ.c176 empty = FN(PART,IS_ZERO)(part); in FN()
208 empty = FN(PART,IS_ZERO)(part); in FN()
Disl_fold.c695 #undef IS_ZERO
696 #define IS_ZERO is_zero macro
Disl_aff.c2722 #undef IS_ZERO
2723 #define IS_ZERO is_empty macro
4362 #undef IS_ZERO
4363 #define IS_ZERO is_empty macro
Disl_polynomial.c3098 #undef IS_ZERO
3099 #define IS_ZERO is_zero macro
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dknown-non-zero.ll102 ; CHECK-NEXT: [[IS_ZERO:%.*]] = icmp eq i16 [[I]], 0
103 ; CHECK-NEXT: br i1 [[IS_ZERO]], label [[COMMON]], label [[NON_ZERO:%.*]]
/external/llvm-project/mlir/test/Conversion/AsyncToLLVM/
Dconvert-to-llvm.mlir54 // CHECK: %[[IS_ZERO:.*]] = llvm.icmp "eq" %[[SUSPENDED]], %[[ZERO]]
55 // CHECK: llvm.cond_br %[[IS_ZERO]], ^[[RESUME:.*]], ^[[CLEANUP:.*]]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlower_tf.mlir67 …// CHECK: %[[IS_ZERO:.*]] = "tf.Equal"(%[[Y]], %[[ZERO]]) {incompatible_shape_error = true} : (te…
69 …// CHECK: %[[RESULT:.*]] = "tf.SelectV2"(%[[IS_ZERO]], %[[ZERO]], %[[DIV]]) : (tensor<*xi1>, tens…
80 …// CHECK: %[[IS_ZERO:.*]] = "tf.Equal"(%[[Y]], %[[ZERO]]) {incompatible_shape_error = true} : (te…
82 …// CHECK: %[[RESULT:.*]] = "tf.SelectV2"(%[[IS_ZERO]], %[[ZERO]], %[[MUL]]) : (tensor<3xi1>, tens…
946 …// CHECK: %[[IS_ZERO:.*]] = "tf.Equal"(%[[X]], %[[ZERO]]) {incompatible_shape_error = true} : (te…
948 …// CHECK: %[[RESULT:.*]] = "tf.SelectV2"(%[[IS_ZERO]], %[[ZERO]], %[[MUL]]) : (tensor<*xi1>, tens…
958 …// CHECK: %[[IS_ZERO:.*]] = "tf.Equal"(%[[X]], %[[ZERO]]) {incompatible_shape_error = true} : (te…
961 …// CHECK: %[[RESULT:.*]] = "tf.SelectV2"(%[[IS_ZERO]], %[[ZERO]], %[[MUL]]) : (tensor<*xi1>, tens…
971 …// CHECK: %[[IS_ZERO:.*]] = "tf.Equal"(%[[X]], %[[ZERO]]) {incompatible_shape_error = true} : (te…
974 …// CHECK: %[[RESULT:.*]] = "tf.SelectV2"(%[[IS_ZERO]], %[[ZERO]], %[[MUL]]) : (tensor<*xi1>, tens…
/external/llvm-project/llvm/test/Transforms/LICM/
Dhoist-mustexec.ll136 ; CHECK-NEXT: [[IS_ZERO:%.*]] = icmp eq i32 [[LEN]], 0
137 ; CHECK-NEXT: br i1 [[IS_ZERO]], label [[FAIL:%.*]], label [[PREHEADER:%.*]]
/external/strace/
DChangeLog6392 Move is_filled and IS_ZERO to macros.h, rename IS_ZERO to IS_ARRAY_ZERO.
6393 * s390.c: Replace all IS_ZERO invocations with IS_ARRAY_ZERO.
6394 (is_filled, IS_ZERO): Move...
6397 (IS_ZERO): Rename to IS_ARRAY_ZERO, cast arr_ to "const char *".