Searched refs:LeftShift (Results 1 – 8 of 8) sorted by relevance
406 std::optional<bool> LeftShift; in selectSHXADDOp() local410 LeftShift = true; in selectSHXADDOp()414 LeftShift = false; in selectSHXADDOp()416 if (LeftShift.has_value()) { in selectSHXADDOp()417 if (*LeftShift) in selectSHXADDOp()427 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()439 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()451 LeftShift.reset(); in selectSHXADDOp()457 LeftShift = true; in selectSHXADDOp()462 LeftShift = false; in selectSHXADDOp()[all …]
574 unsigned LeftShift = PtrSizeInBytes * 8 - (SizeInBits + BitOffset); in addExpression() local575 unsigned RightShift = LeftShift + BitOffset; in addExpression()576 if (LeftShift) { in addExpression()578 emitUnsigned(LeftShift); in addExpression()
1360 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local1361 if (LeftShift || N0.getOpcode() == ISD::SRL) { in Select()1380 if (LeftShift) in Select()1393 if (!LeftShift && isMask_64(C1)) { in Select()1456 if (LeftShift && isShiftedMask_64(C1)) { in Select()1499 if (!LeftShift && isShiftedMask_64(C1)) { in Select()1549 if (LeftShift && isShiftedMask_64(C1)) { in Select()3309 if (bool LeftShift = N0.getOpcode() == ISD::SHL; in selectSHXADDOp() local3310 (LeftShift || N0.getOpcode() == ISD::SRL) && in selectSHXADDOp()3316 if (LeftShift) in selectSHXADDOp()[all …]
262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
585 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
124 LeftShift, // ?6 # operator<< enumerator
445 0xE1 Keyboard LeftShift
14403 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local14414 if (LeftShift) in CombineANDShift()14428 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()14439 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()14451 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()14464 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()14477 if (LeftShift && in CombineANDShift()