HomeSort by relevance Sort by last modified time
    Searched refs:FillWithPossibleTypes (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 75 /// FillWithPossibleTypes - Set to all legal types and return true, only valid
77 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
251 return FillWithPossibleTypes(TP, isInteger, "integer");
276 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point");
303 return FillWithPossibleTypes(TP, isScalar, "scalar");
330 return FillWithPossibleTypes(TP, isVector, "vector");
363 MadeChange = FillWithPossibleTypes(TP);
366 MadeChange = Other.FillWithPossibleTypes(TP);
    [all...]
CodeGenDAGPatterns.h 147 /// FillWithPossibleTypes - Set to all legal types and return true, only
150 bool FillWithPossibleTypes(TreePattern &TP,

Completed in 148 milliseconds