Searched refs:machine_type (Results 1 - 23 of 23) sorted by relevance

/external/v8/src/compiler/
H A Dsimplified-operator.cc32 MachineType BufferAccess::machine_type() const { function in class:v8::internal::compiler::BufferAccess
95 lhs.machine_type == rhs.machine_type;
109 access.machine_type);
123 os << ", " << access.machine_type << ", " << access.write_barrier_kind << "]";
134 lhs.machine_type == rhs.machine_type;
148 access.machine_type);
155 os << ", " << access.machine_type << ", " << access.write_barrier_kind;
H A Dsimplified-operator.h43 MachineType machine_type() const;
67 MachineType machine_type; // machine type of the field. member in struct:v8::internal::compiler::FieldAccess
91 MachineType machine_type; // machine type of the element. member in struct:v8::internal::compiler::ElementAccess
H A Dmemory-optimizer.cc324 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type));
333 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type));
348 access.machine_type.representation(), write_barrier_kind)));
363 access.machine_type.representation(), write_barrier_kind)));
375 ElementSizeLog2Of(access.machine_type.representation());
H A Dstore-store-elimination.cc179 return rep_size_of(access.machine_type.representation());
H A Dsimplified-lowering.cc967 MachineType machine_type(input_info->representation(),
969 DCHECK(machine_type.representation() !=
971 machine_type.semantic() == MachineSemantic::kInt32 ||
972 machine_type.semantic() == MachineSemantic::kUint32);
973 (*types)[i] = machine_type;
1725 SetOutput(node, access.machine_type.representation());
1732 access.machine_type.representation()));
1737 access.base_is_tagged, access.machine_type.representation(),
1759 output = access.machine_type().representation();
1764 if (access.machine_type()
[all...]
H A Djs-native-context-specialization.cc276 field_access.machine_type = MachineType::Float64();
326 field_access.machine_type = MachineType::Float64();
330 field_access.machine_type = MachineType::Float64();
H A Descape-analysis.cc1341 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()),
H A Djs-create-lowering.cc940 access.machine_type = MachineType::Float64();
H A Djs-typed-lowering.cc1075 ElementSizeLog2Of(access.machine_type().representation());
1122 ElementSizeLog2Of(access.machine_type().representation());
/external/kernel-headers/original/uapi/linux/
H A Da.out.h15 enum machine_type { enum
45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
/external/v8/test/unittests/compiler/mips/
H A Dinstruction-selector-mips-unittest.cc18 MachineType machine_type; member in struct:v8::internal::compiler::__anon18954::MachInst
60 // The machine_type field in MachInst1 represents the destination type.
281 StreamBuilder m(this, MachineType::Int32(), cmp.mi.machine_type,
282 cmp.mi.machine_type);
307 const MachineType type = cmp.mi.machine_type;
333 const MachineType type = dpi.machine_type;
423 const MachineType type = dpi.machine_type;
560 const MachineType type = dpi.machine_type;
585 const MachineType type = dpi.machine_type;
611 StreamBuilder m(this, fpa.machine_type, fp
[all...]
/external/v8/test/unittests/compiler/mips64/
H A Dinstruction-selector-mips64-unittest.cc17 MachineType machine_type; member in struct:v8::internal::compiler::__anon18956::MachInst
60 // The machine_type field in MachInst1 represents the destination type.
298 StreamBuilder m(this, MachineType::Int32(), cmp.mi.machine_type,
299 cmp.mi.machine_type);
321 const MachineType type = cmp.mi.machine_type;
342 const MachineType type = dpi.machine_type;
503 const MachineType type = dpi.machine_type;
733 const MachineType type = dpi.machine_type;
753 const MachineType type = dpi.machine_type;
774 StreamBuilder m(this, fpa.machine_type, fp
[all...]
/external/v8/test/unittests/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc18 MachineType machine_type; member in struct:v8::internal::compiler::__anon18926::MachInst
290 // The machine_type field in MachInst1 represents the destination type.
391 const MachineType type = dpi.machine_type;
404 const MachineType type = dpi.machine_type;
438 const MachineType type = dpi.machine_type;
441 if (shift.mi.machine_type != type) continue;
488 const MachineType type = dpi.mi.machine_type;
501 const MachineType type = dpi.mi.machine_type;
519 const MachineType type = dpi.mi.machine_type;
538 const MachineType type = dpi.mi.machine_type;
1864 MachineType machine_type; member in struct:v8::internal::compiler::__anon18927::MulDPInst
[all...]
/external/v8/src/wasm/
H A Dast-decoder.h82 MachineType machine_type; member in struct:v8::internal::wasm::GlobalIndexOperand
88 machine_type = MachineType::None();
H A Dast-decoder.cc152 operand.machine_type = m->module->globals[operand.index].type;
153 operand.type = WasmOpcodes::LocalTypeFor(operand.machine_type);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc657 int machine_type = IMAGE_FILE_MACHINE_AMD64; local
662 int machine_type = IMAGE_FILE_MACHINE_I386; local
670 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc1161 DWORD machine_type; local
1163 if (global->get_machineType(&machine_type) == S_OK) {
1169 switch (machine_type) {
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc203 MachineType machine_type = (i == 0) ? msb_type : MachineType::Uint8(); local
206 bytes[i] = Load(machine_type, BytecodeArrayTaggedPointer(), array_offset);
/external/v8/src/
H A Dcode-stub-assembler.h180 MachineType machine_type, int additional_offset = 0,
H A Dcode-stub-assembler.cc625 Node* object, Node* index_node, MachineType machine_type,
631 return Load(machine_type, object, offset);
624 LoadFixedDoubleArrayElement( Node* object, Node* index_node, MachineType machine_type, int additional_offset, ParameterMode parameter_mode) argument
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py328 machine_type = f.uint16()
/external/v8/test/unittests/compiler/arm/
H A Dinstruction-selector-arm-unittest.cc45 MachineType machine_type; member in struct:v8::internal::compiler::__anon18921::FAI
1758 StreamBuilder m(this, fai.machine_type, fai.machine_type, fai.machine_type);
/external/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc1300 ElementSizeLog2Of(access.machine_type.representation());

Completed in 4767 milliseconds