Home
last modified time | relevance | path

Searched refs:SENodeType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h45 enum SENodeType { enum
60 virtual SENodeType GetType() const = 0;
220 SENodeType GetType() const final { return Constant; } in GetType()
246 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType()
282 SENodeType GetType() const final { return Add; } in GetType()
294 SENodeType GetType() const final { return Multiply; } in GetType()
306 SENodeType GetType() const final { return Negative; } in GetType()
322 SENodeType GetType() const final { return ValueUnknown; } in GetType()
339 SENodeType GetType() const final { return CanNotCompute; } in GetType()
Dloop_dependence.cpp604 if (bounds->GetType() == SENode::SENodeType::Constant) { in StrongSIVTest()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_nodes.h45 enum SENodeType { enum
60 virtual SENodeType GetType() const = 0;
220 SENodeType GetType() const final { return Constant; } in GetType()
246 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType()
282 SENodeType GetType() const final { return Add; } in GetType()
294 SENodeType GetType() const final { return Multiply; } in GetType()
306 SENodeType GetType() const final { return Negative; } in GetType()
322 SENodeType GetType() const final { return ValueUnknown; } in GetType()
339 SENodeType GetType() const final { return CanNotCompute; } in GetType()
Dloop_dependence.cpp604 if (bounds->GetType() == SENode::SENodeType::Constant) { in StrongSIVTest()
/third_party/spirv-tools/source/opt/
Dscalar_analysis_nodes.h45 enum SENodeType { enum
60 virtual SENodeType GetType() const = 0;
220 SENodeType GetType() const final { return Constant; } in GetType()
246 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType()
282 SENodeType GetType() const final { return Add; } in GetType()
294 SENodeType GetType() const final { return Multiply; } in GetType()
306 SENodeType GetType() const final { return Negative; } in GetType()
322 SENodeType GetType() const final { return ValueUnknown; } in GetType()
339 SENodeType GetType() const final { return CanNotCompute; } in GetType()
Dloop_dependence.cpp604 if (bounds->GetType() == SENode::SENodeType::Constant) { in StrongSIVTest()