Searched refs:FillWithPossibleTypes (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() function in EEVT::TypeSet 234 return FillWithPossibleTypes(TP, isInteger, "integer"); in EnforceInteger() 260 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point"); in EnforceFloatingPoint() 287 return FillWithPossibleTypes(TP, isScalar, "scalar"); in EnforceScalar() 314 return FillWithPossibleTypes(TP, isVector, "vector"); in EnforceVector() 345 MadeChange = FillWithPossibleTypes(TP); in EnforceSmallerThan() 348 MadeChange = Other.FillWithPossibleTypes(TP); in EnforceSmallerThan()
|
D | CodeGenDAGPatterns.h | 161 bool FillWithPossibleTypes(TreePattern &TP,
|