Home
last modified time | relevance | path

Searched refs:def (Results 726 - 750 of 974) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/python/Modules/_sre/
H A Dsre.c2022 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index() argument
2036 Py_INCREF(def); in match_getslice_by_index()
2037 return def; in match_getslice_by_index()
2088 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice() argument
2096 return match_getslice_by_index(self, i, def); in match_getslice()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c737 cond = cond->srcs[0]->def->instr; in emit_alu()
1906 src->def = dst; in create_multidst_mov()
2694 ir3_get_dst_ssa(ctx, &instr->def, instr->def.num_components); in emit_load_const()
2695 unsigned bit_size = ir3_bitsize(ctx, instr->def.bit_size); in emit_load_const()
2698 for (int i = 0; i < instr->def.num_components; i++) in emit_load_const()
2701 for (int i = 0; i < instr->def.num_components; i++) in emit_load_const()
2704 for (int i = 0; i < instr->def.num_components; i++) in emit_load_const()
2713 ir3_get_dst_ssa(ctx, &undef->def, undef->def in emit_undef()
[all...]
H A Dir3_legalize.c756 ir3_src_create(br1, regid(REG_P0, 0), 0)->def = in block_sched()
763 ir3_src_create(br2, regid(REG_P0, 0), 0)->def = in block_sched()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h271 unsigned def[DDR_PHY_CA_REG_MAX]; member
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h272 unsigned def[DDR_PHY_CA_REG_MAX]; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_config.h337 int def, bool down);
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak218 LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
/third_party/backends/backend/
H A Dteco3.h314 const struct scanners_supported *def; /* default options for that scanner */ member
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h1302 const char *def; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_const_arrays_to_uniforms.c87 for (unsigned i = 0; i < load->def.num_components; i++) { in set_const_initialiser()
/third_party/lwip/src/
H A DFilelists.mk34 $(LWIPDIR)/core/def.c \
/third_party/musl/libc-test/
H A DMakefile38 cp config.mak.def $@
/third_party/protobuf/editors/
H A Dproto.vim82 command -nargs=+ HiLink hi def link <args>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp94 // %5<def,tied1> = XSMADDADP %5<tied0>, %17, %16, in processBlock()
97 // %9<def,tied1> = XSMADDADP %9<tied0>, %17, %19, in processBlock()
102 // %5<def,tied1> = XSMADDADP %5<tied0>, %17, %16, in processBlock()
105 // %16<def,tied1> = XSMADDMDP %16<tied0>, %18, %9, in processBlock()
118 MachineInstr *AddendMI = LIS->getInstructionFromIndex(AddendValNo->def); in processBlock()
157 // %9<def,tied1> = XSMADDASP %9<tied0>, %1, %4; VSSRC: in processBlock()
158 // %6<def,tied1> = XSMADDASP %6<tied0>, %1, %2; VSSRC: in processBlock()
159 // %7<def,tied1> = XSMADDASP %7<tied0>, %1, %3; VSSRC: in processBlock()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c75 static LLVMTypeRef get_def_type(struct ac_nir_context *ctx, const nir_ssa_def *def) in get_def_type() argument
77 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type()
78 if (def->num_components > 1) { in get_def_type()
79 type = LLVMVectorType(type, def->num_components); in get_def_type()
1377 LLVMTypeRef element_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_load_const()
1379 for (unsigned i = 0; i < instr->def.num_components; ++i) { in visit_load_const()
1380 switch (instr->def.bit_size) { in visit_load_const()
1397 fprintf(stderr, "unsupported nir load_const bit_size: %d\n", instr->def.bit_size); in visit_load_const()
1401 if (instr->def.num_components > 1) { in visit_load_const()
1402 value = LLVMConstVector(values, instr->def in visit_load_const()
5039 is_def_used_in_an_export(const nir_ssa_def *def) is_def_used_in_an_export() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp573 Block def("def"); // default block in TEST_P()
586 str += bad >> std::vector<Block>({def, block1, block2, block3, entry}); in TEST_P()
587 str += def >> merge; in TEST_P()
1615 Block def("default", SpvOpUnreachable); in TEST_F()
1644 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F()
1646 str += def; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp573 Block def("def"); // default block in TEST_P()
586 str += bad >> std::vector<Block>({def, block1, block2, block3, entry}); in TEST_P()
587 str += def >> merge; in TEST_P()
1615 Block def("default", SpvOpUnreachable); in TEST_F()
1644 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F()
1646 str += def; in TEST_F()
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp573 Block def("def"); // default block in TEST_P()
586 str += bad >> std::vector<Block>({def, block1, block2, block3, entry}); in TEST_P()
587 str += def >> merge; in TEST_P()
1582 Block def("default", spv::Op::OpUnreachable); in TEST_F()
1611 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F()
1613 str += def; in TEST_F()
/third_party/elfutils/src/
H A Dreadelf.c2894 GElf_Verdef *def = gelf_getverdef (data, offset, &defmem); in handle_verdef() local
2895 if (unlikely (def == NULL)) in handle_verdef()
2898 unsigned int auxoffset = offset + def->vd_aux; in handle_verdef()
2906 offset, def->vd_version, in handle_verdef()
2907 get_ver_flags (def->vd_flags), in handle_verdef()
2908 def->vd_ndx, in handle_verdef()
2909 def->vd_cnt, in handle_verdef()
2913 for (int cnt2 = 1; cnt2 < def->vd_cnt; ++cnt2) in handle_verdef()
2930 if (def->vd_next == 0) in handle_verdef()
2932 offset += def in handle_verdef()
3000 GElf_Verdef *def; handle_versym() local
3098 GElf_Verdef *def = gelf_getverdef (defdata, offset, &defmem); handle_versym() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c161 ntq_init_ssa_def(struct vc4_compile *c, nir_ssa_def *def) in ntq_init_ssa_def() argument
164 def->num_components); in ntq_init_ssa_def()
165 _mesa_hash_table_insert(c->def_ht, def, qregs); in ntq_init_ssa_def()
173 * If it's a NIR SSA def, then we just set the associated hash table entry to
217 /* Insert a MOV if the source wasn't an SSA def in the in ntq_store_dest()
1656 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_load_const()
1657 for (int i = 0; i < instr->def.num_components; i++) in ntq_emit_load_const()
1660 _mesa_hash_table_insert(c->def_ht, &instr->def, qregs); in ntq_emit_load_const()
1666 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_ssa_undef()
1671 for (int i = 0; i < instr->def in ntq_emit_ssa_undef()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c77 static int build_def_list(H264Ref *def, int def_len, in build_def_list() argument
91 split_field_copy(&def[index++], in[i[0]++], sel, 1); in build_def_list()
96 split_field_copy(&def[index++], in[i[1]++], sel ^ 3, 0); in build_def_list()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp229 assert(load_const->def.bit_size == 32); in allocate_const()
230 for (int i = 0; i < load_const->def.num_components; ++i) { in allocate_const()
231 RegisterKey key(load_const->def.index, i, vp_ssa); in allocate_const()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h155 assert_def_size(nir_ssa_def *def, unsigned num_components, unsigned bit_size) in assert_def_size() argument
157 assert(def->num_components == num_components); in assert_def_size()
158 assert(def->bit_size == bit_size); in assert_def_size()
/third_party/spirv-tools/source/opt/
H A Dir_context.cpp268 Instruction* def = get_def_use_mgr()->GetDef(id); in KillDef() local
269 if (def != nullptr) { in KillDef()
270 KillInst(def); in KillDef()
321 // Ensure that |after| has been registered as def. in ReplaceAllUsesWithPredicate()
323 "'after' is not a registered def."); in ReplaceAllUsesWithPredicate()
/third_party/ffmpeg/fftools/
H A Dffprobe.c1050 DefaultContext *def = wctx->priv; in default_print_section_header() local
1059 def->nested_section[wctx->level] = 1; in default_print_section_header()
1066 if (def->noprint_wrappers || def->nested_section[wctx->level]) in default_print_section_header()
1075 DefaultContext *def = wctx->priv; in default_print_section_footer() local
1079 if (def->noprint_wrappers || def->nested_section[wctx->level]) in default_print_section_footer()
1088 DefaultContext *def = wctx->priv; in default_print_str() local
1090 if (!def->nokey) in default_print_str()
1097 DefaultContext *def in default_print_int() local
[all...]

Completed in 55 milliseconds

1...<<21222324252627282930>>...39