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 135 /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type
137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
CodeGenDAGPatterns.cpp 485 /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type
487 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand,
565 MadeChange |= VTOperand.EnforceVectorEltTypeIs(EltTypeSet, TP);
589 MadeChange |= EnforceVectorEltTypeIs(EltTypeSet, TP);
946 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP);
    [all...]

Completed in 126 milliseconds