OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SENodeType
(Results
1 - 4
of
4
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h
45
enum
SENodeType
{
60
virtual
SENodeType
GetType() const = 0;
218
SENodeType
GetType() const final { return Constant; }
244
SENodeType
GetType() const final { return RecurrentAddExpr; }
280
SENodeType
GetType() const final { return Add; }
292
SENodeType
GetType() const final { return Multiply; }
304
SENodeType
GetType() const final { return Negative; }
320
SENodeType
GetType() const final { return ValueUnknown; }
337
SENodeType
GetType() const final { return CanNotCompute; }
loop_dependence.cpp
604
if (bounds->GetType() == SENode::
SENodeType
::Constant) {
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h
45
enum
SENodeType
{
60
virtual
SENodeType
GetType() const = 0;
218
SENodeType
GetType() const final { return Constant; }
244
SENodeType
GetType() const final { return RecurrentAddExpr; }
280
SENodeType
GetType() const final { return Add; }
292
SENodeType
GetType() const final { return Multiply; }
304
SENodeType
GetType() const final { return Negative; }
320
SENodeType
GetType() const final { return ValueUnknown; }
337
SENodeType
GetType() const final { return CanNotCompute; }
loop_dependence.cpp
604
if (bounds->GetType() == SENode::
SENodeType
::Constant) {
[
all
...]
Completed in 228 milliseconds