Home
last modified time | relevance | path

Searched refs:consumer_ (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_loader.cpp35 : consumer_(consumer), in IrLoader()
135 Error(consumer_, src, loc, "function inside function"); in AddInstruction()
141 Error(consumer_, src, loc, in AddInstruction()
146 Error(consumer_, src, loc, "OpFunctionEnd inside basic block"); in AddInstruction()
154 Error(consumer_, src, loc, "OpLabel outside function"); in AddInstruction()
158 Error(consumer_, src, loc, "OpLabel inside basic block"); in AddInstruction()
164 Error(consumer_, src, loc, "terminator instruction outside function"); in AddInstruction()
168 Error(consumer_, src, loc, "terminator instruction outside basic block"); in AddInstruction()
181 SPIRV_ASSERT(consumer_, block_ == nullptr); in AddInstruction()
222 Errorf(consumer_, sr in AddInstruction()
[all...]
H A Dpass_manager.h44 : consumer_(nullptr), in PassManager()
52 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
115 MessageConsumer consumer_; member in spvtools::opt::PassManager
139 passes_.back()->SetMessageConsumer(consumer_); in AddPass()
147 SPIRV_ASSERT(consumer_, index < passes_.size(), "index out of bound"); in GetPass()
152 return consumer_; in consumer()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_loader.cpp35 : consumer_(consumer), in IrLoader()
135 Error(consumer_, src, loc, "function inside function"); in AddInstruction()
141 Error(consumer_, src, loc, in AddInstruction()
146 Error(consumer_, src, loc, "OpFunctionEnd inside basic block"); in AddInstruction()
154 Error(consumer_, src, loc, "OpLabel outside function"); in AddInstruction()
158 Error(consumer_, src, loc, "OpLabel inside basic block"); in AddInstruction()
164 Error(consumer_, src, loc, "terminator instruction outside function"); in AddInstruction()
168 Error(consumer_, src, loc, "terminator instruction outside basic block"); in AddInstruction()
181 SPIRV_ASSERT(consumer_, block_ == nullptr); in AddInstruction()
222 Errorf(consumer_, sr in AddInstruction()
[all...]
H A Dpass_manager.h44 : consumer_(nullptr), in PassManager()
52 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
115 MessageConsumer consumer_; member in spvtools::opt::PassManager
139 passes_.back()->SetMessageConsumer(consumer_); in AddPass()
147 SPIRV_ASSERT(consumer_, index < passes_.size(), "index out of bound"); in GetPass()
152 return consumer_; in consumer()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dreducer.cpp49 consumer_ = std::move(c); in SetMessageConsumer()
73 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
80 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
96 consumer_(SPV_MSG_INFO, nullptr, {}, "No more to reduce; stopping."); in Run()
186 consumer_(SPV_MSG_INFO, nullptr, {}, in RunPasses()
194 consumer_( in RunPasses()
205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
211 consumer_(SPV_MSG_INFO, nullptr, {}, in RunPasses()
224 consumer_(SPV_MSG_INFO, nullptr, {}, "Reduction step succeeded."); in RunPasses()
239 consumer_(SPV_MSG_INF in RunPasses()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dreducer.cpp49 consumer_ = std::move(c); in SetMessageConsumer()
73 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
80 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
96 consumer_(SPV_MSG_INFO, nullptr, {}, "No more to reduce; stopping."); in Run()
186 consumer_(SPV_MSG_INFO, nullptr, {}, in RunPasses()
194 consumer_( in RunPasses()
205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
211 consumer_(SPV_MSG_INFO, nullptr, {}, in RunPasses()
224 consumer_(SPV_MSG_INFO, nullptr, {}, "Reduction step succeeded."); in RunPasses()
239 consumer_(SPV_MSG_INF in RunPasses()
[all...]
/third_party/spirv-tools/source/reduce/
H A Dreducer.cpp49 consumer_ = std::move(c); in SetMessageConsumer()
73 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
80 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
96 consumer_(SPV_MSG_INFO, nullptr, {}, "No more to reduce; stopping."); in Run()
186 consumer_(SPV_MSG_INFO, nullptr, {}, in RunPasses()
194 consumer_( in RunPasses()
205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
211 consumer_(SPV_MSG_INFO, nullptr, {}, in RunPasses()
224 consumer_(SPV_MSG_INFO, nullptr, {}, "Reduction step succeeded."); in RunPasses()
239 consumer_(SPV_MSG_INF in RunPasses()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dreplayer.cpp40 consumer_(std::move(consumer)), in Replayer()
58 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
67 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
75 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
83 BuildModule(target_env_, consumer_, binary_in_.data(), binary_in_.size()); in Run()
111 transformation_context->GetFactManager()->AddInitialFacts(consumer_, in Run()
151 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
H A Dshrinker.cpp74 consumer_(std::move(consumer)),
92 consumer_(SPV_MSG_ERROR, nullptr, {},
100 consumer_(SPV_MSG_INFO, nullptr, {},
109 Replayer(target_env_, consumer_, binary_in_, initial_facts_,
132 consumer_(SPV_MSG_INFO, nullptr, {},
195 target_env_, consumer_, binary_in_, initial_facts_,
261 AddedFunctionReducer(target_env_, consumer_, binary_in_, initial_facts_,
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
310 BuildModule(target_env_, consumer_, binary.data(), binary.size()); in GetIdBound()
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dreplayer.cpp40 consumer_(std::move(consumer)), in Replayer()
58 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
67 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
75 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
83 BuildModule(target_env_, consumer_, binary_in_.data(), binary_in_.size()); in Run()
111 transformation_context->GetFactManager()->AddInitialFacts(consumer_, in Run()
151 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
H A Dshrinker.cpp74 consumer_(std::move(consumer)),
92 consumer_(SPV_MSG_ERROR, nullptr, {},
100 consumer_(SPV_MSG_INFO, nullptr, {},
109 Replayer(target_env_, consumer_, binary_in_, initial_facts_,
132 consumer_(SPV_MSG_INFO, nullptr, {},
195 target_env_, consumer_, binary_in_, initial_facts_,
261 AddedFunctionReducer(target_env_, consumer_, binary_in_, initial_facts_,
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
310 BuildModule(target_env_, consumer_, binary.data(), binary.size()); in GetIdBound()
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
/third_party/spirv-tools/source/fuzz/
H A Dreplayer.cpp40 consumer_(std::move(consumer)), in Replayer()
58 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
67 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
75 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
83 BuildModule(target_env_, consumer_, binary_in_.data(), binary_in_.size()); in Run()
111 transformation_context->GetFactManager()->AddInitialFacts(consumer_, in Run()
151 consumer_(SPV_MSG_INFO, nullptr, {}, in Run()
H A Dshrinker.cpp74 consumer_(std::move(consumer)),
92 consumer_(SPV_MSG_ERROR, nullptr, {},
100 consumer_(SPV_MSG_INFO, nullptr, {},
109 Replayer(target_env_, consumer_, binary_in_, initial_facts_,
132 consumer_(SPV_MSG_INFO, nullptr, {},
195 target_env_, consumer_, binary_in_, initial_facts_,
261 AddedFunctionReducer(target_env_, consumer_, binary_in_, initial_facts_,
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
310 BuildModule(target_env_, consumer_, binary.data(), binary.size()); in GetIdBound()
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
/third_party/node/deps/v8/src/torque/
H A Dkythe-data.cc39 kythe_entity_t constant_id = that->consumer_->AddDefinition( in AddConstantDefinition()
51 that->consumer_->AddUse(KytheConsumer::Kind::Constant, constant_id, use_pos); in AddConstantUse()
63 kythe_entity_t callable_id = that->consumer_->AddDefinition( in AddFunctionDefinition()
81 that->consumer_->AddCall(KytheConsumer::Kind::Function, caller_id, call_pos, in AddCall()
95 kythe_entity_t field_id = that->consumer_->AddDefinition( in AddClassFieldDefinition()
108 that->consumer_->AddUse(KytheConsumer::Kind::ClassField, field_id, use_pos); in AddClassFieldUse()
134 kythe_entity_t binding_id = that->consumer_->AddDefinition( in AddBindingDefinitionImpl()
147 that->consumer_->AddUse(KytheConsumer::Kind::Variable, binding_id, use_pos); in AddBindingUse()
157 that->consumer_->AddUse(KytheConsumer::Kind::Variable, binding_id, use_pos); in AddBindingUse()
169 kythe_entity_t type_id = that->consumer_ in AddTypeDefinition()
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_loader.cpp36 : consumer_(consumer), in IrLoader()
137 Error(consumer_, src, loc, "function inside function"); in AddInstruction()
143 Error(consumer_, src, loc, in AddInstruction()
148 Error(consumer_, src, loc, "OpFunctionEnd inside basic block"); in AddInstruction()
156 Error(consumer_, src, loc, "OpLabel outside function"); in AddInstruction()
160 Error(consumer_, src, loc, "OpLabel inside basic block"); in AddInstruction()
166 Error(consumer_, src, loc, "terminator instruction outside function"); in AddInstruction()
170 Error(consumer_, src, loc, "terminator instruction outside basic block"); in AddInstruction()
183 SPIRV_ASSERT(consumer_, block_ == nullptr); in AddInstruction()
227 Errorf(consumer_, sr in AddInstruction()
[all...]
H A Dpass_manager.h44 : consumer_(nullptr), in PassManager()
52 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
115 MessageConsumer consumer_; member in spvtools::opt::PassManager
139 passes_.back()->SetMessageConsumer(consumer_); in AddPass()
147 SPIRV_ASSERT(consumer_, index < passes_.size(), "index out of bound"); in GetPass()
152 return consumer_; in consumer()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_fixture.h49 : consumer_( in PassTest()
63 context_ = BuildModule(env_, consumer_, original, assemble_options_); in OptimizeToBinary()
90 pass->SetMessageConsumer(consumer_); in SinglePassRunToBinary()
202 context_ = BuildModule(env_, consumer_, original, assemble_options_); in SinglePassRunAndFail()
229 manager_->SetMessageConsumer(consumer_); in RenewPassManger()
268 MessageConsumer consumer() { return consumer_; } in consumer()
272 consumer_ = msg_consumer; in SetMessageConsumer()
282 MessageConsumer consumer_; // Message consumer. member in spvtools::opt::PassTest
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_fixture.h49 : consumer_( in PassTest()
63 context_ = BuildModule(env_, consumer_, original, assemble_options_); in OptimizeToBinary()
90 pass->SetMessageConsumer(consumer_); in SinglePassRunToBinary()
202 context_ = BuildModule(env_, consumer_, original, assemble_options_); in SinglePassRunAndFail()
229 manager_->SetMessageConsumer(consumer_); in RenewPassManger()
268 MessageConsumer consumer() { return consumer_; } in consumer()
272 consumer_ = msg_consumer; in SetMessageConsumer()
282 MessageConsumer consumer_; // Message consumer. member in spvtools::opt::PassTest
/third_party/spirv-tools/test/opt/
H A Dpass_fixture.h49 : consumer_( in PassTest()
63 context_ = BuildModule(env_, consumer_, original, assemble_options_); in OptimizeToBinary()
90 pass->SetMessageConsumer(consumer_); in SinglePassRunToBinary()
202 context_ = BuildModule(env_, consumer_, original, assemble_options_); in SinglePassRunAndFail()
229 manager_->SetMessageConsumer(consumer_); in RenewPassManger()
268 MessageConsumer consumer() { return consumer_; } in consumer()
272 consumer_ = msg_consumer; in SetMessageConsumer()
282 MessageConsumer consumer_; // Message consumer. member in spvtools::opt::PassTest
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/third_party/spirv-tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()

Completed in 12 milliseconds

1234