/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 381 MachineType machine_type = access.machine_type; in ReduceLoadFromObject() local 383 if (machine_type.IsMapWord()) { in ReduceLoadFromObject() 384 CHECK_EQ(machine_type.semantic(), MachineSemantic::kAny); in ReduceLoadFromObject() 388 MachineRepresentation rep = machine_type.representation(); in ReduceLoadFromObject() 391 !machine()->UnalignedLoadSupported(machine_type.representation()) in ReduceLoadFromObject() 392 ? machine()->UnalignedLoad(machine_type) in ReduceLoadFromObject() 393 : machine()->Load(machine_type); in ReduceLoadFromObject() 403 MachineType type = access.machine_type; in ReduceLoadElement() 475 MachineType type = access.machine_type; in ReduceLoadField() 547 MachineType machine_type = access.machine_type; ReduceStoreField() local [all...] |
H A D | simplified-operator.h | 79 MachineType machine_type; // machine type of the field. member 96 machine_type(MachineType::None()), in FieldAccess() 103 MaybeHandle<Map> map, Type type, MachineType machine_type, in FieldAccess() 116 machine_type(machine_type), in FieldAccess() 127 machine_type.IsMapWord(), in FieldAccess() 129 DCHECK_IMPLIES(machine_type.IsMapWord(), in FieldAccess() 159 MachineType machine_type; // machine type of the element. member 166 machine_type(MachineType::None()), in ElementAccess() 170 MachineType machine_type, WriteBarrierKin in ElementAccess() 193 MachineType machine_type; // machine type of the field. global() member [all...] |
H A D | load-elimination.cc | 915 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField() 927 access.machine_type.representation(); in ReduceLoadField() 979 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField() 994 access.machine_type.representation(); in ReduceStoreField() 1063 switch (access.machine_type.representation()) { in ReduceLoadElement() 1083 object, index, access.machine_type.representation())) { in ReduceLoadElement() 1097 access.machine_type.representation(), zone()); in ReduceLoadElement() 1112 state->LookupElement(object, index, access.machine_type.representation()); in ReduceStoreElement() 1120 switch (access.machine_type.representation()) { in ReduceStoreElement() 1140 access.machine_type in ReduceStoreElement() [all...] |
H A D | access-builder.cc | 109 const MapRef& map, int index, MachineType machine_type) { in ForJSObjectInObjectProperty() 113 Type::NonInternal(), machine_type, in ForJSObjectInObjectProperty() 347 access.machine_type = MachineType::TaggedSigned(); in ForJSArrayLength() 351 access.machine_type = MachineType::TaggedSigned(); in ForJSArrayLength() 977 access.machine_type = MachineType::TaggedSigned(); in ForFixedArrayElement() 991 access.machine_type = MachineType::Float64(); in ForFixedArrayElement() 996 access.machine_type = MachineType::Float64(); in ForFixedArrayElement() 108 ForJSObjectInObjectProperty( const MapRef& map, int index, MachineType machine_type) ForJSObjectInObjectProperty() argument
|
H A D | store-store-elimination.cc | 326 offset, MachineReprToString(access.machine_type.representation()), in RecomputeSet() 352 MachineReprToString(access.machine_type.representation()), in RecomputeSet() 366 MachineReprToString(access.machine_type.representation()), in RecomputeSet()
|
H A D | simplified-operator.cc | 62 lhs.machine_type == rhs.machine_type && in operator ==() 72 access.machine_type, access.const_field_info, in hash_value() 89 os << access.type << ", " << access.machine_type << ", " in operator <<() 117 lhs.machine_type == rhs.machine_type; in operator ==() 125 access.machine_type); in hash_value() 130 << access.type << ", " << access.machine_type << ", " in operator <<() 136 return lhs.machine_type == rhs.machine_type in operator ==() [all...] |
H A D | csa-load-elimination.cc | 348 MachineRepresentation representation = access.machine_type.representation(); in ReduceLoadFromObject() 357 TruncateAndExtend(lookup_result.value, from, access.machine_type); in ReduceLoadFromObject() 385 MachineRepresentation repr = access.machine_type.representation(); in ReduceStoreToObject() 514 ObjectAccessOf(current->op()).machine_type.representation(); in ComputeLoopState()
|
H A D | access-builder.h | 63 MachineType machine_type = MachineType::AnyTagged());
|
H A D | linkage.h | 175 MachineType machine_type) { in LinkageLocation() 180 machine_type_ = machine_type; in LinkageLocation() 174 LinkageLocation(LocationType type, int32_t location, MachineType machine_type) LinkageLocation() argument
|
H A D | wasm-compiler.cc | 3736 MachineType mem_type = global.type.machine_type(); in GlobalGet() 3747 ObjectAccess access(global.type.machine_type(), global.type.is_reference() in GlobalSet() 3888 MachineType mach_type = type.machine_type(); in GetSafeLoadOperator() 5172 const MachineType machine_type; in AtomicOp() local 5180 : type(t), machine_type(m), operator_by_type(o) {} in AtomicOp() 5182 : type(t), machine_type(m), operator_by_rep(o) {} in AtomicOp() 5186 machine_type(m), in AtomicOp() 5192 machine_type(m), in AtomicOp() 5316 Node* index = CheckBoundsAndAlignment(info.machine_type.MemSize(), inputs[0], in AtomicOp() 5324 op = (mcgraph()->machine()->*info.operator_by_type)(info.machine_type); in AtomicOp() [all...] |
H A D | property-access-builder.cc | 230 if (field_access.machine_type.representation() == in BuildLoadDataField()
|
H A D | escape-analysis.cc | 523 MachineRepresentation representation = access.machine_type.representation(); in OffsetOfElementAt() 654 ElementSizeLog2Of(access.machine_type.representation()); in ReduceNode() 689 jsgraph->common()->Select(access.machine_type.representation()), in ReduceNode()
|
H A D | int64-lowering.cc | 266 LowerLoadOperator(node, access.machine_type.representation(), in LowerNode() 273 LowerLoadOperator(node, access.machine_type.representation(), in LowerNode() 296 LowerStoreOperator(node, access.machine_type.representation(), in LowerNode() 303 LowerStoreOperator(node, access.machine_type.representation(), in LowerNode()
|
H A D | simplified-lowering.cc | 1308 MachineType machine_type(rep, DeoptValueSemanticOf(type)); in DeoptMachineTypeOf() 1309 DCHECK(machine_type.representation() != MachineRepresentation::kWord32 || in DeoptMachineTypeOf() 1310 machine_type.semantic() == MachineSemantic::kInt32 || in DeoptMachineTypeOf() 1311 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf() 1312 DCHECK(machine_type.representation() != MachineRepresentation::kBit || in DeoptMachineTypeOf() 1314 return machine_type; in DeoptMachineTypeOf() 3401 access.machine_type.representation(); in VisitNode() 3410 access.machine_type.representation(); in VisitNode() 3438 access.machine_type.representation()); in VisitNode() 3451 access.machine_type in VisitNode() [all...] |
H A D | effect-control-linearizer.cc | 5216 MachineType machine_type = in LowerFastApiCall() local 5220 builder.AddParam(machine_type); in LowerFastApiCall() 5548 MachineType const machine_type = in LowerLoadDataViewElement() local 5549 AccessBuilder::ForTypedArrayElement(element_type, true).machine_type; in LowerLoadDataViewElement() 5551 Node* value = __ LoadUnaligned(machine_type, storage, index); in LowerLoadDataViewElement() 5553 auto done = __ MakeLabel(machine_type.representation()); in LowerLoadDataViewElement() 5591 MachineType const machine_type = in LowerStoreDataViewElement() local 5592 AccessBuilder::ForTypedArrayElement(element_type, true).machine_type; in LowerStoreDataViewElement() 5595 auto done = __ MakeLabel(machine_type.representation()); in LowerStoreDataViewElement() 5616 __ StoreUnaligned(machine_type in LowerStoreDataViewElement() [all...] |
H A D | js-native-context-specialization.cc | 2444 field_access.machine_type = MachineType::TaggedPointer(); in BuildPropertyStore() 2463 field_access.machine_type = MachineType::Float64(); in BuildPropertyStore() 2968 element_access.machine_type = MachineType::AnyTagged(); in BuildElementAccess() 3084 element_access.machine_type = MachineType::AnyTagged(); in BuildElementAccess()
|
/third_party/node/deps/v8/src/base/debug/ |
H A D | stack_trace_win.cc | 198 int machine_type = IMAGE_FILE_MACHINE_AMD64; in InitTrace() local 203 int machine_type = IMAGE_FILE_MACHINE_ARM64; in InitTrace() local 211 int machine_type = IMAGE_FILE_MACHINE_I386; in InitTrace() local 219 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in InitTrace()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | value-type.h | 265 constexpr MachineType machine_type(ValueKind kind) { in machine_type() function 419 constexpr MachineType machine_type() const { in machine_type() function in v8::internal::wasm::ValueType 420 return wasm::machine_type(kind()); in machine_type() 424 return machine_type().representation(); in machine_representation()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 418 MachineType machine_type = (i == 0) ? msb_type : MachineType::Uint8(); in BytecodeOperandReadUnaligned() local 423 Load(machine_type, BytecodeArrayTaggedPointer(), array_offset)); in BytecodeOperandReadUnaligned()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 1212 const MachineType machine_type = offset == HeapObject::kMapOffset in LoadObjectField() local 1215 return CAST(LoadFromObject(machine_type, object, in LoadObjectField() 1573 MachineType machine_type = MachineType::Float64()); 1598 // hole then jump to |if_hole|. If |machine_type| is None then only the hole 1602 MachineType machine_type = MachineType::Float64());
|
H A D | code-stub-assembler.cc | 2251 constexpr MachineType machine_type = MachineTypeOf<TValue>::value; 2252 return UncheckedCast<TValue>(LoadFromObject(machine_type, array, offset)); 2685 MachineType machine_type) { 2692 return LoadDoubleWithHoleCheck(object, offset, if_hole, machine_type); 2778 MachineType machine_type) { 2782 if (machine_type.IsNone()) { 2786 return UncheckedCast<Float64T>(Load(machine_type, base, offset));
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 3244 DCHECK_EQ(machine_type(kI32), descriptor.GetParameterType(0));
|