Home
last modified time | relevance | path

Searched refs:out_of_bounds (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dimplied-cond.ll9 ; CHECK: br i1 %var29, label %in_bounds, label %out_of_bounds
10 br i1 %var29, label %next, label %out_of_bounds
21 out_of_bounds:
36 ; CHECK: br i1 %var29, label %next, label %out_of_bounds
37 br i1 %var29, label %next, label %out_of_bounds
47 out_of_bounds:
61 ; CHECK: br i1 %var29, label %in_bounds, label %out_of_bounds
62 br i1 %var29, label %next, label %out_of_bounds
71 out_of_bounds:
/external/llvm/test/Transforms/SimplifyCFG/
Dimplied-cond.ll9 ; CHECK: br i1 %var29, label %in_bounds, label %out_of_bounds
10 br i1 %var29, label %next, label %out_of_bounds
21 out_of_bounds:
36 ; CHECK: br i1 %var29, label %next, label %out_of_bounds
37 br i1 %var29, label %next, label %out_of_bounds
47 out_of_bounds:
61 ; CHECK: br i1 %var29, label %in_bounds, label %out_of_bounds
62 br i1 %var29, label %next, label %out_of_bounds
71 out_of_bounds:
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtake_while_test.py59 num_elements=[10], upper_bound=[2], out_of_bounds=[False]) +
61 num_elements=[16], upper_bound=[7], out_of_bounds=[False]) +
63 num_elements=[100], upper_bound=[99], out_of_bounds=[False]) +
65 num_elements=[100], upper_bound=[101], out_of_bounds=[True]) +
67 num_elements=[0], upper_bound=[1], out_of_bounds=[True])))
68 def testTakeWhileDatasetRange(self, num_elements, upper_bound, out_of_bounds): argument
72 if out_of_bounds:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dnon_known_positive_end.ll21 br i1 %rc, label %backedge, label %out_of_bounds
34 out_of_bounds:
55 br i1 %rc, label %backedge, label %out_of_bounds
68 out_of_bounds:
88 br i1 %rc, label %backedge, label %out_of_bounds
101 out_of_bounds:
121 br i1 %rc, label %backedge, label %out_of_bounds
134 out_of_bounds:
/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_cpu_impl.h57 bool out_of_bounds = false; in GenerateIndices() local
61 out_of_bounds |= !FastBoundsCheck(ix_i, Tparams_.dimension(i)); in GenerateIndices()
63 return out_of_bounds; in GenerateIndices()
73 const bool out_of_bounds = GenerateIndices(loc, &ix); in operator() local
74 if (TF_PREDICT_FALSE(out_of_bounds)) { in operator()
Dscatter_nd_op_cpu_impl.h117 bool out_of_bounds = false;
120 out_of_bounds |= !FastBoundsCheck(ix_d, output_shape_prefix[dim]);
123 if (TF_PREDICT_FALSE(out_of_bounds)) {
201 bool out_of_bounds = false;
204 out_of_bounds |= !FastBoundsCheck(ix_d, output_shape_prefix[dim]);
207 if (TF_PREDICT_FALSE(out_of_bounds)) {
Dgather_nd_op_gpu.cu.cc40 bool out_of_bounds = false; in GatherSliceOpKernel() local
45 out_of_bounds |= !FastBoundsCheck(index_j, batch_indices[j]); in GatherSliceOpKernel()
61 out[i] = (out_of_bounds) ? T(0) : ldg(params + offset + loc_offset); in GatherSliceOpKernel()
Dscatter_nd_op_gpu.cu.cc93 bool out_of_bounds = false; in ScatterNdOpKernel() local
98 out_of_bounds |= !FastBoundsCheck(ix_d, output_shape_prefix[dim]); in ScatterNdOpKernel()
101 if (!out_of_bounds) { in ScatterNdOpKernel()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dmerge-add-rec-many-inputs.ll78 br i1 %cond, label %in_bounds, label %out_of_bounds
119 out_of_bounds: ; preds = %not_zero265
122 bci_565: ; preds = %out_of_bounds
125 not_subtype: ; preds = %out_of_bounds
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2032 LLVMValueRef *out_of_bounds) in lp_build_layer_coord() argument
2040 if (out_of_bounds) { in lp_build_layer_coord()
2046 *out_of_bounds = lp_build_or(int_coord_bld, out, out1); in lp_build_layer_coord()
2634 LLVMValueRef offset, out_of_bounds, out1; in lp_build_fetch_texel() local
2636 out_of_bounds = int_coord_bld->zero; in lp_build_fetch_texel()
2647 out_of_bound_ret_zero ? &out_of_bounds : NULL); in lp_build_fetch_texel()
2669 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); in lp_build_fetch_texel()
2685 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); in lp_build_fetch_texel()
2687 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); in lp_build_fetch_texel()
2694 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); in lp_build_fetch_texel()
[all …]
Dlp_bld_format.h161 LLVMValueRef out_of_bounds,
Dlp_bld_sample.c945 LLVMValueRef *out_of_bounds) in lp_build_nearest_mip_level() argument
960 if (out_of_bounds) { in lp_build_nearest_mip_level()
966 *out_of_bounds = out; in lp_build_nearest_mip_level()
969 *out_of_bounds = lp_build_broadcast_scalar(&bld->int_coord_bld, out); in lp_build_nearest_mip_level()
973 *out_of_bounds = lp_build_unpack_broadcast_aos_scalars(bld->gallivm, in lp_build_nearest_mip_level()
978 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); in lp_build_nearest_mip_level()
Dlp_bld_sample.h589 LLVMValueRef *out_of_bounds);
Dlp_bld_format_soa.c1005 LLVMValueRef out_of_bounds, in lp_build_store_rgba_soa() argument
1082 …MBuildAnd(gallivm->builder, exec_mask, LLVMBuildNot(gallivm->builder, out_of_bounds, ""), "store_m… in lp_build_store_rgba_soa()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c37 bool out_of_bounds; in remap_tess_levels() local
45 out_of_bounds = false; in remap_tess_levels()
50 out_of_bounds = component > 0; in remap_tess_levels()
53 out_of_bounds = true; in remap_tess_levels()
63 out_of_bounds = component > 1; in remap_tess_levels()
68 out_of_bounds = component == 3 && primitive_mode == GL_TRIANGLES; in remap_tess_levels()
74 if (out_of_bounds) { in remap_tess_levels()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h81 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCMakePrimer.rst265 foreach(var ${my_list} out_of_bounds)
272 # out_of_bounds
296 foreach(var IN LISTS my_list ITEMS out_of_bounds)
303 # out_of_bounds
/external/llvm/docs/
DCMakePrimer.rst293 foreach(var ${my_list} out_of_bounds)
300 # out_of_bounds
324 foreach(var IN LISTS my_list ITEMS out_of_bounds)
331 # out_of_bounds
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dpost-inc-range.ll48 %out_of_bounds = icmp ugt i32 %i, 64
49 br i1 %out_of_bounds, label %for.end, label %continue
/external/angle/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt226 3711 : dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.* = FA…
227 3711 : dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.writes.* = F…
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt3587 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3588 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3589 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3590 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3591 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3592 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3593 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3594 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3595 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.v…
3596 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.f…
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt3657 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3658 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3659 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3660 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3661 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3662 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3663 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3664 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3665 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.v…
3666 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.f…
[all …]
/external/deqp/android/cts/master/
Degl-master.txt3676 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3677 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3678 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3679 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3680 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3681 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3682 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3683 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3684 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.v…
3685 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.f…
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/
Degl-master.txt3686 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3687 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3688 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3689 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3690 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3691 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3692 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3693 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3694 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.v…
3695 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.f…
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/
Degl-master.txt3599 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3600 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3601 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3602 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.uniform_block…
3603 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3604 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3605 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3606 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.shader_storag…
3607 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.v…
3608 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.local_array.f…
[all …]

12