Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7606 unsigned SplatOpc = RISCVISD::VFMV_S_F_VL; in combineBinOpToReduce() local
7610 SplatOpc = RISCVISD::VMV_S_X_VL; in combineBinOpToReduce()
7612 SplatOpc = RISCVISD::VMV_V_X_VL; in combineBinOpToReduce()
7616 DAG.getNode(SplatOpc, SDLoc(N), SplatVT, ScalarV.getOperand(0), NewStart, in combineBinOpToReduce()