Searched refs:performDSPShiftCombine (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 836 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, in performDSPShiftCombine() function 869 return performDSPShiftCombine(MipsISD::SHLL_DSP, N, Ty, DAG, Subtarget); in performSHLCombine() 926 return performDSPShiftCombine(MipsISD::SHRA_DSP, N, Ty, DAG, Subtarget); in performSRACombine() 938 return performDSPShiftCombine(MipsISD::SHRL_DSP, N, Ty, DAG, Subtarget); in performSRLCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 848 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, in performDSPShiftCombine() function 881 return performDSPShiftCombine(MipsISD::SHLL_DSP, N, Ty, DAG, Subtarget); in performSHLCombine() 938 return performDSPShiftCombine(MipsISD::SHRA_DSP, N, Ty, DAG, Subtarget); in performSRACombine() 950 return performDSPShiftCombine(MipsISD::SHRL_DSP, N, Ty, DAG, Subtarget); in performSRLCombine()
|