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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8166 /// PerformShiftCombine - Checks for immediate versions of vector shifts and
8171 static SDValue PerformShiftCombine(SDNode *N, SelectionDAG &DAG, function
8429 case ISD::SRL: return PerformShiftCombine(N, DCI.DAG, Subtarget);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13807 /// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
13809 static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG, function
15095 case ISD::SRL: return PerformShiftCombine(N, DAG, DCI, Subtarget);

Completed in 87 milliseconds