Searched refs:VRSUB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVSDPatterns.td | 924 // Handle VRSUB specially since it's the only integer binary op with reversed
|
H A D | RISCVInstrInfoVVLPatterns.td | 2197 // Handle VRSUB specially since it's the only integer binary op with reversed
|
H A D | RISCVISelLowering.cpp | 11748 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
|