Searched refs:EnforceVector (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp54 EnforceVector(TP);
307 /// EnforceVector - Remove all vector types from this.
308 bool EEVT::TypeSet::EnforceVector(TreePattern &TP) { function in class:EEVT::TypeSet
368 MadeChange |= Other.EnforceVector(TP);
372 MadeChange |= EnforceVector(TP);
458 MadeChange |= EnforceVector(TP);
489 MadeChange |= EnforceVector(TP);
520 MadeChange |= EnforceVector(TP);
521 MadeChange |= VTOperand.EnforceVector(TP);
601 MadeChange |= EnforceVector(T
[all...]
H A DCodeGenDAGPatterns.h128 /// EnforceVector - Remove all non-vector types from this type list.
129 bool EnforceVector(TreePattern &TP);

Completed in 56 milliseconds