Searched refs:clone_results (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_peeling.cpp | 35 LoopUtils::LoopCloningResult* clone_results) { in DuplicateAndConnectLoop() argument 47 cloned_loop_ = loop_utils_.CloneLoop(clone_results, ordered_loop_blocks); in DuplicateAndConnectLoop() 55 clone_results->cloned_bb_.begin(), clone_results->cloned_bb_.end(), ++it); in DuplicateAndConnectLoop() 119 clone_results, in DuplicateAndConnectLoop() 124 {clone_results->value_map_.at( in DuplicateAndConnectLoop() 140 LoopUtils::LoopCloningResult* clone_results) { in InsertCanonicalInductionVariable() argument 143 context_->get_def_use_mgr()->GetDef(clone_results->value_map_.at( in InsertCanonicalInductionVariable() 416 LoopUtils::LoopCloningResult clone_results; in PeelBefore() local 419 DuplicateAndConnectLoop(&clone_results); in PeelBefore() 422 InsertCanonicalInductionVariable(&clone_results); in PeelBefore() [all …]
|
D | loop_fission.cpp | 363 LoopUtils::LoopCloningResult clone_results; in SplitLoop() local 364 Loop* cloned_loop = util.CloneAndAttachLoopToHeader(&clone_results); in SplitLoop() 373 util.GetFunction()->AddBasicBlocks(clone_results.cloned_bb_.begin(), in SplitLoop() 374 clone_results.cloned_bb_.end(), ++it); in SplitLoop() 392 inst.result_id(), clone_results.value_map_[inst.result_id()]); in SplitLoop() 403 Instruction* old_inst = clone_results.ptr_map_[&inst]; in SplitLoop()
|
D | loop_peeling.h | 187 void DuplicateAndConnectLoop(LoopUtils::LoopCloningResult* clone_results); 192 LoopUtils::LoopCloningResult* clone_results);
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_peeling.cpp | 35 LoopUtils::LoopCloningResult* clone_results) { in DuplicateAndConnectLoop() argument 47 cloned_loop_ = loop_utils_.CloneLoop(clone_results, ordered_loop_blocks); in DuplicateAndConnectLoop() 55 clone_results->cloned_bb_.begin(), clone_results->cloned_bb_.end(), ++it); in DuplicateAndConnectLoop() 119 clone_results, in DuplicateAndConnectLoop() 124 {clone_results->value_map_.at( in DuplicateAndConnectLoop() 140 LoopUtils::LoopCloningResult* clone_results) { in InsertCanonicalInductionVariable() argument 143 context_->get_def_use_mgr()->GetDef(clone_results->value_map_.at( in InsertCanonicalInductionVariable() 416 LoopUtils::LoopCloningResult clone_results; in PeelBefore() local 419 DuplicateAndConnectLoop(&clone_results); in PeelBefore() 422 InsertCanonicalInductionVariable(&clone_results); in PeelBefore() [all …]
|
D | loop_fission.cpp | 363 LoopUtils::LoopCloningResult clone_results; in SplitLoop() local 364 Loop* cloned_loop = util.CloneAndAttachLoopToHeader(&clone_results); in SplitLoop() 373 util.GetFunction()->AddBasicBlocks(clone_results.cloned_bb_.begin(), in SplitLoop() 374 clone_results.cloned_bb_.end(), ++it); in SplitLoop() 392 inst.result_id(), clone_results.value_map_[inst.result_id()]); in SplitLoop() 403 Instruction* old_inst = clone_results.ptr_map_[&inst]; in SplitLoop()
|
D | loop_peeling.h | 187 void DuplicateAndConnectLoop(LoopUtils::LoopCloningResult* clone_results); 192 LoopUtils::LoopCloningResult* clone_results);
|