Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp1022 bool IsExtend) { in validateTruncExt() argument
1031 if (IsExtend) in validateTruncExt()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h228 void validateTruncExt(const LLT Dst, const LLT Src, bool IsExtend);
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5132 bool IsExtend = in lowerVectorFPExtendOrRoundLike() local
5145 bool IsDirectExtend = IsExtend && (VT.getVectorElementType() != MVT::f64 || in lowerVectorFPExtendOrRoundLike()
5147 bool IsDirectTrunc = !IsExtend && (VT.getVectorElementType() != MVT::f16 || in lowerVectorFPExtendOrRoundLike()
5174 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike()
5184 IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::VFNCVT_ROD_VL; in lowerVectorFPExtendOrRoundLike()