HomeSort by relevance Sort by last modified time
    Searched refs:MachineType (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/v8/src/
machine-type.cc 61 std::ostream& operator<<(std::ostream& os, MachineType type) {
62 if (type == MachineType::None()) {
  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 40 const MachineType kMachineTypesForAccess[] = {
41 MachineType::Float32(), MachineType::Float64(), MachineType::Int8(),
42 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
43 MachineType::Int32(), MachineType::Uint32(), MachineType::Int64()
    [all...]
interpreter-assembler-unittest.cc 89 MachineType::Uint8(),
99 MachineType::Int8(),
115 MachineType::Uint16(),
121 MachineType::Uint8(),
126 MachineType::Uint8(),
148 MachineType::Int16(),
164 MachineType::Int8(),
170 MachineType::Uint8(),
198 m.IsLoad(MachineType::Uint8(),
202 m.IsLoad(MachineType::Pointer()
    [all...]
linkage-tail-call-unittest.cc 17 MachineType kMachineTypes[] = {
18 MachineType::AnyTagged(), MachineType::AnyTagged(),
19 MachineType::AnyTagged(), MachineType::AnyTagged(),
20 MachineType::AnyTagged(), MachineType::AnyTagged(),
21 MachineType::AnyTagged(), MachineType::AnyTagged()};
32 MachineType::AnyTagged()
    [all...]
  /external/v8/test/cctest/compiler/
test-multiple-return.cc 36 msig.AddReturn(MachineType::Int32());
44 msig.AddParam(MachineType::Int32());
53 MachineType target_type = MachineType::AnyTagged();
57 target_type, // target MachineType
77 desc, MachineType::PointerRepresentation(),
test-simplified-lowering.cc 36 SimplifiedLoweringTester(MachineType p0 = MachineType::None(),
37 MachineType p1 = MachineType::None())
103 MachineType::Float64()};
108 MachineType::Int32()};
130 MachineType::Float64()};
135 MachineType::Uint32()};
160 SimplifiedLoweringTester<Object*> t(MachineType::AnyTagged());
176 SimplifiedLoweringTester<int32_t> t(MachineType::AnyTagged()
    [all...]
graph-builder-tester.h 27 main_machine_(zone, MachineType::PointerRepresentation(),
51 explicit GraphBuilderTester(MachineType p0 = MachineType::None(),
52 MachineType p1 = MachineType::None(),
53 MachineType p2 = MachineType::None(),
54 MachineType p3 = MachineType::None(),
55 MachineType p4 = MachineType::None()
    [all...]
test-branch-combine.cc 21 RawMachineAssemblerTester<int32_t> m(MachineType::Int32());
47 RawMachineAssemblerTester<int32_t> m(MachineType::Int32());
72 RawMachineAssemblerTester<int32_t> m(MachineType::Int32());
94 RawMachineAssemblerTester<int32_t> m(MachineType::Uint32());
116 RawMachineAssemblerTester<int32_t> m(MachineType::Uint32());
138 RawMachineAssemblerTester<int32_t> m(MachineType::Int32());
160 RawMachineAssemblerTester<int32_t> m(MachineType::Int32());
182 RawMachineAssemblerTester<int32_t> m(MachineType::Int32(),
183 MachineType::Int32());
213 RawMachineAssemblerTester<int32_t> m(MachineType::Int32())
    [all...]
  /external/v8/src/compiler/
simplified-operator.h 44 MachineType machine_type() const;
68 MachineType machine_type; // machine type of the field.
91 MachineType machine_type; // machine type of the element.
state-values-utils.h 67 MachineType type;
68 TypedNode(Node* node, MachineType type) : node(node), type(type) {}
85 MachineType type();
linkage.h 163 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc,
237 MachineType GetReturnType(size_t index) const {
241 MachineType GetInputType(size_t index) const {
267 const MachineType target_type_;
322 MachineType return_type = MachineType::AnyTagged(),
343 MachineType GetParameterType(int index) const {
353 MachineType GetReturnType(size_t index = 0) const {
fast-accessor-assembler.cc 55 assembler_->Load(MachineType::Pointer(), FromId(value),
60 MachineType::Uint16(), object_map,
75 MachineType::Pointer(), FromId(value),
98 return FromRaw(assembler_->Load(MachineType::IntPtr(), FromId(value),
107 assembler_->Load(MachineType::AnyTagged(),
108 assembler_->Load(MachineType::Pointer(), FromId(value),
raw-machine-assembler.cc 270 Node* RawMachineAssembler::CallCFunction0(MachineType return_type,
281 Node* RawMachineAssembler::CallCFunction1(MachineType return_type,
282 MachineType arg0_type, Node* function,
294 Node* RawMachineAssembler::CallCFunction2(MachineType return_type,
295 MachineType arg0_type,
296 MachineType arg1_type, Node* function,
310 MachineType return_type, MachineType arg0_type, MachineType arg1_type,
311 MachineType arg2_type, MachineType arg3_type, MachineType arg4_type
    [all...]
simplified-operator.cc 28 MachineType BufferAccess::machine_type() const {
32 return MachineType::Uint8();
34 return MachineType::Int8();
36 return MachineType::Uint16();
38 return MachineType::Int16();
40 return MachineType::Uint32();
42 return MachineType::Int32();
44 return MachineType::Float32();
46 return MachineType::Float64();
49 return MachineType::None()
    [all...]
interpreter-assembler.cc 34 MachineType::PointerRepresentation(),
109 return raw_assembler_->Load(MachineType::AnyTagged(),
125 return raw_assembler_->Load(MachineType::AnyTagged(),
162 MachineType::Uint8(), BytecodeArrayTaggedPointer(),
174 MachineType::Int8(), BytecodeArrayTaggedPointer(),
192 MachineType::Uint16(), BytecodeArrayTaggedPointer(),
200 MachineType::Uint8(), BytecodeArrayTaggedPointer(),
203 MachineType::Uint8(), BytecodeArrayTaggedPointer(),
228 MachineType::Int16(), BytecodeArrayTaggedPointer(),
241 raw_assembler_->Load(MachineType::Int8(), BytecodeArrayTaggedPointer()
    [all...]
raw-machine-assembler.h 41 MachineRepresentation word = MachineType::PointerRepresentation(),
110 Node* Load(MachineType rep, Node* base) {
113 Node* Load(MachineType rep, Node* base, Node* index) {
556 Node* LoadFromPointer(void* address, MachineType rep, int32_t offset = 0) {
580 Node* CallCFunction0(MachineType return_type, Node* function);
582 Node* CallCFunction1(MachineType return_type, MachineType arg0_type,
585 Node* CallCFunction2(MachineType return_type, MachineType arg0_type,
586 MachineType arg1_type, Node* function, Node* arg0
    [all...]
code-generator.cc 527 MachineType::AnyTagged());
543 MachineType::AnyTagged());
631 MachineType type) {
635 } else if (type == MachineType::Int8() || type == MachineType::Int16() ||
636 type == MachineType::Int32()) {
638 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() ||
639 type == MachineType::Uint32()) {
653 } else if (type == MachineType::Int8() || type == MachineType::Int16() |
    [all...]
c-linkage.cc 145 MachineType type = RepresentationOf(msig->GetReturn(i));
149 MachineType type = RepresentationOf(msig->GetParam(i));
211 MachineType target_type = MachineType::Pointer();
215 target_type, // target MachineType
instruction-selector.h 33 PushParameter() : node_(nullptr), type_(MachineType::None()) {}
34 PushParameter(Node* node, MachineType type) : node_(node), type_(type) {}
37 MachineType type() const { return type_; }
41 MachineType type_;
js-generic-lowering.cc 162 Operator::kNoProperties, MachineType::IntPtr());
311 graph()->NewNode(machine()->Load(MachineType::AnyTagged()), context,
316 machine()->Load(MachineType::AnyTagged()), native_context,
361 graph()->NewNode(machine()->Load(MachineType::AnyTagged()), context,
366 machine()->Load(MachineType::AnyTagged()), native_context,
402 0, graph()->NewNode(machine()->Load(MachineType::AnyTagged()),
412 NodeProperties::ChangeOp(node, machine()->Load(MachineType::AnyTagged()));
420 0, graph()->NewNode(machine()->Load(MachineType::AnyTagged()),
637 machine()->Load(MachineType::AnyTagged()), object,
641 machine()->Load(MachineType::AnyTagged()), cache_type
    [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm-module.cc 105 WASM_LOAD_MEM(MachineType::Int32(), WASM_I8(kDataSegmentDest0))};
138 WASM_LOAD_MEM(MachineType::Int32(), WASM_GET_LOCAL(localIndex)),
161 WASM_LOAD_MEM(MachineType::Int32(), WASM_ZERO)),
163 WASM_BLOCK(2, WASM_STORE_MEM(MachineType::Int32(), WASM_ZERO,
180 uint32_t global1 = builder->AddGlobal(MachineType::Int32(), 0);
181 uint32_t global2 = builder->AddGlobal(MachineType::Int32(), 0);
  /external/v8/src/wasm/
module-decoder.cc 143 module->globals->push_back({0, MachineType::Int32(), 0, false});
439 MachineType mem_type() {
444 return MachineType::Int8();
446 return MachineType::Uint8();
448 return MachineType::Int16();
450 return MachineType::Uint16();
452 return MachineType::Int32();
454 return MachineType::Uint32();
456 return MachineType::Int64();
458 return MachineType::Uint64()
    [all...]
encoder.h 123 ZoneVector<std::pair<MachineType, bool>> globals_;
130 uint32_t AddGlobal(MachineType type, bool exported);
148 ZoneVector<std::pair<MachineType, bool>> globals_;
ast-decoder.cc 928 return ReduceLoadMem(p, kAstI32, MachineType::Int8());
930 return ReduceLoadMem(p, kAstI32, MachineType::Uint8());
932 return ReduceLoadMem(p, kAstI32, MachineType::Int16());
934 return ReduceLoadMem(p, kAstI32, MachineType::Uint16());
936 return ReduceLoadMem(p, kAstI32, MachineType::Int32());
939 return ReduceLoadMem(p, kAstI64, MachineType::Int8());
941 return ReduceLoadMem(p, kAstI64, MachineType::Uint8());
943 return ReduceLoadMem(p, kAstI64, MachineType::Int16());
945 return ReduceLoadMem(p, kAstI64, MachineType::Uint16());
947 return ReduceLoadMem(p, kAstI64, MachineType::Int32())
    [all...]
wasm-module.h 71 MachineType type; // type of the global.
151 MachineType GetGlobalType(uint32_t index) {

Completed in 453 milliseconds

12 3 4