Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isTypeLegal

962   assert(isTypeLegal(VT));
1134 while (NumElts > 1 && !TLI->isTypeLegal(MVT::getVectorVT(EltTy, NumElts))) {
1142 if (!TLI->isTypeLegal(NewVT))
1167 if (isTypeLegal(*I))
1260 // isTypeLegal over as well - a massive change that would just require
1325 if (isTypeLegal(IVT)) {
1335 if (!isTypeLegal(MVT::ppcf128)) {
1336 if (isTypeLegal(MVT::f64)) {
1351 if (!isTypeLegal(MVT::f128)) {
1360 if (!isTypeLegal(MVT::f64)) {
1369 if (!isTypeLegal(MVT::f32)) {
1379 if (!isTypeLegal(MVT::f16)) {
1390 if (isTypeLegal(VT))
1406 SVT.getVectorNumElements() == NElts && isTypeLegal(SVT)) {
1423 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) {
1514 if (isTypeLegal(RegisterEVT)) {
1536 while (NumElts > 1 && !isTypeLegal(
1545 if (!isTypeLegal(NewVT))