Searched refs:LeftShift (Results 1 – 8 of 8) sorted by relevance
256 std::optional<bool> LeftShift; in selectSHXADDOp() local260 LeftShift = true; in selectSHXADDOp()264 LeftShift = false; in selectSHXADDOp()266 if (LeftShift.has_value()) { in selectSHXADDOp()267 if (*LeftShift) in selectSHXADDOp()277 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()289 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()301 LeftShift.reset(); in selectSHXADDOp()307 LeftShift = true; in selectSHXADDOp()312 LeftShift = false; in selectSHXADDOp()[all …]
568 unsigned LeftShift = PtrSizeInBytes * 8 - (SizeInBits + BitOffset); in addExpression() local569 unsigned RightShift = LeftShift + BitOffset; in addExpression()570 if (LeftShift) { in addExpression()572 emitUnsigned(LeftShift); in addExpression()
1238 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local1239 if (LeftShift || N0.getOpcode() == ISD::SRL) { in Select()1256 if (LeftShift) in Select()1269 if (!LeftShift && isC1Mask) { in Select()1332 if (LeftShift && isShiftedMask_64(C1)) { in Select()1362 if (!LeftShift && isShiftedMask_64(C1)) { in Select()1400 if (LeftShift && isShiftedMask_64(C1)) { in Select()2937 bool LeftShift = N0.getOpcode() == ISD::SHL; in selectSHXADDOp() local2938 if ((LeftShift || N0.getOpcode() == ISD::SRL) && in selectSHXADDOp()2944 if (LeftShift) in selectSHXADDOp()[all …]
122 LeftShift, // ?6 # operator<< enumerator
260 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
584 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
445 0xE1 Keyboard LeftShift
14326 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local14337 if (LeftShift) in CombineANDShift()14351 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()14362 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()14374 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()14387 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()14400 if (LeftShift && in CombineANDShift()