Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc82 if (!use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe()
103 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe()
104 use->SetFlag(HInstruction::kUint32); in Uint32UsesAreSafe()
116 if (!phi->CheckFlag(HInstruction::kUint32)) { in CheckPhiOperands()
123 if (!operand->CheckFlag(HInstruction::kUint32)) { in CheckPhiOperands()
127 operand->SetFlag(HInstruction::kUint32); in CheckPhiOperands()
144 phi->ClearFlag(HInstruction::kUint32); in UnmarkPhi()
147 if (operand->CheckFlag(HInstruction::kUint32)) { in UnmarkPhi()
148 operand->ClearFlag(HInstruction::kUint32); in UnmarkPhi()
224 current->SetFlag(HInstruction::kUint32); in Run()
Dlithium.cc566 value->CheckFlag(HInstruction::kUint32)); in CreateEnvironment()
646 arg_value->CheckFlag(HInstruction::kUint32)); in AddObjectToMaterialize()
Dhydrogen-representation-changes.cc58 DCHECK(!change->CheckFlag(HValue::kUint32)); in IsNonDeoptingIntToSmiChange()
Dhydrogen-instructions.cc1413 !right()->CheckFlag(kUint32)) { in Canonicalize()
1417 !left()->CheckFlag(kUint32)) { in Canonicalize()
1422 if (MatchDoubleNegation(this, &arg) && !arg->CheckFlag(kUint32)) { in Canonicalize()
1581 if (left->representation().IsInteger32() && !left->CheckFlag(kUint32)) { in Canonicalize()
1584 !HChange::cast(left)->value()->CheckFlag(kUint32)) { in Canonicalize()
1599 !right->CheckFlag(kUint32)) { in Canonicalize()
1603 !HChange::cast(right)->value()->CheckFlag(kUint32)) { in Canonicalize()
1774 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) && in InferRange()
1786 !value()->CheckFlag(HValue::kUint32) || in InferRange()
/external/v8/src/
Dmachine-type.h34 kUint32, enumerator
65 return semantic() == MachineSemantic::kUint32 || in IsUnsigned()
91 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32); in Uint8()
98 MachineSemantic::kUint32); in Uint16()
105 MachineSemantic::kUint32); in Uint32()
Dtype-cache.h34 Type* const kUint32 = variable
66 Type* const kAsmUnsigned = kUint32;
81 Type::Union(Type::Union(kInt32, kUint32, zone()), kAsmFloat, zone());
92 Type::Union(kInt32, kUint32, zone()), zone()),
Dmachine-type.cc45 case MachineSemantic::kUint32: in operator <<()
/external/v8/src/wasm/
Dasm-wasm-builder.cc744 } else if (type == kUint32) { in VisitBinaryOperation()
779 } else if (type == kUint32) { in VisitBinaryOperation()
857 kUint32 = 1, enumerator
889 return kUint32; in TypeIndexOf()
/external/v8/src/compiler/
Dsimplified-lowering.cc478 case MachineSemantic::kUint32: in SetOutputFromMachineType()
783 return MachineSemantic::kUint32; in DeoptValueSemanticOf()
807 machine_type.semantic() == MachineSemantic::kUint32); in VisitStateValues()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc708 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1898 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1920 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2151 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-mips.cc2154 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2155 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2870 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4592 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4597 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc708 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1902 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1923 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2155 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-mips64.cc2272 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2273 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3020 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4796 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4801 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc712 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1914 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1936 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2163 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-ppc.cc2290 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoShiftI()
2291 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoShiftI()
3079 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoShiftI()
4865 hchange->value()->CheckFlag(HValue::kUint32)) { in DoShiftI()
4871 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc724 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1911 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1933 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2203 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-x64.cc2203 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2204 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2896 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4708 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4714 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc738 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1938 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1958 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2198 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-x87.cc2438 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2439 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
3137 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4921 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4927 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc739 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1939 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1957 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2200 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-ia32.cc2162 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2163 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2864 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4490 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4496 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1164 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1184 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1695 !instr->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyed()
2204 can_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc701 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1951 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1973 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2204 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-arm.cc2255 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2256 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2939 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4616 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4621 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc749 } else if (type.semantic() == MachineSemantic::kUint32) { in ExampleWithOutput()
773 } else if (type.semantic() == MachineSemantic::kUint32) { in Use()

12