HomeSort by relevance Sort by last modified time
    Searched refs:StreamBuilder (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/ia32/
instruction-selector-ia32-unittest.cc 22 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
33 StreamBuilder m(this, kMachInt32, kMachInt32);
42 StreamBuilder m(this, kMachInt32, kMachInt32);
55 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
66 StreamBuilder m(this, kMachInt32, kMachInt32);
115 StreamBuilder m(this, memacc.type, kMachPtr, kMachInt32);
128 StreamBuilder m(this, memacc.type, kMachPtr);
144 StreamBuilder m(this, memacc.type, kMachPtr);
159 StreamBuilder m(this, kMachInt32, kMachPtr, kMachInt32, memacc.type);
173 StreamBuilder m(this, kMachInt32, kMachInt32, memacc.type)
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64-unittest.cc 16 StreamBuilder m(this, kMachInt64, kMachInt32);
25 StreamBuilder m(this, kMachUint64, kMachUint32);
34 StreamBuilder m(this, kMachInt32, kMachInt64);
82 StreamBuilder m(this, memacc.type, kMachPtr, kMachInt32);
94 StreamBuilder m(this, kMachInt32, kMachPtr, kMachInt32, memacc.type);
  /external/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 37 Node* BuildConstant(InstructionSelectorTest::StreamBuilder& m, MachineType type,
236 StreamBuilder m(this, type, type, type);
253 StreamBuilder m(this, type, type);
266 StreamBuilder m(this, type, type);
294 StreamBuilder m(this, type, type, type);
308 StreamBuilder m(this, type, type);
326 StreamBuilder m(this, type, type);
352 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
363 StreamBuilder m(this, kMachInt64, kMachInt64, kMachInt64);
386 StreamBuilder m(this, type, type, type)
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm-unittest.cc 126 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
140 StreamBuilder m(this, kMachInt32, kMachInt32);
151 StreamBuilder m(this, kMachInt32, kMachInt32);
167 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32, kMachInt32);
179 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32, kMachInt32);
197 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
212 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
230 StreamBuilder m(this, kMachInt32, kMachInt32, kMachInt32);
249 StreamBuilder m(this, kMachInt32, kMachInt32);
265 StreamBuilder m(this, kMachInt32, kMachInt32)
    [all...]
  /external/v8/src/compiler/
instruction-selector-unittest.h 35 class StreamBuilder FINAL : public RawMachineAssembler {
37 StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
41 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
47 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
184 friend class StreamBuilder;
instruction-selector-unittest.cc 27 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
117 StreamBuilder m(this, kMachInt32, kMachInt32);
129 StreamBuilder m(this, kMachInt32);
147 StreamBuilder m(this, kMachInt32, kMachFloat64);
164 StreamBuilder m(this, kMachFloat64, kMachFloat64);
173 StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged);
186 StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged);
218 StreamBuilder m(this, type, type, type);
238 StreamBuilder m(this, type, type, type);
268 StreamBuilder m1(this, kMachInt32, kMachPtr)
    [all...]

Completed in 74 milliseconds