Home
last modified time | relevance | path

Searched defs:undef (Results 1 - 25 of 62) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbadtype3.c2 foo (int (*func) (undef, void *), void *data) in foo() argument
/third_party/jerryscript/tests/jerry/
H A Dglobal-parsefloat.js72 var undef; variable
H A Dglobal-parseint.js45 var undef; variable
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_undef.c91 nir_ssa_def *undef = nir_ssa_undef(b, alu->dest.dest.ssa.num_components, in opt_undef_vecN() local
110 unsigned undef = 0; in nir_get_undef_mask() local
H A Dnir_phi_builder.c208 nir_ssa_undef_instr *undef = in nir_phi_builder_value_get_block_def() local
H A Dnir_opt_uniform_atomics.c235 nir_ssa_def *undef = nir_ssa_undef(b, 1, intrin->dest.ssa.bit_size); in optimize_atomic() local
272 nir_ssa_def *undef = result ? nir_ssa_undef(b, 1, result->bit_size) : NULL; in optimize_and_rewrite_atomic() local
H A Dnir_opt_dce.c88 nir_ssa_undef_instr *undef = nir_instr_as_ssa_undef(instr); in is_live() local
H A Dnir_lower_vars_to_ssa.c571 nir_ssa_undef_instr *undef = in rename_variables() local
H A Dnir_opt_loop_unroll.c688 nir_ssa_def *undef = in remove_out_of_bounds_induction_use() local
H A Dnir_control_flow.c238 nir_ssa_undef_instr *undef = in nir_insert_phi_undef() local
623 nir_ssa_undef_instr *undef = in replace_ssa_def_uses() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp202 bool InstrFactory::process_undef(nir_ssa_undef_instr *undef, Shader& shader) in process_undef() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dwrap_opkill.cpp79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dwrap_opkill.cpp79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() local
/third_party/spirv-tools/source/opt/
H A Dwrap_opkill.cpp80 Instruction* undef = in ReplaceWithFunctionCall() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c186 nir_ssa_undef_instr *undef = nir_instr_as_ssa_undef(instr); in lower_64b_undef() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dserialize_tests.cpp145 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); in TEST_P() local
167 nir_ssa_def *undef = nir_ssa_undef(b, 2, 32); TEST_P() local
189 nir_ssa_def *undef = nir_ssa_undef(b, 2, 32); TEST_P() local
218 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); TEST_P() local
246 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); TEST_P() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_to_qpu.c73 struct qreg undef = vir_nop_reg(); in vir_nop() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h163 LLVMValueRef undef; member
H A 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); lp_build_pack_aos_scalars() local
[all...]
H A Dlp_bld_pack.c1032 LLVMValueRef undef; in lp_build_pad_vector() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp35 undef = 0, member in aco::pred_defined
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp91 BITSET_WORD *undef; member
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c463 nir_ssa_def *undef = in kill_undefined_varyings() local
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc117 Expression* undef = factory()->NewUndefinedLiteral(kNoSourcePosition); in AssignUndefinedBefore() local
278 Expression* undef = factory()->NewUndefinedLiteral(kNoSourcePosition); in VisitTryFinallyStatement() local
/third_party/ffmpeg/libavformat/
H A Davformat.c591 AVRational undef = {0, 1}; in av_guess_sample_aspect_ratio() local

Completed in 27 milliseconds

123