Searched refs:InstructionSelectorTest (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector-unittest.h20 class InstructionSelectorTest : public TestWithContext, public TestWithZone { class in namespace:v8::internal::compiler
22 InstructionSelectorTest();
23 virtual ~InstructionSelectorTest();
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,
114 InstructionSelectorTest* test_;
202 : public InstructionSelectorTest,
H A Dinstruction-selector-unittest.cc21 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {} function in class:v8::internal::compiler::InstructionSelectorTest
24 InstructionSelectorTest::~InstructionSelectorTest() {}
27 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
29 InstructionSelectorTest::StreamBuilderMode mode) {
116 TARGET_TEST_F(InstructionSelectorTest, ReturnParameter) {
128 TARGET_TEST_F(InstructionSelectorTest, ReturnZero) {
146 TARGET_TEST_F(InstructionSelectorTest, TruncateFloat64ToInt32WithParamete
[all...]
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64-unittest.cc15 TEST_F(InstructionSelectorTest, ChangeInt32ToInt64WithParameter) {
24 TEST_F(InstructionSelectorTest, ChangeUint32ToUint64WithParameter) {
33 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithParameter) {
105 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32-unittest.cc21 TEST_F(InstructionSelectorTest, Int32AddWithParameter) {
30 TEST_F(InstructionSelectorTest, Int32AddWithImmediate) {
54 TEST_F(InstructionSelectorTest, Int32SubWithParameter) {
64 TEST_F(InstructionSelectorTest, Int32SubWithImmediate) {
205 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc37 Node* BuildConstant(InstructionSelectorTest::StreamBuilder& m, MachineType type,
280 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest,
344 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorAddSubTest,
348 TEST_F(InstructionSelectorTest, SubZeroOnLeft) {
401 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
406 TEST_F(InstructionSelectorTest, AndBranchWithImmediateOnRight) {
424 TEST_F(InstructionSelectorTest, AddBranchWithImmediateOnRight) {
442 TEST_F(InstructionSelectorTest, SubBranchWithImmediateOnRight) {
460 TEST_F(InstructionSelectorTest, AndBranchWithImmediateOnLeft) {
479 TEST_F(InstructionSelectorTest, AddBranchWithImmediateOnLef
[all...]
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm-unittest.cc496 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorDPITest,
979 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorODPITest,
1186 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest,
1200 bool (InstructionSelectorTest::Stream::*val_predicate)(
1217 &InstructionSelectorTest::Stream::IsInteger,
1224 &InstructionSelectorTest::Stream::IsInteger,
1231 &InstructionSelectorTest::Stream::IsInteger,
1238 &InstructionSelectorTest::Stream::IsInteger,
1245 &InstructionSelectorTest::Stream::IsInteger,
1252 &InstructionSelectorTest
[all...]

Completed in 139 milliseconds