HomeSort by relevance Sort by last modified time
    Searched refs:CanNotCompute (Results 1 - 12 of 12) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h 52 CanNotCompute
171 bool IsCantCompute() const { return GetType() == CanNotCompute; }
337 SENodeType GetType() const final { return CanNotCompute; }
scalar_analysis_simplification.cpp 298 if (simplified->GetType() != SENode::CanNotCompute)
517 if (simplified_child->GetType() != SENode::CanNotCompute) {
loop_peeling.cpp 840 if (lhs->GetType() == SENode::CanNotCompute) {
848 if (rhs->GetType() == SENode::CanNotCompute) {
    [all...]
scalar_analysis.cpp 492 case CanNotCompute:
819 case SENode::CanNotCompute:
    [all...]
loop_dependence.cpp 300 // If either node is simplified to a CanNotCompute we can't perform any
302 if (source_node->GetType() == SENode::CanNotCompute ||
303 destination_node->GetType() == SENode::CanNotCompute) {
307 "CanNotCompute. Abandoning evaluation for this subscript.");
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h 52 CanNotCompute
171 bool IsCantCompute() const { return GetType() == CanNotCompute; }
337 SENodeType GetType() const final { return CanNotCompute; }
scalar_analysis_simplification.cpp 298 if (simplified->GetType() != SENode::CanNotCompute)
517 if (simplified_child->GetType() != SENode::CanNotCompute) {
loop_peeling.cpp 840 if (lhs->GetType() == SENode::CanNotCompute) {
848 if (rhs->GetType() == SENode::CanNotCompute) {
    [all...]
scalar_analysis.cpp 492 case CanNotCompute:
819 case SENode::CanNotCompute:
    [all...]
loop_dependence.cpp 300 // If either node is simplified to a CanNotCompute we can't perform any
302 if (source_node->GetType() == SENode::CanNotCompute ||
303 destination_node->GetType() == SENode::CanNotCompute) {
307 "CanNotCompute. Abandoning evaluation for this subscript.");
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/opt/
scalar_analysis.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
scalar_analysis.cpp     [all...]

Completed in 552 milliseconds