Home
last modified time | relevance | path

Searched refs:original_id_to_phi_id (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp34 const std::map<uint32_t, uint32_t>& original_id_to_phi_id) { in TransformationDuplicateRegionWithSelection() argument
45 fuzzerutil::MapToRepeatedUInt32Pair(original_id_to_phi_id); in TransformationDuplicateRegionWithSelection()
200 std::map<uint32_t, uint32_t> original_id_to_phi_id = in IsApplicable() local
201 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in IsApplicable()
267 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in IsApplicable()
273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable()
325 std::map<uint32_t, uint32_t> original_id_to_phi_id = in Apply() local
326 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in Apply()
347 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in Apply()
348 original_id_to_phi_id.insert( in Apply()
[all …]
Dfuzzer_pass_duplicate_regions_with_selections.cpp93 std::map<uint32_t, uint32_t> original_id_to_phi_id; in Apply() local
109 original_id_to_phi_id[instr.result_id()] = in Apply()
126 original_id_to_duplicate_id, original_id_to_phi_id); in Apply()
Dtransformation_duplicate_region_with_selection.h37 const std::map<uint32_t, uint32_t>& original_id_to_phi_id);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp34 const std::map<uint32_t, uint32_t>& original_id_to_phi_id) { in TransformationDuplicateRegionWithSelection() argument
45 fuzzerutil::MapToRepeatedUInt32Pair(original_id_to_phi_id); in TransformationDuplicateRegionWithSelection()
200 std::map<uint32_t, uint32_t> original_id_to_phi_id = in IsApplicable() local
201 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in IsApplicable()
267 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in IsApplicable()
273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable()
325 std::map<uint32_t, uint32_t> original_id_to_phi_id = in Apply() local
326 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in Apply()
347 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in Apply()
348 original_id_to_phi_id.insert( in Apply()
[all …]
Dfuzzer_pass_duplicate_regions_with_selections.cpp93 std::map<uint32_t, uint32_t> original_id_to_phi_id; in Apply() local
109 original_id_to_phi_id[instr.result_id()] = in Apply()
126 original_id_to_duplicate_id, original_id_to_phi_id); in Apply()
Dtransformation_duplicate_region_with_selection.h37 const std::map<uint32_t, uint32_t>& original_id_to_phi_id);
/third_party/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp34 const std::map<uint32_t, uint32_t>& original_id_to_phi_id) { in TransformationDuplicateRegionWithSelection() argument
45 fuzzerutil::MapToRepeatedUInt32Pair(original_id_to_phi_id); in TransformationDuplicateRegionWithSelection()
200 std::map<uint32_t, uint32_t> original_id_to_phi_id = in IsApplicable() local
201 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in IsApplicable()
267 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in IsApplicable()
273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable()
325 std::map<uint32_t, uint32_t> original_id_to_phi_id = in Apply() local
326 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in Apply()
347 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in Apply()
348 original_id_to_phi_id.insert( in Apply()
[all …]
Dfuzzer_pass_duplicate_regions_with_selections.cpp93 std::map<uint32_t, uint32_t> original_id_to_phi_id; in Apply() local
109 original_id_to_phi_id[instr.result_id()] = in Apply()
126 original_id_to_duplicate_id, original_id_to_phi_id); in Apply()
Dtransformation_duplicate_region_with_selection.h37 const std::map<uint32_t, uint32_t>& original_id_to_phi_id);
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1407 repeated UInt32Pair original_id_to_phi_id = 8; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1407 repeated UInt32Pair original_id_to_phi_id = 8; field
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1407 repeated UInt32Pair original_id_to_phi_id = 8; field