Home
last modified time | relevance | path

Searched refs:use_id (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
Dreplace_identifier_test.cc136 auto use_id = node_id_map.GetId(program.AST() in TEST() local
141 ASSERT_NE(use_id, 0); in TEST()
146 ASSERT_FALSE(MutationReplaceIdentifier(use_id, replacement_id) in TEST()
169 auto use_id = node_id_map.GetId(program.AST() in TEST() local
176 ASSERT_NE(use_id, 0); in TEST()
178 ASSERT_FALSE(MutationReplaceIdentifier(use_id, replacement_id) in TEST()
205 auto use_id = node_id_map.GetId(program.AST() in TEST() local
212 ASSERT_NE(use_id, 0); in TEST()
214 ASSERT_FALSE(MutationReplaceIdentifier(use_id, replacement_id) in TEST()
241 auto use_id = node_id_map.GetId(program.AST() in TEST() local
[all …]
Dreplace_identifier.cc30 MutationReplaceIdentifier::MutationReplaceIdentifier(uint32_t use_id, in MutationReplaceIdentifier() argument
32 message_.set_use_id(use_id); in MutationReplaceIdentifier()
40 node_id_map.GetNode(message_.use_id())); in IsApplicable()
87 const auto* use_node = node_id_map.GetNode(message_.use_id()); in Apply()
95 new_node_id_map->Add(cloned_replacement, message_.use_id()); in Apply()
Dreplace_identifier.h37 MutationReplaceIdentifier(uint32_t use_id, uint32_t replacement_id);
/third_party/node/deps/v8/src/maglev/
Dmaglev-compiler.cc115 int use_id = node->id(); in MarkCheckpointNodes() local
121 node->mark_use(use_id, &deopt_info->input_locations[index++]); in MarkCheckpointNodes()
128 int use_id = node->id(); in MarkCheckpointNodes() local
136 node->mark_use(use_id, &deopt_info->input_locations[index++]); in MarkCheckpointNodes()
/third_party/libcoap/examples/lwip/
Dclient-coap.c119 const char *use_id = "abc"; in client_coap_init() local
131 use_id = optarg; in client_coap_init()
193 dtls_psk.psk_info.identity.s = (const uint8_t *)use_id; in client_coap_init()
194 dtls_psk.psk_info.identity.length = strlen(use_id); in client_coap_init()
/third_party/spirv-tools/source/opt/
Ddef_use_manager.cpp54 uint32_t use_id = inst->GetSingleWordOperand(i); in AnalyzeInstUse() local
55 Instruction* def = GetDef(use_id); in AnalyzeInstUse()
58 used_ids->push_back(use_id); in AnalyzeInstUse()
254 for (auto use_id : iter->second) { in EraseUseRecordsOfOperandIds() local
256 UserEntry{GetDef(use_id), const_cast<Instruction*>(inst)}); in EraseUseRecordsOfOperandIds()
Dmerge_return_pass.cpp353 new_phi->ForEachInId([dom_tree, merge_block, this](uint32_t* use_id) { in CreatePhiNodesForInst() argument
354 Instruction* use = get_def_use_mgr()->GetDef(*use_id); in CreatePhiNodesForInst()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddef_use_manager.cpp59 uint32_t use_id = inst->GetSingleWordOperand(i); in AnalyzeInstUse() local
60 Instruction* def = GetDef(use_id); in AnalyzeInstUse()
63 used_ids->push_back(use_id); in AnalyzeInstUse()
259 for (auto use_id : iter->second) { in EraseUseRecordsOfOperandIds() local
261 UserEntry(GetDef(use_id), const_cast<Instruction*>(inst))); in EraseUseRecordsOfOperandIds()
Dmerge_return_pass.cpp353 new_phi->ForEachInId([dom_tree, merge_block, this](uint32_t* use_id) { in CreatePhiNodesForInst() argument
354 Instruction* use = get_def_use_mgr()->GetDef(*use_id); in CreatePhiNodesForInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.cpp59 uint32_t use_id = inst->GetSingleWordOperand(i); in AnalyzeInstUse() local
60 Instruction* def = GetDef(use_id); in AnalyzeInstUse()
63 used_ids->push_back(use_id); in AnalyzeInstUse()
259 for (auto use_id : iter->second) { in EraseUseRecordsOfOperandIds() local
261 UserEntry(GetDef(use_id), const_cast<Instruction*>(inst))); in EraseUseRecordsOfOperandIds()
Dmerge_return_pass.cpp353 new_phi->ForEachInId([dom_tree, merge_block, this](uint32_t* use_id) { in CreatePhiNodesForInst() argument
354 Instruction* use = get_def_use_mgr()->GetDef(*use_id); in CreatePhiNodesForInst()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/protobufs/
Dtint_ast_fuzzer.proto44 uint32 use_id = 1; field
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog772 - "SCAN use_id" can be used to request a scan id to be returned and
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog719 - "SCAN use_id" can be used to request a scan id to be returned and