Home
last modified time | relevance | path

Searched refs:EnforceVectorEltTypeIs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
141 bool EnforceVectorEltTypeIs(MVT::SimpleValueType VT, TreePattern &TP);
DCodeGenDAGPatterns.cpp454 bool EEVT::TypeSet::EnforceVectorEltTypeIs(MVT::SimpleValueType VT, in EnforceVectorEltTypeIs() function in EEVT::TypeSet
482 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand, in EnforceVectorEltTypeIs() function in EEVT::TypeSet
506 MadeChange |= EnforceVectorEltTypeIs(VT, TP); in EnforceVectorEltTypeIs()
545 MadeChange |= VTOperand.EnforceVectorEltTypeIs(EltTypeSet, TP); in EnforceVectorSubVectorTypeIs()
569 MadeChange |= EnforceVectorEltTypeIs(EltTypeSet, TP); in EnforceVectorSubVectorTypeIs()
1058 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint()
1073 EnforceVectorEltTypeIs(x.SDTCVecEltisVT_Info.VT, TP); in ApplyTypeConstraint()