Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2547 return lowerToScalableOp(Op, DAG, RISCVISD::ADD_VL); in LowerOperation()
2549 return lowerToScalableOp(Op, DAG, RISCVISD::SUB_VL); in LowerOperation()
2551 return lowerToScalableOp(Op, DAG, RISCVISD::MUL_VL); in LowerOperation()
2566 return lowerToScalableOp(Op, DAG, RISCVISD::SDIV_VL); in LowerOperation()
2568 return lowerToScalableOp(Op, DAG, RISCVISD::SREM_VL); in LowerOperation()
2570 return lowerToScalableOp(Op, DAG, RISCVISD::UDIV_VL); in LowerOperation()
2572 return lowerToScalableOp(Op, DAG, RISCVISD::UREM_VL); in LowerOperation()
2591 return lowerToScalableOp(Op, DAG, RISCVISD::FADD_VL); in LowerOperation()
2593 return lowerToScalableOp(Op, DAG, RISCVISD::FSUB_VL); in LowerOperation()
2605 return lowerToScalableOp(Op, DAG, RISCVISD::FMA_VL); in LowerOperation()
[all …]
H A DRISCVISelLowering.h573 SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG, unsigned NewOpc,