Home
last modified time | relevance | path

Searched refs:ref_inst_itr (Results 1 – 24 of 24) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp588 BasicBlock::iterator ref_inst_itr, in GenDescIdxCheckCode() argument
594 if (!AnalyzeDescriptorReference(&*ref_inst_itr, &ref)) return; in GenDescIdxCheckCode()
618 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDescIdxCheckCode()
648 BasicBlock::iterator ref_inst_itr, in GenDescInitCheckCode() argument
653 if (!AnalyzeDescriptorReference(&*ref_inst_itr, &ref)) return; in GenDescInitCheckCode()
673 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDescInitCheckCode()
706 BasicBlock::iterator ref_inst_itr, in GenTexBuffCheckCode() argument
710 Instruction* ref_inst = &*ref_inst_itr; in GenTexBuffCheckCode()
740 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenTexBuffCheckCode()
794 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
[all …]
Dinst_debug_printf_pass.cpp174 BasicBlock::iterator ref_inst_itr, in GenDebugPrintfCode() argument
178 Instruction* printf_inst = &*ref_inst_itr; in GenDebugPrintfCode()
188 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDebugPrintfCode()
219 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
222 return GenDebugPrintfCode(ref_inst_itr, ref_block_itr, stage_idx, in ProcessImpl()
Dinst_bindless_check_pass.h99 BasicBlock::iterator ref_inst_itr,
104 BasicBlock::iterator ref_inst_itr,
109 BasicBlock::iterator ref_inst_itr,
Dinst_buff_addr_check_pass.cpp436 BasicBlock::iterator ref_inst_itr, in GenBuffAddrCheckCode() argument
441 Instruction* ref_inst = &*ref_inst_itr; in GenBuffAddrCheckCode()
445 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenBuffAddrCheckCode()
476 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
479 return GenBuffAddrCheckCode(ref_inst_itr, ref_block_itr, stage_idx, in ProcessImpl()
Dinst_debug_printf_pass.h65 void GenDebugPrintfCode(BasicBlock::iterator ref_inst_itr,
Dinst_buff_addr_check_pass.h99 BasicBlock::iterator ref_inst_itr,
Dinstrument_pass.h106 void MovePreludeCode(BasicBlock::iterator ref_inst_itr,
Dinstrument_pass.cpp38 BasicBlock::iterator ref_inst_itr, in MovePreludeCode() argument
46 for (auto cii = ref_block_itr->begin(); cii != ref_inst_itr; in MovePreludeCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp595 BasicBlock::iterator ref_inst_itr, in GenDescIdxCheckCode() argument
601 if (!AnalyzeDescriptorReference(&*ref_inst_itr, &ref)) return; in GenDescIdxCheckCode()
625 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDescIdxCheckCode()
655 BasicBlock::iterator ref_inst_itr, in GenDescInitCheckCode() argument
660 if (!AnalyzeDescriptorReference(&*ref_inst_itr, &ref)) return; in GenDescInitCheckCode()
680 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDescInitCheckCode()
713 BasicBlock::iterator ref_inst_itr, in GenTexBuffCheckCode() argument
717 Instruction* ref_inst = &*ref_inst_itr; in GenTexBuffCheckCode()
747 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenTexBuffCheckCode()
801 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
[all …]
Dinst_debug_printf_pass.cpp173 BasicBlock::iterator ref_inst_itr, in GenDebugPrintfCode() argument
177 Instruction* printf_inst = &*ref_inst_itr; in GenDebugPrintfCode()
187 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDebugPrintfCode()
218 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
221 return GenDebugPrintfCode(ref_inst_itr, ref_block_itr, stage_idx, in ProcessImpl()
Dinst_bindless_check_pass.h99 BasicBlock::iterator ref_inst_itr,
104 BasicBlock::iterator ref_inst_itr,
109 BasicBlock::iterator ref_inst_itr,
Dinst_buff_addr_check_pass.cpp434 BasicBlock::iterator ref_inst_itr, in GenBuffAddrCheckCode() argument
439 Instruction* ref_inst = &*ref_inst_itr; in GenBuffAddrCheckCode()
443 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenBuffAddrCheckCode()
474 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
477 return GenBuffAddrCheckCode(ref_inst_itr, ref_block_itr, stage_idx, in ProcessImpl()
Dinst_debug_printf_pass.h65 void GenDebugPrintfCode(BasicBlock::iterator ref_inst_itr,
Dinst_buff_addr_check_pass.h99 BasicBlock::iterator ref_inst_itr,
Dinstrument_pass.h106 void MovePreludeCode(BasicBlock::iterator ref_inst_itr,
Dinstrument_pass.cpp38 BasicBlock::iterator ref_inst_itr, in MovePreludeCode() argument
46 for (auto cii = ref_block_itr->begin(); cii != ref_inst_itr; in MovePreludeCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_bindless_check_pass.cpp595 BasicBlock::iterator ref_inst_itr, in GenDescIdxCheckCode() argument
601 if (!AnalyzeDescriptorReference(&*ref_inst_itr, &ref)) return; in GenDescIdxCheckCode()
625 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDescIdxCheckCode()
655 BasicBlock::iterator ref_inst_itr, in GenDescInitCheckCode() argument
660 if (!AnalyzeDescriptorReference(&*ref_inst_itr, &ref)) return; in GenDescInitCheckCode()
680 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDescInitCheckCode()
713 BasicBlock::iterator ref_inst_itr, in GenTexBuffCheckCode() argument
717 Instruction* ref_inst = &*ref_inst_itr; in GenTexBuffCheckCode()
747 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenTexBuffCheckCode()
801 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
[all …]
Dinst_debug_printf_pass.cpp173 BasicBlock::iterator ref_inst_itr, in GenDebugPrintfCode() argument
177 Instruction* printf_inst = &*ref_inst_itr; in GenDebugPrintfCode()
187 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenDebugPrintfCode()
218 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
221 return GenDebugPrintfCode(ref_inst_itr, ref_block_itr, stage_idx, in ProcessImpl()
Dinst_bindless_check_pass.h99 BasicBlock::iterator ref_inst_itr,
104 BasicBlock::iterator ref_inst_itr,
109 BasicBlock::iterator ref_inst_itr,
Dinst_buff_addr_check_pass.cpp434 BasicBlock::iterator ref_inst_itr, in GenBuffAddrCheckCode() argument
439 Instruction* ref_inst = &*ref_inst_itr; in GenBuffAddrCheckCode()
443 MovePreludeCode(ref_inst_itr, ref_block_itr, &new_blk_ptr); in GenBuffAddrCheckCode()
474 [this](BasicBlock::iterator ref_inst_itr, in ProcessImpl()
477 return GenBuffAddrCheckCode(ref_inst_itr, ref_block_itr, stage_idx, in ProcessImpl()
Dinst_debug_printf_pass.h65 void GenDebugPrintfCode(BasicBlock::iterator ref_inst_itr,
Dinst_buff_addr_check_pass.h99 BasicBlock::iterator ref_inst_itr,
Dinstrument_pass.h106 void MovePreludeCode(BasicBlock::iterator ref_inst_itr,
Dinstrument_pass.cpp38 BasicBlock::iterator ref_inst_itr, in MovePreludeCode() argument
46 for (auto cii = ref_block_itr->begin(); cii != ref_inst_itr; in MovePreludeCode()