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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp76 /// FillWithPossibleTypes - Set to all legal types and return true, only valid
78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, function in class:EEVT::TypeSet
234 return FillWithPossibleTypes(TP, isInteger, "integer");
260 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point");
287 return FillWithPossibleTypes(TP, isScalar, "scalar");
314 return FillWithPossibleTypes(TP, isVector, "vector");
345 MadeChange = FillWithPossibleTypes(TP);
348 MadeChange = Other.FillWithPossibleTypes(TP);
H A DCodeGenDAGPatterns.h158 /// FillWithPossibleTypes - Set to all legal types and return true, only
161 bool FillWithPossibleTypes(TreePattern &TP,

Completed in 73 milliseconds