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 130 /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type
132 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
CodeGenDAGPatterns.cpp 500 /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type
502 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand,
559 MadeChange |= VTOperand.EnforceVectorEltTypeIs(EltTypeSet, TP);
565 MadeChange |= EnforceVectorEltTypeIs(EltTypeSet, TP);
902 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP);
    [all...]

Completed in 26 milliseconds