Home
last modified time | relevance | path

Searched refs:machine_type (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/compiler/
Dsimplified-operator.h55 MachineType machine_type; // machine type of the field. member
63 machine_type(MachineType::None()), in FieldAccess()
68 MaybeHandle<Map> map, Type type, MachineType machine_type,
76 machine_type(machine_type), in base_is_tagged()
104 MachineType machine_type; // machine type of the element. member
112 machine_type(MachineType::None()), in ElementAccess()
117 MachineType machine_type, WriteBarrierKind write_barrier_kind,
122 machine_type(machine_type), in base_is_tagged()
Dmemory-optimizer.cc363 access.machine_type.representation() != in VisitLoadElement()
366 machine()->PoisonedLoad(access.machine_type)); in VisitLoadElement()
368 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type)); in VisitLoadElement()
379 access.machine_type.representation() != in VisitLoadField()
382 machine()->PoisonedLoad(access.machine_type)); in VisitLoadField()
384 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type)); in VisitLoadField()
400 access.machine_type.representation(), write_barrier_kind))); in VisitStoreElement()
415 access.machine_type.representation(), write_barrier_kind))); in VisitStoreField()
438 ElementSizeLog2Of(access.machine_type.representation()); in ComputeIndex()
Dstore-store-elimination.cc185 return RepSizeOf(access.machine_type.representation()); in RepSizeOf()
268 offset, MachineReprToString(access.machine_type.representation()), in RecomputeSet()
277 MachineReprToString(access.machine_type.representation()), in RecomputeSet()
283 MachineReprToString(access.machine_type.representation()), in RecomputeSet()
291 MachineReprToString(access.machine_type.representation()), in RecomputeSet()
308 MachineReprToString(access.machine_type.representation()), in RecomputeSet()
Dload-elimination.cc910 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField()
959 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField()
998 switch (access.machine_type.representation()) { in ReduceLoadElement()
1016 object, index, access.machine_type.representation())) { in ReduceLoadElement()
1029 access.machine_type.representation(), zone()); in ReduceLoadElement()
1044 state->LookupElement(object, index, access.machine_type.representation()); in ReduceStoreElement()
1052 switch (access.machine_type.representation()) { in ReduceStoreElement()
1070 access.machine_type.representation(), zone()); in ReduceStoreElement()
1334 MachineRepresentation rep = access.machine_type.representation(); in FieldIndexOf()
Dlinkage.h153 MachineType machine_type) { in LinkageLocation() argument
156 machine_type_ = machine_type; in LinkageLocation()
Dsimplified-operator.cc40 lhs.machine_type == rhs.machine_type; in operator ==()
48 access.machine_type); in hash_value()
80 os << access.type << ", " << access.machine_type << ", " in operator <<()
105 lhs.machine_type == rhs.machine_type; in operator ==()
113 access.machine_type); in hash_value()
119 << access.type << ", " << access.machine_type << ", " in operator <<()
Daccess-builder.cc872 access.machine_type = MachineType::TaggedSigned(); in ForFixedArrayElement()
886 access.machine_type = MachineType::Float64(); in ForFixedArrayElement()
891 access.machine_type = MachineType::Float64(); in ForFixedArrayElement()
Dsimplified-lowering.cc1080 MachineType machine_type(rep, DeoptValueSemanticOf(type)); in DeoptMachineTypeOf() local
1081 DCHECK(machine_type.representation() != MachineRepresentation::kWord32 || in DeoptMachineTypeOf()
1082 machine_type.semantic() == MachineSemantic::kInt32 || in DeoptMachineTypeOf()
1083 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf()
1084 DCHECK(machine_type.representation() != MachineRepresentation::kBit || in DeoptMachineTypeOf()
1086 return machine_type; in DeoptMachineTypeOf()
2509 access.machine_type.representation(); in VisitNode()
2518 access.machine_type.representation(); in VisitNode()
2548 access.machine_type.representation()); in VisitNode()
2556 access.machine_type.representation(); in VisitNode()
Descape-analysis.cc511 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in OffsetOfElementsAccess()
514 access.machine_type.representation()))); in OffsetOfElementsAccess()
Descape-analysis-reducer.cc323 stack_access.machine_type = MachineType::AnyTagged(); in Finalize()
Deffect-control-linearizer.cc3843 MachineType const machine_type = in LowerLoadDataViewElement() local
3844 AccessBuilder::ForTypedArrayElement(element_type, true).machine_type; in LowerLoadDataViewElement()
3846 Node* value = __ LoadUnaligned(machine_type, storage, index); in LowerLoadDataViewElement()
3848 auto done = __ MakeLabel(machine_type.representation()); in LowerLoadDataViewElement()
3891 MachineType const machine_type = in LowerStoreDataViewElement() local
3892 AccessBuilder::ForTypedArrayElement(element_type, true).machine_type; in LowerStoreDataViewElement()
3895 auto done = __ MakeLabel(machine_type.representation()); in LowerStoreDataViewElement()
3916 __ StoreUnaligned(machine_type.representation(), storage, index, in LowerStoreDataViewElement()
4309 access.machine_type = MachineType::TaggedSigned(); in LowerStoreSignedSmallElement()
Djs-native-context-specialization.cc1940 field_access.machine_type = MachineType::TaggedPointer(); in BuildPropertyStore()
1956 field_access.machine_type = MachineType::Float64(); in BuildPropertyStore()
2504 element_access.machine_type = MachineType::AnyTagged(); in BuildElementAccess()
Djs-create-lowering.cc1652 access.machine_type = MachineType::Float64(); in AllocateFastLiteral()
/external/syzkaller/syz-ci/testdata/
Dexample.cfg25 "machine_type": "n1-standard-2",
44 "machine_type": "n1-standard-2",
/external/v8/src/base/debug/
Dstack_trace_win.cc192 int machine_type = IMAGE_FILE_MACHINE_AMD64; in InitTrace() local
197 int machine_type = IMAGE_FILE_MACHINE_I386; in InitTrace() local
205 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in InitTrace()
/external/kernel-headers/original/uapi/linux/
Da.out.h16 enum machine_type { enum
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
/external/syzkaller/pkg/mgrconfig/testdata/
Dgce1.cfg13 "machine_type": "n1-highcpu-2",
Dgce2.cfg14 "machine_type": "n1-highcpu-2",
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc738 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local
743 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local
751 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in SlowUnwindStackWithContext()
/external/syzkaller/docs/
Dwindows.md61 "machine_type": "n1-highcpu-2",
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1161 DWORD machine_type; in GetModuleInfo() local
1163 if (global->get_machineType(&machine_type) == S_OK) { in GetModuleInfo()
1169 switch (machine_type) { in GetModuleInfo()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc413 MachineType machine_type = (i == 0) ? msb_type : MachineType::Uint8(); in BytecodeOperandReadUnaligned() local
416 bytes[i] = Load(machine_type, BytecodeArrayTaggedPointer(), array_offset, in BytecodeOperandReadUnaligned()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py328 machine_type = f.uint16()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py328 machine_type = f.uint16()
/external/v8/src/
Dcode-stub-assembler.h1049 MachineType machine_type, int additional_offset = 0,
1084 MachineType machine_type = MachineType::Float64());

12