Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp1164 bool IsExtend) { in validateTruncExt() argument
1173 if (IsExtend) in validateTruncExt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h231 void validateTruncExt(const LLT Dst, const LLT Src, bool IsExtend);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8347 bool IsExtend = in lowerVectorFPExtendOrRoundLike()
8361 IsExtend && (VT.getVectorElementType() != MVT::f64 || in lowerVectorFPExtendOrRoundLike()
8364 bool IsDirectTrunc = !IsExtend && ((VT.getVectorElementType() != MVT::f16 && in lowerVectorFPExtendOrRoundLike()
8392 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike()
8402 IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::VFNCVT_ROD_VL; in lowerVectorFPExtendOrRoundLike()
8345 bool IsExtend = lowerVectorFPExtendOrRoundLike() local