Home
last modified time | relevance | path

Searched refs:lowerVPFPIntConvOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h686 SDValue lowerVPFPIntConvOp(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp3661 return lowerVPFPIntConvOp(Op, DAG, RISCVISD::FP_TO_SINT_VL); in LowerOperation()
3663 return lowerVPFPIntConvOp(Op, DAG, RISCVISD::FP_TO_UINT_VL); in LowerOperation()
3665 return lowerVPFPIntConvOp(Op, DAG, RISCVISD::SINT_TO_FP_VL); in LowerOperation()
3667 return lowerVPFPIntConvOp(Op, DAG, RISCVISD::UINT_TO_FP_VL); in LowerOperation()
6325 SDValue RISCVTargetLowering::lowerVPFPIntConvOp(SDValue Op, SelectionDAG &DAG, in lowerVPFPIntConvOp() function in RISCVTargetLowering