HomeSort by relevance Sort by last modified time
    Searched refs:CheckFlag (Results 1 - 25 of 38) sorted by null

1 2

  /external/v8/src/crankshaft/
hydrogen-dce.cc 13 if (instr->CheckFlag(HValue::kIsLive)) return; // Already live.
24 if (!input->CheckFlag(HValue::kIsLive)) {
75 if (!instr->CheckFlag(HValue::kIsLive)) {
86 if (!phi->CheckFlag(HValue::kIsLive)) {
hydrogen-uint32-analysis.cc 83 if (!use->CheckFlag(HInstruction::kUint32)) {
104 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
117 if (!phi->CheckFlag(HInstruction::kUint32)) {
124 if (!operand->CheckFlag(HInstruction::kUint32)) {
148 if (operand->CheckFlag(HInstruction::kUint32)) {
hydrogen-redundant-phi.cc 48 if (phi->CheckFlag(HValue::kIsDead)) continue; // Already replaced.
57 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
hydrogen-representation-changes.cc 26 bool is_truncating_to_smi = use_value->CheckFlag(HValue::kTruncatingToSmi);
27 bool is_truncating_to_int = use_value->CheckFlag(HValue::kTruncatingToInt32);
29 use_value->CheckFlag(HValue::kTruncatingToNumber);
56 DCHECK(!change->CheckFlag(HValue::kUint32));
145 if (phi->CheckFlag(HValue::kTruncatingToNumber) &&
179 if (input->IsPhi() && input->CheckFlag(HValue::kTruncatingToNumber)) {
198 input->CheckFlag(HValue::kTruncatingToInt32)) {
215 input->CheckFlag(HValue::kTruncatingToSmi)) {
hydrogen-infer-representation.cc 13 if (!current->CheckFlag(HValue::kFlexibleRepresentation)) return;
70 phi_list->at(index)->CheckFlag(HInstruction::kTruncatingToInt32);
72 phi_list->at(index)->CheckFlag(HInstruction::kTruncatingToSmi);
151 current->CheckFlag(HInstruction::kFlexibleRepresentation)) {
152 if (current->CheckFlag(HInstruction::kCannotBeTagged)) {
hydrogen-instructions.cc 72 if (CheckFlag(kFlexibleRepresentation)) {
82 DCHECK(CheckFlag(kFlexibleRepresentation));
106 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
124 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
353 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {
363 if (!it.value()->CheckFlag(f)) return false;
372 if (!it.value()->CheckFlag(f)) {
385 if (!it.value()->CheckFlag(f)) return false;
545 if (first != NULL && first->value()->CheckFlag(kIsDead)) {
656 if (CheckFlag(HValue::kHasNoObservableSideEffects)) os << " [noOSE]"
    [all...]
hydrogen-store-elimination.cc 38 if (instr->CheckFlag(HValue::kIsDead)) continue;
  /external/lzma/C/
CpuArch.c 19 static UInt32 CheckFlag(UInt32 flag)
53 #define CHECK_CPUID_IS_SUPPORTED if (CheckFlag(1 << 18) == 0 || CheckFlag(1 << 21) == 0) return False;
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 661 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-ppc.cc 914 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
922 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
925 } else if (!hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
961 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 649 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-arm.cc 979 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
986 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero))
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 594 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-s390.cc 894 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
902 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
905 } else if (!hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 681 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-ia32.cc 880 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
887 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
916 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
940 if (hmod->CheckFlag(HValue::kCanBeDivByZero)) {
947 if (hmod->CheckFlag(HValue::kCanOverflow)) {
952 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
966 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
990 if (hdiv->CheckFlag(HValue::kBailoutOnMinusZero) && divisor < 0) {
995 if (hdiv->CheckFlag(HValue::kCanOverflow) && divisor == -1) {
1000 if (!hdiv->CheckFlag(HInstruction::kAllUsesTruncatingToInt32) &
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 656 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-mips.cc 965 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 656 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-mips64.cc 954 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
959 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 679 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 675 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-x64.cc 909 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
916 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
945 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
969 if (hmod->CheckFlag(HValue::kCanBeDivByZero)) {
976 if (hmod->CheckFlag(HValue::kCanOverflow)) {
981 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
996 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 798 if (instr->CheckFlag(HValue::kCanOverflow)) {
804 DCHECK(!instr->CheckFlag(HValue::kCanOverflow));
875 DCHECK(instr->CheckFlag(HValue::kTruncatingToInt32));
    [all...]
lithium-codegen-arm64.cc     [all...]

Completed in 763 milliseconds

1 2