Home | History | Annotate | Download | only in X86

Lines Matching refs:isTypeLegal

161   bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
280 if (!isTypeLegal(RetTy, RetVT))
320 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
340 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
1117 if (!isTypeLegal(Val->getType(), VT, /*AllowI1=*/true))
1305 if (!isTypeLegal(LI->getType(), VT, /*AllowI1=*/true))
1412 if (!isTypeLegal(I->getOperand(0)->getType(), VT))
1507 if (!TLI.isTypeLegal(DstVT))
1644 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) {
1745 if (!isTypeLegal(I->getType(), VT))
1832 if (!isTypeLegal(I->getType(), VT))
2226 if (!isTypeLegal(I->getType(), RetVT))
2360 if (!TLI.isTypeLegal(SrcVT))
2513 if (!isTypeLegal(RetTy, VT))
2647 if (!isTypeLegal(RetTy, VT))
2706 if (!isTypeLegal(RetTy, VT))
2844 if (!isTypeLegal(RetTy, VT))
3090 if (!isTypeLegal(PrevVal->getType(), VT))
3096 if (!isTypeLegal(Val->getType(), VT))
3695 if (!isTypeLegal(CF->getType(), VT))