Lines Matching full:sbb
468 assert((Opcode == X86ISD::SBB || Opcode == X86ISD::SETCC_CARRY) && in getSBBZero()
469 "Unexpected opcode for SBB materialization"); in getSBBZero()
470 unsigned FlagOpIndex = Opcode == X86ISD::SBB ? 2 : 1; in getSBBZero()
656 case X86ISD::SBB: in IsProfitableToFold()
3108 case X86ISD::SBB: in selectLEAAddr()
3578 case X86ISD::SBB: in foldLoadStoreIntoMemOperand()
3657 case X86ISD::SBB: in foldLoadStoreIntoMemOperand()
3672 case X86ISD::SBB: in foldLoadStoreIntoMemOperand()
3698 case X86ISD::SBB: in foldLoadStoreIntoMemOperand()
3741 if (Opc == X86ISD::ADC || Opc == X86ISD::SBB) { in foldLoadStoreIntoMemOperand()
6294 // The target does not recognize sbb with the same reg operand as a in Select()
6309 case X86ISD::SBB: { in Select()