Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3513 return lowerToScalableOp(Op, DAG, RISCVISD::ADD_VL); in LowerOperation()
3515 return lowerToScalableOp(Op, DAG, RISCVISD::SUB_VL); in LowerOperation()
3517 return lowerToScalableOp(Op, DAG, RISCVISD::MUL_VL); in LowerOperation()
3532 return lowerToScalableOp(Op, DAG, RISCVISD::SDIV_VL); in LowerOperation()
3534 return lowerToScalableOp(Op, DAG, RISCVISD::SREM_VL); in LowerOperation()
3536 return lowerToScalableOp(Op, DAG, RISCVISD::UDIV_VL); in LowerOperation()
3538 return lowerToScalableOp(Op, DAG, RISCVISD::UREM_VL); in LowerOperation()
3557 return lowerToScalableOp(Op, DAG, RISCVISD::FADD_VL); in LowerOperation()
3559 return lowerToScalableOp(Op, DAG, RISCVISD::FSUB_VL); in LowerOperation()
3561 return lowerToScalableOp(Op, DAG, RISCVISD::FMUL_VL); in LowerOperation()
[all …]
H A DRISCVISelLowering.h679 SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG, unsigned NewOpc,