Home | History | Annotate | Download | only in mips

Lines Matching refs:CheckFlag

708         does_deopt = !instr->CheckFlag(HInstruction::kUint32);
1283 DCHECK(instr->CheckFlag(HValue::kTruncatingToInt32));
1302 if ((instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1303 (instr->CheckFlag(HValue::kCanOverflow) && divisor == -1) ||
1304 (!instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32) &&
1321 (instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1322 !instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32)) {
1338 if (instr->CheckFlag(HValue::kCanBeDivByZero) ||
1339 instr->CheckFlag(HValue::kBailoutOnMinusZero) ||
1340 (instr->CheckFlag(HValue::kCanOverflow) &&
1341 !instr->CheckFlag(HValue::kAllUsesTruncatingToInt32)) ||
1343 !instr->CheckFlag(HValue::kAllUsesTruncatingToInt32))) {
1372 if ((instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1373 (instr->CheckFlag(HValue::kLeftCanBeMinInt) && divisor == -1)) {
1387 ((divisor > 0 && !instr->CheckFlag(HValue::kLeftCanBeNegative)) ||
1388 (divisor < 0 && !instr->CheckFlag(HValue::kLeftCanBePositive))) ?
1393 (instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0)) {
1430 if (instr->CheckFlag(HValue::kLeftCanBeNegative) &&
1431 instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1446 if (divisor == 0 || instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1461 if (instr->CheckFlag(HValue::kCanBeDivByZero) ||
1462 instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1488 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow);
1489 bool bailout_on_minus_zero = instr->CheckFlag(HValue::kBailoutOnMinusZero);
1552 if (instr->CheckFlag(HValue::kCanOverflow)) {
1581 if (instr->CheckFlag(HValue::kCanOverflow)) {
1588 DCHECK(!instr->CheckFlag(HValue::kCanOverflow));
1912 if (!instr->CheckFlag(HValue::kCanOverflow)) {
1915 } else if (val->CheckFlag(HInstruction::kUint32)) {
1931 if (instr->CheckFlag(HValue::kCanOverflow)) {
1937 if (val->CheckFlag(HInstruction::kUint32)) {
2175 !instr->CheckFlag(HInstruction::kUint32)) :