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

1 2

  /external/v8/src/crankshaft/
hydrogen-uint32-analysis.cc 74 // marked with kUint32 flag and collected in the phis_ list. A separate
75 // pass will be performed later by UnmarkUnsafePhis to clear kUint32 from
83 if (!use->CheckFlag(HInstruction::kUint32)) {
104 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
105 use->SetFlag(HInstruction::kUint32);
115 // Check if all operands to the given phi are marked with kUint32 flag.
117 if (!phi->CheckFlag(HInstruction::kUint32)) {
124 if (!operand->CheckFlag(HInstruction::kUint32)) {
125 // Lazily mark constants that fit into uint32 range with kUint32 flag.
128 operand->SetFlag(HInstruction::kUint32);
    [all...]
lithium.cc 630 value->CheckFlag(HInstruction::kUint32));
710 arg_value->CheckFlag(HInstruction::kUint32));
hydrogen-representation-changes.cc 56 DCHECK(!change->CheckFlag(HValue::kUint32));
hydrogen-instructions.cc     [all...]
  /external/v8/src/
machine-type.cc 60 case MachineSemantic::kUint32:
machine-type.h 49 kUint32,
82 return semantic() == MachineSemantic::kUint32 ||
99 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32);
106 MachineSemantic::kUint32);
113 MachineSemantic::kUint32);
value-serializer.cc 66 kUint32 = 'U',
    [all...]
  /external/v8/src/compiler/
type-cache.h 34 Type* const kUint32 = Type::Unsigned32();
  /external/v8/src/asmjs/
asm-wasm-builder.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 649 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 681 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 656 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 656 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 661 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 594 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 675 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 679 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]

Completed in 351 milliseconds

1 2