Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2340 return lowerToScalableOp(Op, DAG, RISCVISD::ADD_VL); in LowerOperation()
2342 return lowerToScalableOp(Op, DAG, RISCVISD::SUB_VL); in LowerOperation()
2344 return lowerToScalableOp(Op, DAG, RISCVISD::MUL_VL); in LowerOperation()
2346 return lowerToScalableOp(Op, DAG, RISCVISD::MULHS_VL); in LowerOperation()
2348 return lowerToScalableOp(Op, DAG, RISCVISD::MULHU_VL); in LowerOperation()
2359 return lowerToScalableOp(Op, DAG, RISCVISD::SDIV_VL); in LowerOperation()
2361 return lowerToScalableOp(Op, DAG, RISCVISD::SREM_VL); in LowerOperation()
2363 return lowerToScalableOp(Op, DAG, RISCVISD::UDIV_VL); in LowerOperation()
2365 return lowerToScalableOp(Op, DAG, RISCVISD::UREM_VL); in LowerOperation()
2367 return lowerToScalableOp(Op, DAG, RISCVISD::SHL_VL); in LowerOperation()
[all …]
H A DRISCVISelLowering.h541 SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG, unsigned NewOpc,