OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSAPropagator
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
propagator.h
82
//
SSAPropagator
::kNotInteresting: Instruction I produces nothing of
94
//
SSAPropagator
::kVarying: The value produced by I cannot be determined
110
//
SSAPropagator
::kInteresting: Instruction I produces a value that can
130
// automatically (see
SSAPropagator
::Simulate for implementation).
162
// return
SSAPropagator
::kInteresting;
165
// return
SSAPropagator
::kVarying;
167
//
SSAPropagator
propagator(ctx.get(), &cfg, visit_fn);
179
// After
SSAPropagator
::Run returns, the |values| map will contain the entries:
181
class
SSAPropagator
{
189
SSAPropagator
(IRContext* context, const VisitFunction& visit_fn
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
propagator.h
82
//
SSAPropagator
::kNotInteresting: Instruction I produces nothing of
94
//
SSAPropagator
::kVarying: The value produced by I cannot be determined
110
//
SSAPropagator
::kInteresting: Instruction I produces a value that can
130
// automatically (see
SSAPropagator
::Simulate for implementation).
162
// return
SSAPropagator
::kInteresting;
165
// return
SSAPropagator
::kVarying;
167
//
SSAPropagator
propagator(ctx.get(), &cfg, visit_fn);
179
// After
SSAPropagator
::Run returns, the |values| map will contain the entries:
181
class
SSAPropagator
{
189
SSAPropagator
(IRContext* context, const VisitFunction& visit_fn
[
all
...]
Completed in 1486 milliseconds