Home
last modified time | relevance | path

Searched refs:def (Results 76 - 100 of 908) sorted by relevance

12345678910>>...37

/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp83 auto def = context->get_def_use_mgr()->GetDef(id); in GetOpportunitiesForDominatingInst() local
84 assert(def); in GetOpportunitiesForDominatingInst()
85 if (!context->get_instr_block(def)) { in GetOpportunitiesForDominatingInst()
90 assert(!context->get_constant_mgr()->GetConstantFromInst(def) && in GetOpportunitiesForDominatingInst()
92 if (def->type_id() != candidate_dominator->type_id()) { in GetOpportunitiesForDominatingInst()
96 if (candidate_dominator != def && in GetOpportunitiesForDominatingInst()
97 dominator_analysis->Dominates(candidate_dominator, def)) { in GetOpportunitiesForDominatingInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp83 auto def = context->get_def_use_mgr()->GetDef(id); in GetOpportunitiesForDominatingInst() local
84 assert(def); in GetOpportunitiesForDominatingInst()
85 if (!context->get_instr_block(def)) { in GetOpportunitiesForDominatingInst()
90 assert(!context->get_constant_mgr()->GetConstantFromInst(def) && in GetOpportunitiesForDominatingInst()
92 if (def->type_id() != candidate_dominator->type_id()) { in GetOpportunitiesForDominatingInst()
96 if (candidate_dominator != def && in GetOpportunitiesForDominatingInst()
97 dominator_analysis->Dominates(candidate_dominator, def)) { in GetOpportunitiesForDominatingInst()
/third_party/unity/auto/
H A Dcolour_prompt.rb23 def initialize
32 def change_to(new_colour)
40 def win32_colour(colour)
63 def posix_colour(colour)
99 def out_c(mode, colour, str)
113 def colour_puts(role, str)
117 def colour_print(role, str)
/third_party/spirv-tools/source/reduce/
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp83 auto def = context->get_def_use_mgr()->GetDef(id); in GetOpportunitiesForDominatingInst() local
84 assert(def); in GetOpportunitiesForDominatingInst()
85 if (!context->get_instr_block(def)) { in GetOpportunitiesForDominatingInst()
90 assert(!context->get_constant_mgr()->GetConstantFromInst(def) && in GetOpportunitiesForDominatingInst()
92 if (def->type_id() != candidate_dominator->type_id()) { in GetOpportunitiesForDominatingInst()
96 if (candidate_dominator != def && in GetOpportunitiesForDominatingInst()
97 dominator_analysis->Dominates(candidate_dominator, def)) { in GetOpportunitiesForDominatingInst()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp125 Value *def[2]; in handleMAXMIN() local
130 def[0] = bld.getSSA(); in handleMAXMIN()
131 def[1] = bld.getSSA(); in handleMAXMIN()
133 Instruction *hi = bld.mkOp2(insn->op, sTy, def[1], src0[1], src1[1]); in handleMAXMIN()
137 Instruction *lo = bld.mkOp2(insn->op, sTy, def[0], src0[0], src1[0]); in handleMAXMIN()
142 insn->setSrc(0, def[0]); in handleMAXMIN()
143 insn->setSrc(1, def[1]); in handleMAXMIN()
222 Value *def[2]; in handleSLCT() local
227 def[0] = bld.getSSA(); in handleSLCT()
228 def[ in handleSLCT()
[all...]
/third_party/nghttp2/script/
H A Dfetch-ocsp-response71 def die(msg):
77 def tempfail(msg):
83 def run_openssl(args, allow_tempfail=False):
103 def read_file(path):
108 def write_file(path, data):
113 def detect_openssl_version(cmd):
117 def extract_ocsp_uri(cmd, cert_fn):
129 def save_issuer_certificate(issuer_fn, cert_fn):
140 def send_and_receive_ocsp(respder_fn, cmd, cert_fn, issuer_fn, ocsp_uri,
155 def verify_respons
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_merge_regs.c30 * try to "merge" SSA def's into "merge sets" which could be allocated to a
121 value.reg = instr->srcs[0]->def; in chase_copies()
129 if (!src->def) in chase_copies()
132 value.reg = src->def; in chase_copies()
193 get_merge_set(struct ir3_register *def) in get_merge_set() argument
195 if (def->merge_set) in get_merge_set()
196 return def->merge_set; in get_merge_set()
198 struct ir3_merge_set *set = ralloc(def, struct ir3_merge_set); in get_merge_set()
202 set->size = reg_size(def); in get_merge_set()
203 set->alignment = (def in get_merge_set()
[all...]
/third_party/cJSON/tests/unity/test/spec/
H A Dgenerate_module_existing_file_spec.rb5 def touch_src(file)
9 def touch_test(file)
13 def create_src_with_known_content(file)
17 def create_test_with_known_content(file)
21 def expect_src_content_didnt_change(file)
25 def expect_test_content_didnt_change(file)
29 def expect_src_file_to_exist(file)
33 def expect_test_file_to_exist(file)
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestSimpleDateFormatAPI.java56 SimpleDateFormat def = new SimpleDateFormat(); in TestAPI()
71 Format clone = (Format) def.clone(); in TestAPI()
72 if( ! clone.equals(def) ) { in TestAPI()
87 res1 = def.format(d, res1, pos1); in TestAPI()
101 result1 = def.parse(text, pos); in TestAPI()
105 result2 = def.parse(text); in TestAPI()
117 def.setDateFormatSymbols(syms); in TestAPI()
119 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestSimpleDateFormatAPI.java59 SimpleDateFormat def = new SimpleDateFormat(); in TestAPI()
74 Format clone = (Format) def.clone(); in TestAPI()
75 if( ! clone.equals(def) ) { in TestAPI()
90 res1 = def.format(d, res1, pos1); in TestAPI()
104 result1 = def.parse(text, pos); in TestAPI()
108 result2 = def.parse(text); in TestAPI()
120 def.setDateFormatSymbols(syms); in TestAPI()
122 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/
H A Dextension.rb20 def initialize cursor, attributes, line
25 def initialize document, lines
30 def is_adoc_begin_conditional line
34 def is_adoc_begin_conditional_eval line
38 def is_adoc_end_conditional line
42 def conditional_attributes line
46 def process_line line
123 def process document, reader
/third_party/unity/test/spec/
H A Dgenerate_module_existing_file_spec.rb5 def touch_src(file)
9 def touch_test(file)
13 def create_src_with_known_content(file)
17 def create_test_with_known_content(file)
21 def expect_src_content_didnt_change(file)
25 def expect_test_content_didnt_change(file)
29 def expect_src_file_to_exist(file)
33 def expect_test_file_to_exist(file)
/third_party/typescript/tests/baselines/reference/
H A DesModuleInteropDefaultImports.js15 export { default as def } from "./a";
21 self.default === self.def;
29 self.def();
37 self.def.default();
76 exports.def = exports["default"] = void 0;
84 __createBinding(exports, a_5, "default", "def");
89 self["default"] === self.def;
96 self.def();
103 self.def["default"]();
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
H A Dquadra01.c4 void *def(void);
9 w##n: label = def(); goto *label; \
10 x##n: label = def(); goto *label; \
11 y##n: label = def(); goto *label; \
12 z##n: label = def(); goto *label; \
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_load_const_to_scalar.c41 if (lower->def.num_components == 1) in lower_load_const_instr_scalar()
50 for (unsigned i = 0; i < lower->def.num_components; i++) { in lower_load_const_instr_scalar()
52 nir_load_const_instr_create(b.shader, 1, lower->def.bit_size); in lower_load_const_instr_scalar()
55 loads[i] = &load_comp->def; in lower_load_const_instr_scalar()
59 nir_ssa_def *vec = nir_vec(&b, loads, lower->def.num_components); in lower_load_const_instr_scalar()
62 nir_ssa_def_rewrite_uses(&lower->def, vec); in lower_load_const_instr_scalar()
H A Dnir_phi_builder.c72 * been created yet. If a def is requested for a block, a phi will need
75 * - A regular SSA def. This will be either the result of a phi node or
176 nir_block *block, nir_ssa_def *def) in nir_phi_builder_value_set_block_def()
178 _mesa_hash_table_insert(&val->ht, INDEX_TO_KEY(block->index), def); in nir_phi_builder_value_set_block_def()
202 nir_ssa_def *def; in nir_phi_builder_value_get_block_def() local
214 def = &undef->def; in nir_phi_builder_value_get_block_def()
239 def = &phi->dest.ssa; in nir_phi_builder_value_get_block_def()
240 he->data = def; in nir_phi_builder_value_get_block_def()
242 /* In this case, we have an actual SSA def in nir_phi_builder_value_get_block_def()
175 nir_phi_builder_value_set_block_def(struct nir_phi_builder_value *val, nir_block *block, nir_ssa_def *def) nir_phi_builder_value_set_block_def() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.h72 // definition (i.e. using {def, nullptr}).
102 // Constructs a def-use manager from the given |module|. All internal messages
124 // Returns the def instruction for the given |id|. If there is no instruction
129 // Runs the given function |f| on each unique user instruction of |def| (or
132 // If one instruction uses |def| in multiple operands, that instruction will
135 // |def| (or |id|) must be registered as a definition.
136 void ForEachUser(const Instruction* def,
141 // Runs the given function |f| on each unique user instruction of |def| (or
145 // If one instruction uses |def| in multiple operands, that instruction will
148 // |def| (o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.h72 // definition (i.e. using {def, nullptr}).
102 // Constructs a def-use manager from the given |module|. All internal messages
124 // Returns the def instruction for the given |id|. If there is no instruction
129 // Runs the given function |f| on each unique user instruction of |def| (or
132 // If one instruction uses |def| in multiple operands, that instruction will
135 // |def| (or |id|) must be registered as a definition.
136 void ForEachUser(const Instruction* def,
141 // Runs the given function |f| on each unique user instruction of |def| (or
145 // If one instruction uses |def| in multiple operands, that instruction will
148 // |def| (o
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dcse.c27 const struct instruction *def1 = phi1->def; in phi_compare()
28 const struct instruction *def2 = phi2->def; in phi_compare()
111 struct instruction *def; in cse_collect() local
112 if (phi == VOID || !phi->def) in cse_collect()
114 def = phi->def; in cse_collect()
115 hash += hashval(def->src1); in cse_collect()
116 hash += hashval(def->bb); in cse_collect()
143 while (phi1 && (phi1 == VOID || !phi1->def)) in phi_list_compare()
145 while (phi2 && (phi2 == VOID || !phi2->def)) in phi_list_compare()
273 cse_one_instruction(struct instruction *insn, struct instruction *def) cse_one_instruction() argument
[all...]
H A Dssa.c227 static bool matching_load(struct instruction *def, struct instruction *insn) in matching_load() argument
229 if (insn->size != def->size) in matching_load()
231 switch (def->opcode) { in matching_load()
234 if (insn->offset != def->offset) in matching_load()
246 struct instruction *def; in ssa_rename_insn() local
269 def = lookup_var(bb, var); in ssa_rename_insn()
270 if (!def) { in ssa_rename_insn()
272 } else if (!matching_load(def, insn)) { in ssa_rename_insn()
276 val = def->target; in ssa_rename_insn()
310 node = val->def; in mark_phi_used()
330 struct instruction *def = lookup_var(par, var); ssa_rename_phi() local
[all...]
/third_party/protobuf/ruby/tests/
H A Dbasic.rb29 def proto_module
34 def test_has_field
81 def test_no_presence
96 def test_set_clear_defaults
132 def test_clear_repeated_fields
165 def test_initialization_map_errors
182 def test_map_field
224 def test_map_field_with_symbol
238 def test_map_inspect
248 def test_map_corruptio
[all...]
/third_party/skia/include/core/
H A DSkFontParameters.h18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis()
19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis()
20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis()
27 float def; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c77 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; in TestDateFormat() local
110 /* def = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0, &status); */ in TestDateFormat()
111 def = udat_open(UDAT_SHORT, UDAT_SHORT, "en_US", NULL, 0,NULL, 0, &status); in TestDateFormat()
162 copy=udat_clone(def, &status); in TestDateFormat()
166 /*if(def != copy) in TestDateFormat()
172 /*format using def */ in TestDateFormat()
174 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status); in TestDateFormat()
184 udat_format(def, d, result, resultlength, NULL, &status); in TestDateFormat()
244 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status); in TestDateFormat()
254 if(u_strcmp(myDateFormat(def, d in TestDateFormat()
587 UDateFormat *def, *fr, *zhChiCal, *esMX; TestSymbols() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_validate.cpp169 const Definition& def = instr->definitions[0]; in validate_ir() local
170 check(def.bytes() <= 4, "SDWA definitions must not be larger than 4 bytes", in validate_ir()
172 check(def.bytes() >= sdwa.dst_sel.size() + sdwa.dst_sel.offset(), in validate_ir()
179 check(def.bytes() == 4 || def.bytes() == sdwa.dst_sel.size(), in validate_ir()
182 check(def.bytes() == 4 || sdwa.dst_sel.offset() == 0, in validate_ir()
426 for (const Definition& def : instr->definitions) { in validate_ir()
427 size += def.bytes(); in validate_ir()
432 for (const Definition& def : instr->definitions) in validate_ir()
433 check(def in validate_ir()
853 Definition def = instr->definitions[0]; validate_subdword_definition() local
888 Definition def = instr->definitions[index]; get_subdword_bytes_written() local
948 Definition& def = instr->definitions[i]; validate_instr_defs() local
1048 Definition& def = instr->definitions[i]; validate_ra() local
[all...]
/third_party/gn/misc/vim/syntax/
H A Dgn.vim16 hi def link gnConditional Conditional
25 hi def link gnPredefVar Constant
32 hi def link gnTarget Type
42 hi def link gnFunctions Macro
55 hi def link gnVariable Keyword
60 hi def link gnString String
61 hi def link gnTargetName Special
68 hi def link gnComment Comment
69 hi def link gnTodo Todo
83 "hi def lin
[all...]

Completed in 10 milliseconds

12345678910>>...37