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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 120 /// EnforceScalar - Remove all vector types from this type list.
121 bool EnforceScalar(TreePattern &TP);
CodeGenDAGPatterns.cpp 166 InCopy.EnforceScalar(TP);
270 /// EnforceScalar - Remove all vector types from this.
271 bool EEVT::TypeSet::EnforceScalar(TreePattern &TP) {
344 MadeChange |= Other.EnforceScalar(TP);
346 MadeChange |= EnforceScalar(TP);
507 MadeChange |= VTOperand.EnforceScalar(TP);
    [all...]

Completed in 134 milliseconds