Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isTypeLegal

880   assert(isTypeLegal(VT));
1052 while (NumElts > 1 && !TLI->isTypeLegal(MVT::getVectorVT(EltTy, NumElts))) {
1060 if (!TLI->isTypeLegal(NewVT))
1085 if (isTypeLegal(*I))
1151 // isTypeLegal over as well - a massive change that would just require
1216 if (isTypeLegal(IVT)) {
1226 if (!isTypeLegal(MVT::ppcf128)) {
1235 if (!isTypeLegal(MVT::f128)) {
1244 if (!isTypeLegal(MVT::f64)) {
1253 if (!isTypeLegal(MVT::f32)) {
1263 if (!isTypeLegal(MVT::f16)) {
1274 if (isTypeLegal(VT))
1290 && SVT.getVectorNumElements() == NElts && isTypeLegal(SVT)
1308 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) {
1399 if (isTypeLegal(RegisterEVT)) {
1421 while (NumElts > 1 && !isTypeLegal(
1430 if (!isTypeLegal(NewVT))