Home
last modified time | relevance | path

Searched refs:kUint32 (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-uint32-analysis.cc86 if (!use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe()
107 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe()
108 use->SetFlag(HInstruction::kUint32); in Uint32UsesAreSafe()
120 if (!phi->CheckFlag(HInstruction::kUint32)) { in CheckPhiOperands()
127 if (!operand->CheckFlag(HInstruction::kUint32)) { in CheckPhiOperands()
131 operand->SetFlag(HInstruction::kUint32); in CheckPhiOperands()
148 phi->ClearFlag(HInstruction::kUint32); in UnmarkPhi()
151 if (operand->CheckFlag(HInstruction::kUint32)) { in UnmarkPhi()
152 operand->ClearFlag(HInstruction::kUint32); in UnmarkPhi()
228 current->SetFlag(HInstruction::kUint32); in Run()
Dlithium.cc572 value->CheckFlag(HInstruction::kUint32)); in CreateEnvironment()
652 arg_value->CheckFlag(HInstruction::kUint32)); in AddObjectToMaterialize()
Dhydrogen-representation-changes.cc58 DCHECK(!change->CheckFlag(HValue::kUint32)); in IsNonDeoptingIntToSmiChange()
Dhydrogen-instructions.cc1403 !right()->CheckFlag(kUint32)) { in Canonicalize()
1407 !left()->CheckFlag(kUint32)) { in Canonicalize()
1412 if (MatchDoubleNegation(this, &arg) && !arg->CheckFlag(kUint32)) { in Canonicalize()
1747 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) && in InferRange()
1759 !value()->CheckFlag(HValue::kUint32) || in InferRange()
Dhydrogen-instructions.h509 kUint32, enumerator
Dhydrogen.cc2270 size->SetFlag(HValue::kUint32); in BuildUncheckedStringAdd()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc1160 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1174 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1180 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1725 !instr->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyed()
2238 can_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
Dlithium-codegen-arm64.cc2479 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2480 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3492 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternal()
4870 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc708 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1915 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1937 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2175 !instr->CheckFlag(HInstruction::kUint32)) : in DoLoadKeyed()
Dlithium-codegen-mips.cc2292 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2293 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3188 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4798 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4803 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc708 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1914 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1935 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2174 !instr->CheckFlag(HInstruction::kUint32)) : in DoLoadKeyed()
Dlithium-codegen-mips64.cc2260 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2261 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3182 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4830 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4835 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc701 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1966 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1988 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2226 !instr->CheckFlag(HInstruction::kUint32)) : in DoLoadKeyed()
Dlithium-codegen-arm.cc2399 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2400 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3281 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4840 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4845 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc740 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1965 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1985 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2228 !instr->CheckFlag(HInstruction::kUint32)) : in DoLoadKeyed()
Dlithium-codegen-x87.cc2540 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2541 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3383 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
5099 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
5105 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc724 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1922 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1944 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2222 !instr->CheckFlag(HInstruction::kUint32)) : in DoLoadKeyed()
Dlithium-codegen-x64.cc2285 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2286 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3141 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4842 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4848 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc741 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1965 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1983 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2230 !instr->CheckFlag(HInstruction::kUint32)) : in DoLoadKeyed()
Dlithium-codegen-ia32.cc2249 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2250 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3095 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4631 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4637 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()