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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 124 /// EnforceVector - Remove all non-vector types from this type list.
125 bool EnforceVector(TreePattern &TP);
CodeGenDAGPatterns.cpp 51 EnforceVector(TP);
313 /// EnforceVector - Remove all vector types from this.
314 bool EEVT::TypeSet::EnforceVector(TreePattern &TP) {
545 MadeChange |= EnforceVector(TP);
567 assert(isVector(TypeVec[i]) && "EnforceVector didn't work");
588 MadeChange |= EnforceVector(TP);
589 MadeChange |= VTOperand.EnforceVector(TP);
895 return NodeToApply->getExtType(ResNo).EnforceVector(TP);
    [all...]

Completed in 418 milliseconds