Home
last modified time | relevance | path

Searched refs:IsExtend (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp988 bool IsExtend) { in validateTruncExt() argument
997 if (IsExtend) in validateTruncExt()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h224 void validateTruncExt(const LLT Dst, const LLT Src, bool IsExtend);
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4398 bool IsExtend = in lowerVectorFPExtendOrRoundLike() local
4411 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()