Lines Matching refs:isFloatingPoint
3415 VT.isFloatingPoint() ? RISCVISD::VFSLIDE1DOWN_VL : RISCVISD::VSLIDE1DOWN_VL; in lowerBuildVectorViaDominantValues()
3416 if (!VT.isFloatingPoint()) in lowerBuildVectorViaDominantValues()
3543 unsigned Opc = VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerBuildVectorOfConstants()
3545 if (!VT.isFloatingPoint()) in lowerBuildVectorOfConstants()
3582 VT.isFloatingPoint() ? VT.changeVectorElementTypeToInteger() : VT; in lowerBuildVectorOfConstants()
3606 if (VT.isFloatingPoint()) { in lowerBuildVectorOfConstants()
3796 unsigned Opc = VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerBUILD_VECTOR()
3798 if (!VT.isFloatingPoint()) in lowerBUILD_VECTOR()
3884 assert((!VT.isFloatingPoint() || in lowerBUILD_VECTOR()
3915 VT.isFloatingPoint() ? RISCVISD::VFSLIDE1DOWN_VL : RISCVISD::VSLIDE1DOWN_VL; in lowerBUILD_VECTOR()
3916 if (!VT.isFloatingPoint()) in lowerBUILD_VECTOR()
4004 if (VT.isFloatingPoint()) in lowerScalarSplat()
4067 if (VT.isFloatingPoint()) in lowerScalarInsert()
4471 (VT.isFloatingPoint() ? RISCVISD::VFSLIDE1DOWN_VL : RISCVISD::VSLIDE1DOWN_VL) : in lowerVECTOR_SHUFFLEAsVSlide1()
4472 (VT.isFloatingPoint() ? RISCVISD::VFSLIDE1UP_VL : RISCVISD::VSLIDE1UP_VL); in lowerVECTOR_SHUFFLEAsVSlide1()
4473 if (!VT.isFloatingPoint()) in lowerVECTOR_SHUFFLEAsVSlide1()
4815 if (SVT.isFloatingPoint()) in lowerVECTOR_SHUFFLE()
4828 VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL : RISCVISD::VMV_V_X_VL; in lowerVECTOR_SHUFFLE()
7988 VecVT.isFloatingPoint() ? RISCVISD::VFMV_S_F_VL : RISCVISD::VMV_S_X_VL; in lowerINSERT_VECTOR_ELT()
7990 if (!VecVT.isFloatingPoint()) in lowerINSERT_VECTOR_ELT()
8459 if (ValType.isScalableVector() && ValType.isFloatingPoint()) { in getVCIXOperands()
8709 else if (VT.isFloatingPoint()) in LowerINTRINSIC_WO_CHAIN()
8717 else if (VT.isFloatingPoint()) in LowerINTRINSIC_WO_CHAIN()
8868 else if (VT.isFloatingPoint()) in LowerINTRINSIC_W_CHAIN()
8879 } else if (VT.isFloatingPoint()) { in LowerINTRINSIC_W_CHAIN()
10649 assert(DstVT.isFloatingPoint() && "Wrong input/output vector types"); in lowerVPFPIntConvOp()
10677 assert(SrcVT.isFloatingPoint() && DstVT.isInteger() && in lowerVPFPIntConvOp()
10693 assert(DstVT.isFloatingPoint() && "Wrong input/output vector types"); in lowerVPFPIntConvOp()
10711 assert(SrcVT.isFloatingPoint() && DstVT.isInteger() && in lowerVPFPIntConvOp()
17658 if (ValVT.isFloatingPoint() && LocInfo != CCValAssign::Indirect) { in CC_RISCV()
19694 if (Subtarget.isSoftFPABI() && (Type.isFloatingPoint() && !Type.isVector() && in shouldExtendTypeInLibCall()