Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h290 FNEG_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td142 def riscv_fneg_vl : SDNode<"RISCVISD::FNEG_VL", SDT_RISCVFPUnOp_VL>;
H A DRISCVISelLowering.cpp15509 // Fold FNEG_VL into FMA opcodes. in combineVFMADD_VLWithVFNEG_VL()
15519 if (V.getOpcode() == RISCVISD::FNEG_VL && V.getOperand(1) == Mask && in combineVFMADD_VLWithVFNEG_VL()
20504 NODE_NAME_CASE(FNEG_VL) in getTargetNodeName()