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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8723 /// PerformShiftCombine - Checks for immediate versions of vector shifts and
8728 static SDValue PerformShiftCombine(SDNode *N, SelectionDAG &DAG, function
8987 case ISD::SRL: return PerformShiftCombine(N, DCI.DAG, Subtarget);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14537 /// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
14539 static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG, function
16096 case ISD::SRL: return PerformShiftCombine(N, DAG, DCI, Subtarget);

Completed in 87 milliseconds