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