Home | History | Annotate | Download | only in Target

Lines Matching defs:isTypeLegal

227   /// isTypeLegal - Return true if the target has native support for the
230 bool isTypeLegal(EVT VT) const {
381 return (VT == MVT::Other || isTypeLegal(VT)) &&
389 return (VT == MVT::Other || isTypeLegal(VT)) &&
425 return isTypeLegal(ValVT) && MemVT.isSimple() &&
513 } while (!isTypeLegal(NVT) ||
938 return isTypeLegal(VT);