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

1 2 3

  /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...]
  /art/compiler/optimizing/
data_type.h 37 kUint32,
60 case Type::kUint32:
87 case Type::kUint32:
116 case Type::kUint32:
136 type == Type::kUint32 || type == Type::kUint64;
147 case Type::kUint32:
170 case Type::kUint32:
196 case Type::kUint32:
data_type-inl.h 56 case DataType::Type::kUint32: return 'u'; // Picked 'u' for unsigned.
nodes_vector_test.cc 287 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kUint32, 4, kNoDexPc);
301 GetAllocator(), u0, u0, DataType::Type::kUint32, 4, /*is_rounded*/ true, kNoDexPc);
303 GetAllocator(), u0, u0, DataType::Type::kUint32, 4, /*is_rounded*/ false, kNoDexPc);
code_generator_vector_arm_vixl.cc 434 case DataType::Type::kUint32:
474 case DataType::Type::kUint32:
    [all...]
code_generator_vector_x86.cc 643 case DataType::Type::kUint32:
692 case DataType::Type::kUint32:
    [all...]
code_generator_vector_x86_64.cc 626 case DataType::Type::kUint32:
675 case DataType::Type::kUint32:
    [all...]
register_allocation_resolver.cc 114 case DataType::Type::kUint32:
  /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);
  /external/v8/src/compiler/
type-cache.h 34 Type* const kUint32 = Type::Unsigned32();
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 171 kUint32,
213 struct DataTypeImpl<ArrayDataType::kUint32> {
    [all...]
  /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...]
  /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...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 656 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 656 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 661 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
    [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...]

Completed in 694 milliseconds

1 2 3