Searched refs:SOpc (Results 1 – 3 of 3) sorted by relevance
1577 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getSORegRegOpValue() local1591 switch (SOpc) { in getSORegRegOpValue()1622 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getSORegImmOpValue() local1636 switch (SOpc) { in getSORegImmOpValue()1731 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getT2SORegOpValue() local1743 switch (SOpc) { in getT2SORegOpValue()1753 if (SOpc == ARM_AM::rrx) in getT2SORegOpValue()
11012 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(2).getImm()); in processInstruction() local11014 if (SOpc == ARM_AM::rrx || SOpc == ARM_AM::asr || SOpc == ARM_AM::lsr) in processInstruction()11037 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(3).getImm()); in processInstruction() local11038 if (SOpc == ARM_AM::rrx) return false; in processInstruction()11051 !(SOpc == ARM_AM::lsr || SOpc == ARM_AM::asr)) { in processInstruction()
26156 unsigned SOpc = Opc == AArch64ISD::UUNPKHI ? AArch64ISD::SUNPKHI in performSignExtendInRegCombine() local26180 return DAG.getNode(SOpc, DL, N->getValueType(0), Ext); in performSignExtendInRegCombine()