Searched refs:AllowI1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp154 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
336 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { argument
356 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
941 if (!isTypeLegal(Val->getType(), VT, /*AllowI1=*/true))
1097 if (!isTypeLegal(LI->getType(), VT, /*AllowI1=*/true))

Completed in 61 milliseconds