Searched refs:InstructionSequenceTest (Results 1 – 4 of 4) sorted by relevance
24 static int allocatable_codes[InstructionSequenceTest::kDefaultNRegs] = {26 static int allocatable_double_codes[InstructionSequenceTest::kDefaultNRegs] = {46 InstructionSequenceTest::InstructionSequenceTest() in InstructionSequenceTest() function in v8::internal::compiler::InstructionSequenceTest57 void InstructionSequenceTest::SetNumRegs(int num_general_registers, in SetNumRegs()67 RegisterConfiguration* InstructionSequenceTest::config() { in config()79 InstructionSequence* InstructionSequenceTest::sequence() { in sequence()88 void InstructionSequenceTest::StartLoop(int loop_blocks) { in StartLoop()98 void InstructionSequenceTest::EndLoop() { in EndLoop()106 void InstructionSequenceTest::StartBlock(bool deferred) { in StartBlock()112 Instruction* InstructionSequenceTest::EndBlock(BlockCompletion completion) { in EndBlock()[all …]
29 const InstructionSequenceTest::TestOperand& test_op) { in AreOperandsOfSameType()32 InstructionSequenceTest::TestOperandType::kFixedRegister || in AreOperandsOfSameType()33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister); in AreOperandsOfSameType()42 const InstructionSequenceTest::TestOperand& test_op) { in AllocatedOperandMatches()46 test_op.value_ == InstructionSequenceTest::kNoValue); in AllocatedOperandMatches()61 const InstructionSequenceTest::TestOperand& src, in IsParallelMovePresent()62 const InstructionSequenceTest::TestOperand& dest) { in IsParallelMovePresent()83 class RegisterAllocatorTest : public InstructionSequenceTest {
16 class InstructionSequenceTest : public TestWithIsolateAndZone {127 InstructionSequenceTest();
12 class MoveOptimizerTest : public InstructionSequenceTest {