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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp73 /// FillWithPossibleTypes - Set to all legal types and return true, only valid
75 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, function in class:EEVT::TypeSet
241 return FillWithPossibleTypes(TP, isInteger, "integer");
266 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point");
293 return FillWithPossibleTypes(TP, isScalar, "scalar");
320 return FillWithPossibleTypes(TP, isVector, "vector");
352 MadeChange = FillWithPossibleTypes(TP);
355 MadeChange = Other.FillWithPossibleTypes(TP);

Completed in 100 milliseconds