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 125 /// EnforceScalar - Remove all vector types from this type list.
126 bool EnforceScalar(TreePattern &TP);
CodeGenDAGPatterns.cpp 184 InCopy.EnforceScalar(TP);
296 /// EnforceScalar - Remove all vector types from this.
297 bool EEVT::TypeSet::EnforceScalar(TreePattern &TP) {
384 MadeChange |= Other.EnforceScalar(TP);
388 MadeChange |= EnforceScalar(TP);
495 MadeChange |= VTOperand.EnforceScalar(TP);
    [all...]

Completed in 944 milliseconds