Home | History | Annotate | Download | only in Mips

Lines Matching refs:isTypeLegal

111   bool isTypeLegal(Type *Ty, MVT &VT);
540 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) {
549 return TLI.isTypeLegal(VT);
556 if (isTypeLegal(Ty, VT))
568 if (isTypeLegal(Ty, VT))
1041 if (!isTypeLegal(DstTy, DstVT))
1049 if (!isTypeLegal(SrcTy, SrcVT))
1278 if (!isTypeLegal(Val->getType(), VT) &&