Searched refs:EnforceSmallerThan (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 128 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
|
D | CodeGenDAGPatterns.cpp | 318 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/ |
D | CodeGenDAGPatterns.h | 133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
|
D | CodeGenDAGPatterns.cpp | 337 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/ |
D | CodeGenDAGPatterns.h | 293 bool EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big);
|
D | CodeGenDAGPatterns.cpp | 441 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()
|