Searched refs:MaxValSplat (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3082 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() 3089 {Abs, MaxValSplat, DAG.getCondCode(ISD::SETOLT), in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() 3192 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 3198 {Abs, MaxValSplat, DAG.getCondCode(ISD::SETOLT), Mask, Mask, VL}); in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 3081 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local 3191 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() local
|