Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h287 VFMAX_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td147 def riscv_vfmax_vl : SDNode<"RISCVISD::VFMAX_VL", SDT_RISCVFPBinOp_VL, [SDNPCommutative]>;
H A DRISCVISelLowering.cpp5934 ? RISCVISD::VFMAX_VL in lowerFMAXIMUM_FMINIMUM()
6077 return RISCVISD::VFMAX_VL; in getRISCVVLOp()
6100 if (Opcode >= RISCVISD::ADD_VL && Opcode <= RISCVISD::VFMAX_VL) in hasMergeOp()
20524 NODE_NAME_CASE(VFMAX_VL) in getTargetNodeName()