Searched refs:HSuspendCheck (Results 1 – 22 of 22) sorted by relevance
/art/compiler/optimizing/ |
D | gvn_test.cc | 345 outer_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck()); in TEST_F() 348 inner_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck()); in TEST_F()
|
D | superblock_cloner_test.cc | 69 HInstruction* suspend_check = new (GetAllocator()) HSuspendCheck(); in CreateBasicLoopDataFlow() 122 HSuspendCheck* old_suspend_check = header->GetLoopInformation()->GetSuspendCheck(); in TEST_F() 136 HSuspendCheck* new_suspend_check = header->GetLoopInformation()->GetSuspendCheck(); in TEST_F()
|
D | scheduler_arm64.cc | 188 void SchedulingLatencyVisitorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|
D | loop_optimization_test.cc | 249 new (GetAllocator()) HSuspendCheck(), header->GetLastInstruction()); in TEST_F()
|
D | code_generator.cc | 973 const ArenaVector<HSuspendCheck*>& loop_headers, in CheckCovers() 994 ArenaVector<HSuspendCheck*> loop_headers(graph.GetAllocator()->Adapter(kArenaAllocMisc)); in CheckLoopEntriesCanBeUsedForOsr() 997 HSuspendCheck* suspend_check = block->GetLoopInformation()->GetSuspendCheck(); in CheckLoopEntriesCanBeUsedForOsr() 1441 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check, in ClearSpillSlotsFromLoopPhisInStackMap()
|
D | code_generator_x86_64.h | 211 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | code_generator_mips64.h | 237 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_mips.h | 239 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_x86.h | 214 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | scheduler_arm.cc | 1044 void SchedulingLatencyVisitorARM::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|
D | code_generator.h | 384 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
|
D | instruction_builder.cc | 337 AppendInstruction(new (allocator_) HSuspendCheck(0u)); in Build() 344 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(current_block_->GetDexPc()); in Build()
|
D | code_generator_arm64.h | 284 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 327 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | nodes.h | 69 class HSuspendCheck; variable 813 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } in GetSuspendCheck() 814 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; } in SetSuspendCheck() 896 HSuspendCheck* suspend_check_; 6192 class HSuspendCheck final : public HExpression<0> { 6194 explicit HSuspendCheck(uint32_t dex_pc = kNoDexPc)
|
D | code_generator_arm64.cc | 421 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM64() 1771 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() 5107 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove() 5482 void LocationsBuilderARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 5492 void InstructionCodeGeneratorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|
D | nodes.cc | 2767 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(header->GetDexPc()); in TransformLoopForVectorization()
|
D | code_generator_mips64.cc | 311 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64() 1912 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() 6736 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove() 7219 void LocationsBuilderMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 7229 void InstructionCodeGeneratorMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|
D | code_generator_x86_64.cc | 151 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86_64() 5519 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove() 5527 void LocationsBuilderX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 5537 void InstructionCodeGeneratorX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 5551 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
|
D | code_generator_x86.cc | 200 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86() 6138 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove() 6146 void LocationsBuilderX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 6156 void InstructionCodeGeneratorX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 6170 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
|
D | code_generator_arm_vixl.cc | 430 SuspendCheckSlowPathARMVIXL(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARMVIXL() 6609 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove() 6617 void LocationsBuilderARMVIXL::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 6623 void InstructionCodeGeneratorARMVIXL::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 6638 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
|
D | code_generator_mips.cc | 355 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS() 2066 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() 8813 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove() 9604 void LocationsBuilderMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck() 9614 void InstructionCodeGeneratorMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|