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

/external/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...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenDAGPatterns.cpp48 EnforceVector(TP);
292 /// EnforceVector - Remove all vector types from this.
293 bool EEVT::TypeSet::EnforceVector(TreePattern &TP) { function in class:EEVT::TypeSet
506 MadeChange |= EnforceVector(TP);
528 assert(isVector(TypeVec[i]) && "EnforceVector didn't work");
547 MadeChange |= EnforceVector(TP);
548 MadeChange |= VTOperand.EnforceVector(TP);
857 return NodeToApply->getExtType(ResNo).EnforceVector(TP);

Completed in 38 milliseconds