Home
last modified time | relevance | path

Searched refs:FillWithPossibleTypes (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() function in EEVT::TypeSet
231 return FillWithPossibleTypes(TP, isInteger, "integer"); in EnforceInteger()
252 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point"); in EnforceFloatingPoint()
274 return FillWithPossibleTypes(TP, isScalar, "scalar"); in EnforceScalar()
296 return FillWithPossibleTypes(TP, isVector, "vector"); in EnforceVector()
323 MadeChange = FillWithPossibleTypes(TP); in EnforceSmallerThan()
326 MadeChange = Other.FillWithPossibleTypes(TP); in EnforceSmallerThan()
DCodeGenDAGPatterns.h145 bool FillWithPossibleTypes(TreePattern &TP,