Home
last modified time | relevance | path

Searched refs:EnforceVectorEltTypeIs (Results 1 – 4 of 4) 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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h309 bool EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, TypeSetByHwMode &Elem);
310 bool EnforceVectorEltTypeIs(TypeSetByHwMode &Vec,
DCodeGenDAGPatterns.cpp568 bool TypeInfer::EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, in EnforceVectorEltTypeIs() function in TypeInfer
608 bool TypeInfer::EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, in EnforceVectorEltTypeIs() function in TypeInfer
612 return EnforceVectorEltTypeIs(Vec, Tmp); in EnforceVectorEltTypeIs()
1609 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()
1624 return TI.EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), VVT); in ApplyTypeConstraint()