Home | History | Annotate | Download | only in arm64

Lines Matching refs:CheckFlag

868     if (instr->CheckFlag(HValue::kCanOverflow)) {
875 ASSERT(!instr->CheckFlag(HValue::kCanOverflow));
940 ASSERT(instr->CheckFlag(HValue::kTruncatingToInt32));
1159 if (val->CheckFlag(HInstruction::kUint32)) {
1173 if (val->CheckFlag(HInstruction::kUint32)) {
1179 if (val->CheckFlag(HInstruction::kUint32)) {
1391 if ((instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1392 (instr->CheckFlag(HValue::kCanOverflow) && divisor == -1) ||
1393 (!instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32) &&
1407 LOperand* temp = instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32)
1412 (instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1413 !instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32)) {
1426 LOperand* temp = instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32)
1430 if (!instr->CheckFlag(HValue::kAllUsesTruncatingToInt32)) {
1707 !instr->CheckFlag(HInstruction::kUint32)) {
1760 if ((instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) ||
1761 (instr->CheckFlag(HValue::kLeftCanBeMinInt) && divisor == -1)) {
1775 ((divisor > 0 && !instr->CheckFlag(HValue::kLeftCanBeNegative)) ||
1776 (divisor < 0 && !instr->CheckFlag(HValue::kLeftCanBePositive))) ?
1781 (instr->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0)) {
1836 if (instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1852 if (divisor == 0 || instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1866 if (instr->CheckFlag(HValue::kCanBeDivByZero) ||
1867 instr->CheckFlag(HValue::kBailoutOnMinusZero)) {
1896 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow);
1897 bool bailout_on_minus_zero = instr->CheckFlag(HValue::kBailoutOnMinusZero);
2171 if (hinstr->CheckFlag(HValue::kCanOverflow)) {
2216 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
2474 if (instr->CheckFlag(HValue::kCanOverflow)) {