Searched refs:FillWithPossibleTypes (Results 1 - 2 of 2) 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
234 return FillWithPossibleTypes(TP, isInteger, "integer");
255 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point");
277 return FillWithPossibleTypes(TP, isScalar, "scalar");
299 return FillWithPossibleTypes(TP, isVector, "vector");
326 MadeChange = FillWithPossibleTypes(TP);
329 MadeChange = Other.FillWithPossibleTypes(TP);
H A DCodeGenDAGPatterns.h143 /// FillWithPossibleTypes - Set to all legal types and return true, only
146 bool FillWithPossibleTypes(TreePattern &TP,

Completed in 58 milliseconds