Lines Matching refs:InstructionSequenceTest
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::InstructionSequenceTest
57 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()
141 InstructionSequenceTest::TestOperand InstructionSequenceTest::Imm(int32_t imm) { in Imm()
146 InstructionSequenceTest::VReg InstructionSequenceTest::Define( in Define()
155 Instruction* InstructionSequenceTest::Return(TestOperand input_op_0) { in Return()
162 PhiInstruction* InstructionSequenceTest::Phi(VReg incoming_vreg_0, in Phi()
182 PhiInstruction* InstructionSequenceTest::Phi(VReg incoming_vreg_0, in Phi()
191 void InstructionSequenceTest::SetInput(PhiInstruction* phi, size_t input, in SetInput()
198 InstructionSequenceTest::VReg InstructionSequenceTest::DefineConstant( in DefineConstant()
208 Instruction* InstructionSequenceTest::EmitNop() { return Emit(kArchNop); } in EmitNop()
212 InstructionSequenceTest::TestOperand* inputs) { in CountInputs()
215 if (inputs[i].type_ == InstructionSequenceTest::kInvalid) break; in CountInputs()
221 Instruction* InstructionSequenceTest::EmitI(size_t input_size, in EmitI()
228 Instruction* InstructionSequenceTest::EmitI(TestOperand input_op_0, in EmitI()
237 InstructionSequenceTest::VReg InstructionSequenceTest::EmitOI( in EmitOI()
247 InstructionSequenceTest::VReg InstructionSequenceTest::EmitOI( in EmitOI()
255 InstructionSequenceTest::VRegPair InstructionSequenceTest::EmitOOI( in EmitOOI()
268 InstructionSequenceTest::VRegPair InstructionSequenceTest::EmitOOI( in EmitOOI()
277 InstructionSequenceTest::VReg InstructionSequenceTest::EmitCall( in EmitCall()
289 InstructionSequenceTest::VReg InstructionSequenceTest::EmitCall( in EmitCall()
297 Instruction* InstructionSequenceTest::EmitBranch(TestOperand input_op) { in EmitBranch()
307 Instruction* InstructionSequenceTest::EmitFallThrough() { in EmitFallThrough()
313 Instruction* InstructionSequenceTest::EmitJump() { in EmitJump()
320 Instruction* InstructionSequenceTest::NewInstruction( in NewInstruction()
330 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated()
336 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated()
343 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated()
349 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated()
355 InstructionOperand* InstructionSequenceTest::ConvertInputs( in ConvertInputs()
366 InstructionOperand InstructionSequenceTest::ConvertInputOp(TestOperand op) { in ConvertInputOp()
399 InstructionOperand InstructionSequenceTest::ConvertOutputOp(VReg vreg, in ConvertOutputOp()
421 InstructionBlock* InstructionSequenceTest::NewBlock(bool deferred) { in NewBlock()
451 void InstructionSequenceTest::WireBlocks() { in WireBlocks()
482 void InstructionSequenceTest::WireBlock(size_t block_offset, int jump_offset) { in WireBlock()
493 Instruction* InstructionSequenceTest::Emit( in Emit()
504 Instruction* InstructionSequenceTest::AddInstruction(Instruction* instruction) { in AddInstruction()