Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/compiler/nir/
Dnir_opt_undef.c105 nir_def *undef = nir_undef(b, alu->def.num_components, in opt_undef_vecN() local
124 unsigned undef = 0; in nir_get_undef_mask() local
253 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.c233 nir_def *undef = nir_undef(b, 1, intrin->def.bit_size); in optimize_atomic() local
270 nir_def *undef = result ? nir_undef(b, 1, result->bit_size) : NULL; in optimize_and_rewrite_atomic() 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/pytorch/torch/csrc/jit/passes/
Dlower_grad_of.cpp23 auto undef = g.createAutogradZero() in LowerGradOf() local
/external/pytorch/aten/src/ATen/test/
Dmath_kernel_test.cpp41 Tensor undef; in TEST() local
61 Tensor undef; in TEST() local
/external/mesa3d/src/panfrost/util/
Dpan_lower_store_component.c62 nir_def *undef = nir_undef(b, 1, value->bit_size); in lower_store_component() local
/external/clang/test/Sema/
Dinvalid-decl.c26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
/external/clang/test/Analysis/
Dlogical-ops.c36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} in undef() function
/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
/external/pytorch/torch/csrc/lazy/ts_backend/
Dts_autograd_functions.cpp54 at::Tensor undef; in backward() local
/external/mesa3d/src/intel/compiler/
Dintel_nir_blockify_uniform_loads.c81 nir_scalar undef = nir_get_scalar(nir_undef(b, 1, type_bytes * 8), 0); in rebase_const_offset_ubo_loads_instr() local
Dbrw_opt_virtual_grfs.cpp154 fs_inst *undef = in brw_opt_split_virtual_grfs() local
/external/coreboot/Documentation/technotes/
D2020-03-unit-testing-coreboot.md221 This header will comprise #undef of old CONFIG values and #define of the hashtag
/external/mesa3d/src/amd/common/nir/
Dac_nir_lower_ps_late.c251 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_mrtz_export() local
354 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_color_export() local
558 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_dual_src_blend_swizzle() local
Dac_nir_prerast_utils.c20 nir_def *undef = nir_undef(b, 1, value->bit_size); in ac_nir_store_var_components() local
451 nir_def *undef = nir_undef(b, 1, 16); in ac_nir_export_parameters() local
490 nir_def *undef = nir_undef(b, 1, 32); in ac_nir_store_parameters_to_attr_ring() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instrfactory.cpp194 InstrFactory::process_undef(nir_undef_instr *undef, Shader& shader) in process_undef()
Dsfn_nir_lower_tess_io.cpp231 auto undef = nir_undef(b, 1, 32); in replace_load_instr() local
396 auto undef = nir_undef(b, 1, 32); in r600_lower_tess_io_impl() 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/pytorch/aten/src/ATen/core/
Dtensor_type.cpp362 auto undef = merge_primitive(undefined(), other.undefined()); in merge() local
379 bool undef = undefined().value_or(!t.defined()); in matchTensor() local
/external/pytorch/test/cpp/jit/
Dtest_argument_spec.cpp46 autograd::Variable undef() { in undef() function

12345