Home
last modified time | relevance | path

Searched refs:is_undef (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_psi_ops.cpp153 if (s1->is_undef()) { in eliminate()
154 if (s2->is_undef()) { in eliminate()
159 } else if (s2->is_undef()) { in eliminate()
181 if (s1->is_any_gpr() && !s1->is_undef() && s1->def) in eliminate()
183 if (s2->is_any_gpr() && !s2->is_undef() && s2->def) in eliminate()
Dsb_if_conversion.cpp291 if (v1->is_undef()) { in convert_phi()
292 if (v2->is_undef()) { in convert_phi()
297 } else if (v2->is_undef()) in convert_phi()
Dsb_bc_finalize.cpp500 if (!v || v->is_undef()) { in copy_fetch_src()
607 if (v->is_undef()) { in finalize_fetch()
731 if (v->is_undef()) { in finalize_cf()
783 if (!v || v->is_undef()) in finalize_cf()
817 if (!v || v->is_undef()) in finalize_cf()
Dsb_ra_init.cpp544 if (!d->is_sgpr() || v->is_undef()) in split_phi_src()
657 if (v && v->is_any_gpr() && !v->is_undef()) { in split_packed_ins()
711 if (o->is_undef() || o->is_geometry_emit()) in split_vec()
Dsb_sched.cpp240 if (v->is_readonly() || v->is_undef()) in unreserve()
270 if (v->is_readonly() || v->is_undef()) { in try_reserve()
299 if (!v->is_readonly() && !v->is_undef()) { in try_reserve()
Dsb_ir.h527 bool is_undef() { return gvalue()->kind == VLK_UNDEF; } in is_undef() function
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c493 static GLboolean is_undef( struct ureg reg ) in is_undef() function
501 if (is_undef(p->identity)) in get_identity_param()
718 if (is_undef(p->eye_position)) { in get_eye_position()
744 if (!is_undef(p->eye_position)) in get_eye_position_z()
747 if (is_undef(p->eye_position_z)) { in get_eye_position_z()
765 if (is_undef(p->eye_position_normalized)) { in get_eye_position_normalized()
777 if (is_undef(p->transformed_normal) && in get_transformed_normal()
784 else if (is_undef(p->transformed_normal)) in get_transformed_normal()
966 if (p->state->unit[i].light_attenuated && !is_undef(dist)) { in calculate_light_attenuation()
967 if (is_undef(att)) in calculate_light_attenuation()
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml472 external is_undef : llvalue -> bool = "llvm_is_undef"
Dllvm.mli807 (** [is_undef v] returns [true] if the value [v] is an undefined value, [false]
809 val is_undef : llvalue -> bool val
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml380 external is_undef : llvalue -> bool = "llvm_is_undef"
Dllvm.mli663 (** [is_undef v] returns [true] if the value [v] is an undefined value, [false]
665 val is_undef : llvalue -> bool val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml540 external is_undef : llvalue -> bool = "llvm_is_undef"
Dllvm.mli831 (** [is_undef v] returns [true] if the value [v] is an undefined value, [false]
833 val is_undef : llvalue -> bool val
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml202 insist (is_undef c);
/external/llvm/test/Bindings/OCaml/
Dcore.ml253 insist (is_undef c);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml263 insist (is_undef c);