Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.cpp72 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GenCheckCode()
73 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id)); in GenCheckCode()
74 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id)); in GenCheckCode()
193 std::unique_ptr<Instruction> first_blk_label(NewLabel(first_blk_id)); in GetSearchAndTestFuncId()
201 std::unique_ptr<Instruction> hdr_blk_label(NewLabel(hdr_blk_id)); in GetSearchAndTestFuncId()
213 std::unique_ptr<Instruction> cont_blk_label(NewLabel(cont_blk_id)); in GetSearchAndTestFuncId()
237 NewLabel(bound_test_blk_id)); in GetSearchAndTestFuncId()
Dinline_pass.cpp115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InlinePass
288 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id)); in AddGuardBlock()
396 return MakeUnique<BasicBlock>(NewLabel(returnLabelId)); in InlineReturn()
433 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(mapItr->second)); in InlineBasicBlocks()
547 MakeUnique<BasicBlock>(NewLabel(call_block_itr->id())); in GenInlineCode()
Dinstrument_pass.cpp84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InstrumentPass
717 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id)); in GetStreamWriteFunctionId()
755 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GetStreamWriteFunctionId()
756 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id)); in GetStreamWriteFunctionId()
823 std::unique_ptr<Instruction> blk_label(NewLabel(blk_id)); in GetDirectReadFunctionId()
883 std::unique_ptr<Instruction> split_label(NewLabel(split_blk_id)); in SplitBlock()
Dinline_pass.h71 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
Dinstrument_pass.h225 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
Dinst_bindless_check_pass.cpp534 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GenCheckCode()
535 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id)); in GenCheckCode()
536 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id)); in GenCheckCode()
Dinst_debug_printf_pass.cpp195 std::unique_ptr<Instruction> rem_label(NewLabel(rem_blk_id)); in GenDebugPrintfCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.cpp72 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GenCheckCode()
73 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id)); in GenCheckCode()
74 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id)); in GenCheckCode()
249 std::unique_ptr<Instruction> first_blk_label(NewLabel(first_blk_id)); in GetSearchAndTestFuncId()
257 std::unique_ptr<Instruction> hdr_blk_label(NewLabel(hdr_blk_id)); in GetSearchAndTestFuncId()
269 std::unique_ptr<Instruction> cont_blk_label(NewLabel(cont_blk_id)); in GetSearchAndTestFuncId()
293 NewLabel(bound_test_blk_id)); in GetSearchAndTestFuncId()
Dinline_pass.cpp115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InlinePass
288 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id)); in AddGuardBlock()
394 return MakeUnique<BasicBlock>(NewLabel(returnLabelId)); in InlineReturn()
439 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(mapItr->second)); in InlineBasicBlocks()
558 MakeUnique<BasicBlock>(NewLabel(call_block_itr->id())); in GenInlineCode()
Dinstrument_pass.cpp84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InstrumentPass
717 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id)); in GetStreamWriteFunctionId()
755 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GetStreamWriteFunctionId()
756 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id)); in GetStreamWriteFunctionId()
823 std::unique_ptr<Instruction> blk_label(NewLabel(blk_id)); in GetDirectReadFunctionId()
883 std::unique_ptr<Instruction> split_label(NewLabel(split_blk_id)); in SplitBlock()
Dinstrument_pass.h225 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
Dinline_pass.h71 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
Dinst_bindless_check_pass.cpp534 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GenCheckCode()
535 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id)); in GenCheckCode()
536 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id)); in GenCheckCode()
Dinst_debug_printf_pass.cpp195 std::unique_ptr<Instruction> rem_label(NewLabel(rem_blk_id)); in GenDebugPrintfCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_buff_addr_check_pass.cpp72 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GenCheckCode()
73 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id)); in GenCheckCode()
74 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id)); in GenCheckCode()
249 std::unique_ptr<Instruction> first_blk_label(NewLabel(first_blk_id)); in GetSearchAndTestFuncId()
257 std::unique_ptr<Instruction> hdr_blk_label(NewLabel(hdr_blk_id)); in GetSearchAndTestFuncId()
269 std::unique_ptr<Instruction> cont_blk_label(NewLabel(cont_blk_id)); in GetSearchAndTestFuncId()
293 NewLabel(bound_test_blk_id)); in GetSearchAndTestFuncId()
Dinline_pass.cpp115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InlinePass
288 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id)); in AddGuardBlock()
394 return MakeUnique<BasicBlock>(NewLabel(returnLabelId)); in InlineReturn()
439 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(mapItr->second)); in InlineBasicBlocks()
558 MakeUnique<BasicBlock>(NewLabel(call_block_itr->id())); in GenInlineCode()
Dinstrument_pass.cpp84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InstrumentPass
717 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id)); in GetStreamWriteFunctionId()
755 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GetStreamWriteFunctionId()
756 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id)); in GetStreamWriteFunctionId()
823 std::unique_ptr<Instruction> blk_label(NewLabel(blk_id)); in GetDirectReadFunctionId()
883 std::unique_ptr<Instruction> split_label(NewLabel(split_blk_id)); in SplitBlock()
Dinline_pass.h71 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
Dinstrument_pass.h225 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
Dinst_bindless_check_pass.cpp534 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id)); in GenCheckCode()
535 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id)); in GenCheckCode()
536 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id)); in GenCheckCode()
Dinst_debug_printf_pass.cpp195 std::unique_ptr<Instruction> rem_label(NewLabel(rem_blk_id)); in GenDebugPrintfCode()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp104 std::unique_ptr<ir::Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() function in spvtools::opt::InlinePass
294 new_blk_ptr.reset(new ir::BasicBlock(NewLabel(labelId))); in GenInlineCode()
314 new_blk_ptr.reset(new ir::BasicBlock(NewLabel( in GenInlineCode()
322 new_blk_ptr.reset(new ir::BasicBlock(NewLabel(postHeaderId))); in GenInlineCode()
355 new_blk_ptr.reset(new ir::BasicBlock(NewLabel( in GenInlineCode()
360 new_blk_ptr.reset(new ir::BasicBlock(NewLabel(returnLabelId))); in GenInlineCode()
Dinline_pass.h83 std::unique_ptr<ir::Instruction> NewLabel(uint32_t label_id);
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc327 uint32_t NewLabel() { return label_id_++; } in NewLabel() function in mindspore::session::__anon8f02f8710111::AscendAutoMonadContext
489 label = context_.NewLabel(); in MakeGraphLabel()
578 call_site->return_label = context_.NewLabel(); in HandleCallReturn()