Home
last modified time | relevance | path

Searched refs:kUint32 (Results 1 – 25 of 31) 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()
Dhydrogen-representation-changes.cc58 DCHECK(!change->CheckFlag(HValue::kUint32)); in IsNonDeoptingIntToSmiChange()
Dlithium.cc634 value->CheckFlag(HInstruction::kUint32)); in CreateEnvironment()
714 arg_value->CheckFlag(HInstruction::kUint32)); in AddObjectToMaterialize()
Dhydrogen-instructions.cc1325 !right()->CheckFlag(kUint32)) { in Canonicalize()
1329 !left()->CheckFlag(kUint32)) { in Canonicalize()
1334 if (MatchDoubleNegation(this, &arg) && !arg->CheckFlag(kUint32)) { in Canonicalize()
1494 if (left->representation().IsInteger32() && !left->CheckFlag(kUint32)) { in Canonicalize()
1497 !HChange::cast(left)->value()->CheckFlag(kUint32)) { in Canonicalize()
1512 !right->CheckFlag(kUint32)) { in Canonicalize()
1516 !HChange::cast(right)->value()->CheckFlag(kUint32)) { in Canonicalize()
1680 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) && in InferRange()
1692 !value()->CheckFlag(HValue::kUint32) || in InferRange()
/external/v8/src/
Dmachine-type.h35 kUint32, enumerator
66 return semantic() == MachineSemantic::kUint32 || in IsUnsigned()
95 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32); in Uint8()
102 MachineSemantic::kUint32); in Uint16()
109 MachineSemantic::kUint32); in Uint32()
Dtype-cache.h35 Type* const kUint32 = variable
78 Type* const kAsmUnsigned = kUint32;
93 Type::Union(Type::Union(kInt32, kUint32, zone()), kAsmFloat, zone());
104 Type::Union(kInt32, kUint32, zone()), zone()),
Dmachine-type.cc47 case MachineSemantic::kUint32: in operator <<()
/external/v8/src/wasm/
Dasm-wasm-builder.cc1238 case kUint32: in VisitStdlibFunction()
1489 } else if (type == kUint32) { in VisitBinaryOperation()
1541 } else if (type == kUint32) { in VisitBinaryOperation()
1581 kUint32 = 1, enumerator
1613 return kUint32; in TypeIndexOf()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc675 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1880 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1902 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2118 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-arm.cc2212 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2213 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2853 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4562 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4567 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1098 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1118 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1605 !instr->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyed()
2094 can_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc707 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1882 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1900 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2127 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-ia32.cc2010 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2011 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2637 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4343 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4349 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc699 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1866 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1888 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2142 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc687 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1857 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1879 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2091 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-ppc.cc2254 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoShiftI()
2255 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoShiftI()
2986 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoShiftI()
4821 hchange->value()->CheckFlag(HValue::kUint32)) { in DoShiftI()
4827 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc616 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1695 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1717 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1911 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-s390.cc2249 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoShiftI()
2250 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoShiftI()
2923 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoShiftI()
4742 hchange->value()->CheckFlag(HValue::kUint32)) { in DoShiftI()
4748 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc682 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1831 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1852 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2069 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-mips64.cc2204 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2205 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2900 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4709 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4714 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc705 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1879 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1899 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2123 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-x87.cc2286 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2287 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2914 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4694 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4700 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc682 does_deopt = !instr->CheckFlag(HInstruction::kUint32); in DoShift()
1827 } else if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
1849 if (val->CheckFlag(HInstruction::kUint32)) { in DoChange()
2065 !instr->CheckFlag(HInstruction::kUint32); in DoLoadKeyed()
Dlithium-codegen-mips.cc2085 instr->hydrogen()->left()->CheckFlag(HInstruction::kUint32) || in DoCompareNumericAndBranch()
2086 instr->hydrogen()->right()->CheckFlag(HInstruction::kUint32); in DoCompareNumericAndBranch()
2754 if (!instr->hydrogen()->CheckFlag(HInstruction::kUint32)) { in DoLoadKeyedExternalArray()
4505 hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
4510 !hchange->value()->CheckFlag(HValue::kUint32)) { in DoSmiTag()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc769 } else if (type.semantic() == MachineSemantic::kUint32) { in ExampleWithOutput()
793 } else if (type.semantic() == MachineSemantic::kUint32) { in Use()

12