Home
last modified time | relevance | path

Searched refs:FSUB_VL (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h206 FSUB_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td99 def riscv_fsub_vl : SDNode<"RISCVISD::FSUB_VL", SDT_RISCVFPBinOp_VL>;
H A DRISCVISelLowering.cpp2593 return lowerToScalableOp(Op, DAG, RISCVISD::FSUB_VL); in LowerOperation()
2661 return lowerVPOp(Op, DAG, RISCVISD::FSUB_VL); in LowerOperation()
8409 NODE_NAME_CASE(FSUB_VL) in getTargetNodeName()