Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SRL

350   } else if (Opcode == ISD::SRL) {
397 Op0.getOperand(0).getOpcode() == ISD::SRL) {
399 Op1.getOperand(0).getOpcode() != ISD::SRL) {
405 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) {
407 Op1.getOperand(0).getOpcode() != ISD::SRL) {
418 if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) &&
425 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) &&
848 // srl/add/sra pattern the dag combiner will generate for this as
989 case ISD::SRL: {