Home
last modified time | relevance | path

Searched defs:undef (Results 1 – 25 of 89) sorted by relevance

1234

/external/mesa3d/src/compiler/nir/
Dnir_opt_undef.c81 nir_def *undef = nir_undef(b, alu->def.num_components, in opt_undef_vecN() local
100 unsigned undef = 0; in nir_get_undef_mask() local
239 nir_undef_instr *undef = nir_instr_as_undef(instr); in replace_ssa_undef() local
Dnir_lower_helper_writes.c54 nir_def *undef = NULL; in lower() local
Dnir_opt_uniform_atomics.c261 nir_def *undef = nir_undef(b, 1, intrin->def.bit_size); in optimize_atomic() local
298 nir_def *undef = result ? nir_undef(b, 1, result->bit_size) : NULL; in optimize_and_rewrite_atomic() local
Dnir_opt_dce.c88 nir_undef_instr *undef = nir_instr_as_undef(instr); in is_live() local
Dnir_phi_builder.c212 nir_undef_instr *undef = in nir_phi_builder_value_get_block_def() local
Dnir_control_flow.c226 nir_undef_instr *undef = in nir_insert_phi_undef() local
648 nir_undef_instr *undef = in replace_ssa_def_uses() local
/external/clang/test/CodeGen/
Dannotations-var.c42 void undef(void) { in undef() function
/external/mesa3d/src/compiler/nir/tests/
Dserialize_tests.cpp145 nir_def *undef = nir_undef(b, GetParam(), 32); in TEST_P() local
167 nir_def *undef = nir_undef(b, 2, 32); in TEST_P() local
/external/mesa3d/src/panfrost/util/
Dpan_lower_store_component.c53 nir_def *undef = nir_undef(b, 1, value->bit_size); in lower_store_component() local
/external/clang/test/Analysis/
Dlogical-ops.c36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} in undef() function
/external/clang/test/Sema/
Dinvalid-decl.c26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c61 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() local
386 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() local
746 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars() local
Dlp_bld_type.h163 LLVMValueRef undef; member
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instrfactory.cpp214 InstrFactory::process_undef(nir_undef_instr *undef, Shader& shader) in process_undef()
Dsfn_nir_lower_tess_io.cpp251 auto undef = nir_undef(b, 1, 32); in replace_load_instr() local
417 auto undef = nir_undef(b, 1, 32); in r600_lower_tess_io_impl() local
/external/mesa3d/src/amd/common/
Dac_nir_lower_ps.c380 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_mrtz_export() local
474 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_color_export() local
680 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_dual_src_blend_swizzle() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_opt_virtual_grfs.cpp151 fs_inst *undef = in brw_fs_opt_split_virtual_grfs() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp80 Instruction* undef = in ReplaceWithFunctionCall() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp80 Instruction* undef = in ReplaceWithFunctionCall() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dwrap_opkill.cpp80 Instruction* undef = in ReplaceWithFunctionCall() local
/external/python/uritemplates/tests/fixtures/
Dspec-examples-by-section.json21 "undef" : null null
54 "undef" : null null
108 "undef" : null null
165 "undef" : null null
207 "undef" : null null
259 "undef" : null null
311 "undef" : null null
362 "undef" : null null
410 "undef" : null null
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DValueLattice.h45 undef, enumerator
/external/mesa3d/src/broadcom/compiler/
Dvir_to_qpu.c73 struct qreg undef = vir_nop_reg(); in vir_nop() local
/external/mesa3d/src/amd/vulkan/
Dradv_printf.c157 nir_def *undef; in radv_build_printf() local
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_64b.c184 nir_undef_instr *undef = nir_instr_as_undef(instr); in lower_64b_undef() local

1234