Searched refs:performDSPShiftCombine (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 845 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, in performDSPShiftCombine() function 878 return performDSPShiftCombine(MipsISD::SHLL_DSP, N, Ty, DAG, Subtarget); in performSHLCombine() 935 return performDSPShiftCombine(MipsISD::SHRA_DSP, N, Ty, DAG, Subtarget); in performSRACombine() 947 return performDSPShiftCombine(MipsISD::SHRL_DSP, N, Ty, DAG, Subtarget); in performSRLCombine()
|