Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h128 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
DCodeGenDAGPatterns.cpp318 bool EEVT::TypeSet::EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP) { in EnforceSmallerThan() function in EEVT::TypeSet
551 MadeChange |= VTOperand.EnforceSmallerThan(*this, TP); in EnforceVectorSubVectorTypeIs()
883 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint()
891 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP); in ApplyTypeConstraint()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
DCodeGenDAGPatterns.cpp337 bool EEVT::TypeSet::EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP) { in EnforceSmallerThan() function in EEVT::TypeSet
1039 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint()
1047 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP); in ApplyTypeConstraint()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h293 bool EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big);
DCodeGenDAGPatterns.cpp441 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small, in EnforceSmallerThan() function in TypeInfer
1472 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo)); in ApplyTypeConstraint()
1479 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint()