Searched refs:IsShift (Results 1 – 5 of 5) sorted by relevance
42 bool IsShift : 1; // Shift operation member55 IsNonSubwordLoad(false), IsShift(false), IsRev(false), in IInfo()74 bool isShift(unsigned Op) { return Info[Op].IsShift; } in isShift()178 Info[op].IsShift = true; in InstructionInformation()
1115 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT() local1118 if (IsShift) { in PromoteIntRes_ADDSUBSHLSAT()1130 if (IsShift || matcher.isOperationLegal(Opcode, PromotedType)) { in PromoteIntRes_ADDSUBSHLSAT()1150 if (!IsShift) in PromoteIntRes_ADDSUBSHLSAT()
4595 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp() local4598 return FPBuilder.CreateFixedToFixed(Result, IsShift ? LHSFixedSema in EmitFixedPointBinOp()
2567 bool IsShift = MI.getOpcode() == TargetOpcode::G_SSHLSAT || in widenScalarAddSubShlSat() local2586 auto RHS = IsShift ? MIRBuilder.buildZExt(WideTy, MI.getOperand(2)) in widenScalarAddSubShlSat()2590 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat()
8725 bool IsShift = false; in lowerBuildVectorToBitOp() local8732 IsShift = true; in lowerBuildVectorToBitOp()8757 if (!IsShift) in lowerBuildVectorToBitOp()8769 if (IsShift && any_of(RHSElts, [&](SDValue V) { return RHSElts[0] != V; })) in lowerBuildVectorToBitOp()8776 if (!IsShift) in lowerBuildVectorToBitOp()