/external/mesa3d/src/compiler/nir/tests/ |
D | serialize_tests.cpp | 148 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); in TEST_P() local 170 nir_ssa_def *undef = nir_ssa_undef(b, 2, 32); in TEST_P() local 192 nir_ssa_def *undef = nir_ssa_undef(b, 2, 32); in TEST_P() local 221 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); in TEST_P() local 249 nir_ssa_def *undef = nir_ssa_undef(b, GetParam(), 32); in TEST_P() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_undef.c | 92 nir_ssa_def *undef = nir_ssa_undef(b, alu->dest.dest.ssa.num_components, in opt_undef_vecN() local 111 unsigned undef = 0; in nir_get_undef_mask() local
|
D | nir_opt_uniform_atomics.c | 231 nir_ssa_def *undef = nir_ssa_undef(b, 1, intrin->dest.ssa.bit_size); in optimize_atomic() local 269 nir_ssa_def *undef = result ? nir_ssa_undef(b, 1, result->bit_size) : NULL; in optimize_and_rewrite_atomic() local
|
D | nir_control_flow.c | 238 nir_ssa_undef_instr *undef = in nir_insert_phi_undef() local 618 nir_ssa_undef_instr *undef = in replace_ssa_def_uses() local
|
D | nir_phi_builder.c | 208 nir_ssa_undef_instr *undef = in nir_phi_builder_value_get_block_def() local
|
D | nir_opt_gcm.c | 515 nir_ssa_undef_instr *undef = in gcm_replace_def_with_undef() local
|
/external/llvm-project/compiler-rt/test/msan/ |
D | strcmp.c | 11 char undef; in main() local
|
/external/clang/test/CodeGen/ |
D | annotations-var.c | 42 void undef(void) { in undef() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | annotations-var.c | 51 void undef(void) { in undef() function
|
/external/clang/test/Sema/ |
D | invalid-decl.c | 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
|
/external/clang/test/Analysis/ |
D | logical-ops.c | 36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} in undef() function
|
/external/llvm-project/clang/test/Sema/ |
D | invalid-decl.c | 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.c | 60 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() local 397 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() local 768 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars() local
|
D | lp_bld_type.h | 163 LLVMValueRef undef; member
|
/external/llvm-project/clang/test/Analysis/ |
D | logical-ops.c | 37 int undef(void) {} in undef() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | wrap_opkill.cpp | 79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() local
|
/external/python/uritemplates/tests/fixtures/ |
D | spec-examples-by-section.json | 21 "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/mesa3d/src/broadcom/compiler/ |
D | vir_to_qpu.c | 79 struct qreg undef = vir_nop_reg(); in vir_nop() local
|
/external/llvm-project/openmp/runtime/test/affinity/format/ |
D | fields_values.c | 135 char* undef = get_string(); in check_undefined() local
|
/external/llvm-project/lld/COFF/ |
D | SymbolTable.cpp | 250 auto *undef = dyn_cast<Undefined>(sym); in loadMinGWAutomaticImports() local 392 auto *undef = dyn_cast<Undefined>(sym); in reportUnresolvable() local 421 auto *undef = dyn_cast<Undefined>(sym); in resolveRemainingUndefines() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 43 undef, enumerator
|
/external/llvm-project/lld/lib/Core/ |
D | SymbolTable.cpp | 277 if (const auto *undef = dyn_cast<const UndefinedAtom>(atom)) in undefines() local
|
/external/ply/ply/ply/ |
D | cpp.py | 870 def undef(self,tokens): member in Preprocessor
|