Home
last modified time | relevance | path

Searched defs:target_block (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dif_conversion.cpp226 void IfConversion::HoistInstruction(Instruction* inst, BasicBlock* target_block, in HoistInstruction() argument
259 CanHoistInstruction(Instruction* inst, BasicBlock* target_block, DominatorAnalysis* dominators) CanHoistInstruction() argument
[all...]
H A Dmerge_return_pass.cpp243 BasicBlock* target_block = context()->get_instr_block(target); in BranchToBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.cpp226 void IfConversion::HoistInstruction(Instruction* inst, BasicBlock* target_block, in HoistInstruction() argument
259 CanHoistInstruction(Instruction* inst, BasicBlock* target_block, DominatorAnalysis* dominators) CanHoistInstruction() argument
[all...]
H A Dmerge_return_pass.cpp243 BasicBlock* target_block = context()->get_instr_block(target); in BranchToBlock() local
/third_party/spirv-tools/source/opt/
H A Dif_conversion.cpp236 void IfConversion::HoistInstruction(Instruction* inst, BasicBlock* target_block, in HoistInstruction() argument
269 CanHoistInstruction(Instruction* inst, BasicBlock* target_block, DominatorAnalysis* dominators) CanHoistInstruction() argument
[all...]
H A Dmerge_return_pass.cpp247 BasicBlock* target_block = context()->get_instr_block(target); in BranchToBlock() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c392 vtn_handle_branch(struct vtn_builder *b, struct vtn_cf_node *cf_parent, struct vtn_block *target_block) vtn_handle_branch() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dcompiler.h69 int target_block; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp460 FindCaseFallThrough( ValidationState_t& _, BasicBlock* target_block, uint32_t* case_fall_through, const BasicBlock* merge, const std::unordered_set<uint32_t>& case_targets, Function* function) FindCaseFallThrough() argument
548 const auto target_block = function->GetBlock(target).first; StructuredSwitchChecks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp460 FindCaseFallThrough( ValidationState_t& _, BasicBlock* target_block, uint32_t* case_fall_through, const BasicBlock* merge, const std::unordered_set<uint32_t>& case_targets, Function* function) FindCaseFallThrough() argument
548 const auto target_block = function->GetBlock(target).first; StructuredSwitchChecks() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp466 FindCaseFallThrough( ValidationState_t& _, BasicBlock* target_block, uint32_t* case_fall_through, const BasicBlock* merge, const std::unordered_set<uint32_t>& case_targets, Function* function) FindCaseFallThrough() argument
554 const auto target_block = function->GetBlock(target).first; StructuredSwitchChecks() local
[all...]

Completed in 22 milliseconds