Home | History | Annotate | Download | only in X86

Lines Matching refs:isTypeLegal

160   bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
279 if (!isTypeLegal(RetTy, RetVT))
319 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
339 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
979 if (!isTypeLegal(Val->getType(), VT, /*AllowI1=*/true))
1135 if (!isTypeLegal(LI->getType(), VT, /*AllowI1=*/true))
1242 if (!isTypeLegal(I->getOperand(0)->getType(), VT))
1334 if (!TLI.isTypeLegal(DstVT))
1471 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) {
1572 if (!isTypeLegal(I->getType(), VT))
1659 if (!isTypeLegal(I->getType(), VT))
2053 if (!isTypeLegal(I->getType(), RetVT))
2187 if (!TLI.isTypeLegal(SrcVT))
2338 if (!isTypeLegal(RetTy, VT))
2472 if (!isTypeLegal(RetTy, VT))
2531 if (!isTypeLegal(RetTy, VT))
2669 if (!isTypeLegal(RetTy, VT))
2911 if (!isTypeLegal(PrevVal->getType(), VT))
2917 if (!isTypeLegal(Val->getType(), VT))
3517 if (!isTypeLegal(CF->getType(), VT))