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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 131 /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type
133 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
CodeGenDAGPatterns.cpp 536 /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type
538 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand,
600 MadeChange |= VTOperand.EnforceVectorEltTypeIs(EltTypeSet, TP);
606 MadeChange |= EnforceVectorEltTypeIs(EltTypeSet, TP);
942 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP);
    [all...]

Completed in 33 milliseconds