Searched refs:performDSPShiftCombine (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsSEISelLowering.cpp | 844 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, in performDSPShiftCombine() function 877 return performDSPShiftCombine(MipsISD::SHLL_DSP, N, Ty, DAG, Subtarget); in performSHLCombine() 934 return performDSPShiftCombine(MipsISD::SHRA_DSP, N, Ty, DAG, Subtarget); in performSRACombine() 946 return performDSPShiftCombine(MipsISD::SHRL_DSP, N, Ty, DAG, Subtarget); in performSRLCombine()
|