Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td924 // Handle VRSUB specially since it's the only integer binary op with reversed
H A DRISCVInstrInfoVVLPatterns.td2197 // Handle VRSUB specially since it's the only integer binary op with reversed
H A DRISCVISelLowering.cpp11748 SDValue VRSUB = DAG.getNode(RISCVISD::SUB_VL, DL, IndicesVT, VecLenSplat, VID, in lowerVPReverseExperimental()
11750 SDValue Result = DAG.getNode(GatherOpc, DL, GatherVT, Op1, VRSUB, in lowerVPReverseExperimental()
11746 SDValue VRSUB = DAG.getNode(RISCVISD::SUB_VL, DL, IndicesVT, VecLenSplat, VID, lowerVPReverseExperimental() local