Searched refs:PerformShiftCombine (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9156 /// PerformShiftCombine - Checks for immediate versions of vector shifts and
9161 static SDValue PerformShiftCombine(SDNode *N, SelectionDAG &DAG, function
9420 case ISD::SRL: return PerformShiftCombine(N, DCI.DAG, Subtarget);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15918 /// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
15920 static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG, function
17595 case ISD::SRL: return PerformShiftCombine(N, DAG, DCI, Subtarget);

Completed in 217 milliseconds