/external/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 293 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorFPCmpTest, 318 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorCmpTest, 349 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest, 353 TEST_F(InstructionSelectorTest, Word32ShrWithWord32AndWithImmediate) { in TEST_F() argument 393 TEST_F(InstructionSelectorTest, Word32ShlWithWord32And) { in TEST_F() argument 434 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest, 438 TEST_F(InstructionSelectorTest, Word32XorMinusOneWithParameter) { in TEST_F() argument 460 TEST_F(InstructionSelectorTest, Word32XorMinusOneWithWord32Or) { in TEST_F() argument 484 TEST_F(InstructionSelectorTest, Word32AndWithImmediateWithWord32Shr) { in TEST_F() argument 523 TEST_F(InstructionSelectorTest, Word32AndToClearBits) { in TEST_F() argument [all …]
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 310 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorFPCmpTest, 331 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorCmpTest, 357 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest, 360 TEST_F(InstructionSelectorTest, Word32ShrWithWord32AndWithImmediate) { in TEST_F() argument 400 TEST_F(InstructionSelectorTest, Word64ShrWithWord64AndWithImmediate) { in TEST_F() argument 442 TEST_F(InstructionSelectorTest, Word32AndToClearBits) { in TEST_F() argument 468 TEST_F(InstructionSelectorTest, Word64AndToClearBits) { in TEST_F() argument 513 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest, 517 TEST_F(InstructionSelectorTest, Word64XorMinusOneWithParameter) { in TEST_F() argument 539 TEST_F(InstructionSelectorTest, Word32XorMinusOneWithParameter) { in TEST_F() argument [all …]
|
/external/v8/test/unittests/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 17 TEST_F(InstructionSelectorTest, ChangeFloat32ToFloat64WithParameter) { in TEST_F() argument 28 TEST_F(InstructionSelectorTest, ChangeInt32ToInt64WithParameter) { in TEST_F() argument 37 TEST_F(InstructionSelectorTest, ChangeUint32ToFloat64WithParameter) { in TEST_F() argument 46 TEST_F(InstructionSelectorTest, ChangeUint32ToUint64WithParameter) { in TEST_F() argument 55 TEST_F(InstructionSelectorTest, TruncateFloat64ToFloat32WithParameter) { in TEST_F() argument 66 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithParameter) { in TEST_F() argument 140 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, 206 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, 215 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithWord64Sar) { in TEST_F() argument 232 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithWord64Shr) { in TEST_F() argument [all …]
|
/external/v8/test/unittests/compiler/ |
D | instruction-selector-unittest.cc | 18 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {} in InstructionSelectorTest() function in v8::internal::compiler::InstructionSelectorTest 21 InstructionSelectorTest::~InstructionSelectorTest() {} in ~InstructionSelectorTest() 24 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build( in Build() 26 InstructionSelectorTest::StreamBuilderMode mode, in Build() 114 int InstructionSelectorTest::Stream::ToVreg(const Node* node) const { in ToVreg() 121 bool InstructionSelectorTest::Stream::IsFixed(const InstructionOperand* operand, in IsFixed() 130 bool InstructionSelectorTest::Stream::IsSameAsFirst( in IsSameAsFirst() 138 bool InstructionSelectorTest::Stream::IsUsedAtStart( in IsUsedAtStart() 147 InstructionSelectorTest::StreamBuilder::GetFrameStateFunctionInfo( in GetFrameStateFunctionInfo() 159 TARGET_TEST_F(InstructionSelectorTest, ReturnFloat32Constant) { in TARGET_TEST_F() argument [all …]
|
D | instruction-selector-unittest.h | 21 class InstructionSelectorTest : public TestWithContext, 24 InstructionSelectorTest(); 25 ~InstructionSelectorTest() override; 39 StreamBuilder(InstructionSelectorTest* test, MachineType return_type) in StreamBuilder() 46 StreamBuilder(InstructionSelectorTest* test, MachineType return_type, in StreamBuilder() 54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type, in StreamBuilder() 63 StreamBuilder(InstructionSelectorTest* test, MachineType return_type, in StreamBuilder() 129 InstructionSelectorTest* test_; 255 : public InstructionSelectorTest,
|
/external/v8/test/unittests/compiler/ia32/ |
D | instruction-selector-ia32-unittest.cc | 21 TEST_F(InstructionSelectorTest, Int32AddWithParameter) { in TEST_F() argument 31 TEST_F(InstructionSelectorTest, Int32AddWithImmediate) { in TEST_F() argument 63 TEST_F(InstructionSelectorTest, Int32SubWithParameter) { in TEST_F() argument 74 TEST_F(InstructionSelectorTest, Int32SubWithImmediate) { in TEST_F() argument 91 TEST_F(InstructionSelectorTest, ChangeFloat32ToFloat64WithParameter) { in TEST_F() argument 102 TEST_F(InstructionSelectorTest, TruncateFloat64ToFloat32WithParameter) { in TEST_F() argument 117 TEST_F(InstructionSelectorTest, BetterLeftOperandTestAddBinop) { in TEST_F() argument 136 TEST_F(InstructionSelectorTest, BetterLeftOperandTestMulBinop) { in TEST_F() argument 157 TEST_F(InstructionSelectorTest, ChangeUint32ToFloat64WithParameter) { in TEST_F() argument 315 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, [all …]
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 44 Node* BuildConstant(InstructionSelectorTest::StreamBuilder& m, MachineType type, in BuildConstant() 427 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest, 582 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorAddSubTest, 586 TEST_F(InstructionSelectorTest, AddImmediateOnLeft) { in TEST_F() argument 618 TEST_F(InstructionSelectorTest, SubZeroOnLeft) { in TEST_F() argument 650 TEST_F(InstructionSelectorTest, SubZeroOnLeftWithShift) { in TEST_F() argument 708 TEST_F(InstructionSelectorTest, AddNegImmediateOnLeft) { in TEST_F() argument 744 TEST_F(InstructionSelectorTest, AddShiftByImmediateOnLeft) { in TEST_F() argument 795 TEST_F(InstructionSelectorTest, AddUnsignedExtendByteOnLeft) { in TEST_F() argument 823 TEST_F(InstructionSelectorTest, AddUnsignedExtendHalfwordOnLeft) { in TEST_F() argument [all …]
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 532 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorDPITest, 1033 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorODPITest, 1250 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest, 1264 bool (InstructionSelectorTest::Stream::*val_predicate)( 1279 &InstructionSelectorTest::Stream::IsInteger, 1286 &InstructionSelectorTest::Stream::IsInteger, 1293 &InstructionSelectorTest::Stream::IsInteger, 1300 &InstructionSelectorTest::Stream::IsInteger, 1307 &InstructionSelectorTest::Stream::IsInteger, 1314 &InstructionSelectorTest::Stream::IsDouble, [all …]
|