Searched refs:IsExtend (Results 1 – 3 of 3) sorted by relevance
988 bool IsExtend) { in validateTruncExt() argument997 if (IsExtend) in validateTruncExt()
224 void validateTruncExt(const LLT Dst, const LLT Src, bool IsExtend);
4398 bool IsExtend = in lowerVectorFPExtendOrRoundLike() local4411 bool IsDirectExtend = IsExtend && (VT.getVectorElementType() != MVT::f64 || in lowerVectorFPExtendOrRoundLike()4413 bool IsDirectTrunc = !IsExtend && (VT.getVectorElementType() != MVT::f16 || in lowerVectorFPExtendOrRoundLike()4440 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike()4450 IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::VFNCVT_ROD_VL; in lowerVectorFPExtendOrRoundLike()