/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_copy_memory.cpp | 30 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, in TransformationAddCopyMemory() 34 message_.set_source_id(source_id); in TransformationAddCopyMemory() 62 ir_context->get_def_use_mgr()->GetDef(message_.source_id()); in IsApplicable() 92 message_.source_id()); in IsApplicable() 110 ir_context, fuzzerutil::GetTypeId(ir_context, message_.source_id())), in Apply() 136 {SPV_OPERAND_TYPE_ID, {message_.source_id()}}}); in Apply() 28 TransformationAddCopyMemory( const protobufs::InstructionDescriptor& instruction_descriptor, uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, uint32_t initializer_id) TransformationAddCopyMemory() argument
|
H A D | fuzzer_pass_replace_loads_stores_with_copy_memories.cpp | 73 opt::Instruction* source_id = in Apply() local 78 GetIRContext(), source_id->type_id()); in Apply()
|
H A D | transformation_replace_load_store_with_copy_memory.cpp | 70 opt::Instruction* source_id = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() local 73 ir_context, source_id->type_id()); in IsApplicable()
|
H A D | transformation_add_copy_memory.h | 33 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, 40 // - |source_id| must be a result id for some valid instruction in the module. 42 // - type of |source_id| must be OpTypePointer where pointee can be used with 44 // - If the pointee type of |source_id| is a struct type, it must not have the 47 // - type ids of instructions with result ids |source_id| and |initialize_id| 54 // created. An 'OpCopyMemory %fresh_id %source_id' instruction is inserted
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 115 uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) { in RedirectEdge() 116 // Redirect edge source_id->original_target_id to edge in RedirectEdge() 117 // source_id->new_target_id, where the blocks involved are all different. in RedirectEdge() 118 assert(source_id != original_target_id); in RedirectEdge() 119 assert(source_id != new_target_id); in RedirectEdge() 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() 159 source_id, context_->cfg()->block(original_target_id)); in RedirectEdge() 160 AdaptPhiInstructionsForAddedEdge(source_id, in RedirectEdge() 114 RedirectEdge( uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) RedirectEdge() argument
|
H A D | structured_loop_to_selection_reduction_opportunity.h | 52 // |source_id|, |original_target_id| and |new_target_id| are required to all 53 // be distinct, with a CFG edge existing from |source_id| to 57 // |source_id| to |new_target_id|. It takes care of fixing up any OpPhi 59 void RedirectEdge(uint32_t source_id, uint32_t original_target_id,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_copy_memory.cpp | 30 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, in TransformationAddCopyMemory() 34 message_.set_source_id(source_id); in TransformationAddCopyMemory() 62 ir_context->get_def_use_mgr()->GetDef(message_.source_id()); in IsApplicable() 92 message_.source_id()); in IsApplicable() 110 ir_context, fuzzerutil::GetTypeId(ir_context, message_.source_id())), in Apply() 136 {SPV_OPERAND_TYPE_ID, {message_.source_id()}}}); in Apply() 28 TransformationAddCopyMemory( const protobufs::InstructionDescriptor& instruction_descriptor, uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, uint32_t initializer_id) TransformationAddCopyMemory() argument
|
H A D | fuzzer_pass_replace_loads_stores_with_copy_memories.cpp | 73 opt::Instruction* source_id = in Apply() local 78 GetIRContext(), source_id->type_id()); in Apply()
|
H A D | transformation_replace_load_store_with_copy_memory.cpp | 70 opt::Instruction* source_id = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() local 73 ir_context, source_id->type_id()); in IsApplicable()
|
H A D | transformation_add_copy_memory.h | 33 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, 40 // - |source_id| must be a result id for some valid instruction in the module. 42 // - type of |source_id| must be OpTypePointer where pointee can be used with 44 // - If the pointee type of |source_id| is a struct type, it must not have the 47 // - type ids of instructions with result ids |source_id| and |initialize_id| 54 // created. An 'OpCopyMemory %fresh_id %source_id' instruction is inserted
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 115 uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) { in RedirectEdge() 116 // Redirect edge source_id->original_target_id to edge in RedirectEdge() 117 // source_id->new_target_id, where the blocks involved are all different. in RedirectEdge() 118 assert(source_id != original_target_id); in RedirectEdge() 119 assert(source_id != new_target_id); in RedirectEdge() 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() 159 source_id, context_->cfg()->block(original_target_id)); in RedirectEdge() 160 AdaptPhiInstructionsForAddedEdge(source_id, in RedirectEdge() 114 RedirectEdge( uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) RedirectEdge() argument
|
H A D | structured_loop_to_selection_reduction_opportunity.h | 52 // |source_id|, |original_target_id| and |new_target_id| are required to all 53 // be distinct, with a CFG edge existing from |source_id| to 57 // |source_id| to |new_target_id|. It takes care of fixing up any OpPhi 59 void RedirectEdge(uint32_t source_id, uint32_t original_target_id,
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_copy_memory.cpp | 30 uint32_t fresh_id, uint32_t source_id, spv::StorageClass storage_class, in TransformationAddCopyMemory() 34 message_.set_source_id(source_id); in TransformationAddCopyMemory() 63 ir_context->get_def_use_mgr()->GetDef(message_.source_id()); in IsApplicable() 95 message_.source_id()); in IsApplicable() 113 ir_context, fuzzerutil::GetTypeId(ir_context, message_.source_id())), in Apply() 139 {SPV_OPERAND_TYPE_ID, {message_.source_id()}}}); in Apply() 28 TransformationAddCopyMemory( const protobufs::InstructionDescriptor& instruction_descriptor, uint32_t fresh_id, uint32_t source_id, spv::StorageClass storage_class, uint32_t initializer_id) TransformationAddCopyMemory() argument
|
H A D | fuzzer_pass_replace_loads_stores_with_copy_memories.cpp | 73 opt::Instruction* source_id = in Apply() local 78 GetIRContext(), source_id->type_id()); in Apply()
|
H A D | transformation_replace_load_store_with_copy_memory.cpp | 70 opt::Instruction* source_id = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() local 73 ir_context, source_id->type_id()); in IsApplicable()
|
H A D | transformation_add_copy_memory.h | 33 uint32_t fresh_id, uint32_t source_id, spv::StorageClass storage_class, 40 // - |source_id| must be a result id for some valid instruction in the module. 42 // - type of |source_id| must be OpTypePointer where pointee can be used with 44 // - If the pointee type of |source_id| is a struct type, it must not have the 47 // - type ids of instructions with result ids |source_id| and |initialize_id| 54 // created. An 'OpCopyMemory %fresh_id %source_id' instruction is inserted
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 115 uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) { in RedirectEdge() 116 // Redirect edge source_id->original_target_id to edge in RedirectEdge() 117 // source_id->new_target_id, where the blocks involved are all different. in RedirectEdge() 118 assert(source_id != original_target_id); in RedirectEdge() 119 assert(source_id != new_target_id); in RedirectEdge() 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() 159 source_id, context_->cfg()->block(original_target_id)); in RedirectEdge() 160 AdaptPhiInstructionsForAddedEdge(source_id, in RedirectEdge() 114 RedirectEdge( uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) RedirectEdge() argument
|
H A D | structured_loop_to_selection_reduction_opportunity.h | 52 // |source_id|, |original_target_id| and |new_target_id| are required to all 53 // be distinct, with a CFG edge existing from |source_id| to 57 // |source_id| to |new_target_id|. It takes care of fixing up any OpPhi 59 void RedirectEdge(uint32_t source_id, uint32_t original_target_id,
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-compiler.cc | 30 SourceId source_id = SourceFileMap::AddSource(path); in ReadAndParseTorqueFile() local 31 CurrentSourceFile::Scope source_id_scope(source_id); in ReadAndParseTorqueFile() 34 auto maybe_content = ReadFile(SourceFileMap::AbsolutePath(source_id)); in ReadAndParseTorqueFile() 182 SourceId source_id = SourceFileMap::AddSource(unit.source_file_path); in CompileTorqueForKythe() local 183 CurrentSourceFile::Scope source_id_scope(source_id); in CompileTorqueForKythe()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 92 void JsonPrintFunctionSource(std::ostream& os, int source_id, in JsonPrintFunctionSource() argument 96 if (with_key) os << "\"" << source_id << "\" : "; in JsonPrintFunctionSource() local 99 os << "\"sourceId\": " << source_id; in JsonPrintFunctionSource() local 141 const int source_id = static_cast<int>(printed_.size()); in GetIdFor() local 143 source_ids_.push_back(source_id); in GetIdFor() 144 return source_id; in GetIdFor() 150 std::ostream& os, int source_id, int inlining_id, in JsonPrintInlinedFunctionInfo() 154 os << ", \"sourceId\" : " << source_id; in JsonPrintInlinedFunctionInfo() local 183 const int source_id = id_assigner.GetIdFor(shared); in JsonPrintAllSourceWithPositions() local 184 JsonPrintFunctionSource(os, source_id, share in JsonPrintAllSourceWithPositions() 149 JsonPrintInlinedFunctionInfo( std::ostream& os, int source_id, int inlining_id, const OptimizedCompilationInfo::InlinedFunctionHolder& h) JsonPrintInlinedFunctionInfo() argument 193 const int source_id = id_assigner.GetIdAt(id); JsonPrintAllSourceWithPositions() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | esound.h | 151 int source_id; /* either a stream fd or sample id */ member
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.cc | 293 Builder::AccessorInfo::AccessorInfo() : source_id(0), source_type(nullptr) {} in AccessorInfo() 944 Operand::Int(info->source_id), in GenerateIndexAccessor() 949 info->source_id = extract_id; in GenerateIndexAccessor() 960 Operand::Int(info->source_id), Operand::Int(idx_id)})) { in GenerateIndexAccessor() 964 info->source_id = extract_id; in GenerateIndexAccessor() 1001 Operand::Int(info->source_id), Operand::Int(idx)})) { in GenerateMemberAccessor() 1005 info->source_id = extract_id; in GenerateMemberAccessor() 1033 Operand::Int(info->source_id), Operand::Int(indices[0])})) { in GenerateMemberAccessor() 1037 info->source_id = extract_id; in GenerateMemberAccessor() 1057 Operand::Int(info->source_id)}; in GenerateMemberAccessor() [all...] |
/third_party/mbedtls/library/ |
H A D | entropy.c | 120 static int entropy_update(mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update() argument 138 header[0] = source_id; in entropy_update()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_memory.cpp | 1094 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory() local 1095 const auto source = _.FindDef(source_id); in ValidateCopyMemory() 1098 << "Source operand <id> '" << _.getIdName(source_id) in ValidateCopyMemory() 1114 << "Source operand <id> '" << _.getIdName(source_id) in ValidateCopyMemory() 1131 << "Source operand <id> '" << _.getIdName(source_id) in ValidateCopyMemory() 1137 << "Target <id> '" << _.getIdName(source_id) in ValidateCopyMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_memory.cpp | 1094 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory() local 1095 const auto source = _.FindDef(source_id); in ValidateCopyMemory() 1098 << "Source operand <id> '" << _.getIdName(source_id) in ValidateCopyMemory() 1114 << "Source operand <id> '" << _.getIdName(source_id) in ValidateCopyMemory() 1131 << "Source operand <id> '" << _.getIdName(source_id) in ValidateCopyMemory() 1137 << "Target <id> '" << _.getIdName(source_id) in ValidateCopyMemory()
|