Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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,
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp78 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()
DCodeGenDAGPatterns.h161 bool FillWithPossibleTypes(TreePattern &TP,