HomeSort by relevance Sort by last modified time
    Searched refs:NewLabel (Results 1 - 10 of 10) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 99 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) {
100 std::unique_ptr<Instruction> newLabel(
102 return newLabel;
339 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(labelId));
365 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id));
387 MakeUnique<BasicBlock>(NewLabel(singleTripLoopHeaderId));
394 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(postHeaderId));
437 MakeUnique<BasicBlock>(NewLabel(singleTripLoopContinueId));
443 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(returnLabelId));
inst_bindless_check_pass.cpp 149 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id));
150 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id));
151 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id));
inline_pass.h 67 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
instrument_pass.h 202 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
instrument_pass.cpp 62 // new_blk_ptr->reset(new BasicBlock(NewLabel(ref_block_itr->id())));
84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) {
85 std::unique_ptr<Instruction> newLabel(
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel);
88 return newLabel;
439 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id));
476 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id));
477 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id));
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 103 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) {
104 std::unique_ptr<Instruction> newLabel(
106 return newLabel;
393 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(labelId));
424 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id));
449 MakeUnique<BasicBlock>(NewLabel(singleTripLoopHeaderId));
463 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(postHeaderId));
507 MakeUnique<BasicBlock>(NewLabel(singleTripLoopContinueId));
517 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(returnLabelId));
inst_bindless_check_pass.cpp 149 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id));
150 std::unique_ptr<Instruction> valid_label(NewLabel(valid_blk_id));
151 std::unique_ptr<Instruction> invalid_label(NewLabel(invalid_blk_id));
inline_pass.h 68 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
instrument_pass.h 203 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
instrument_pass.cpp 62 // new_blk_ptr->reset(new BasicBlock(NewLabel(ref_block_itr->id())));
84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) {
85 std::unique_ptr<Instruction> newLabel(
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel);
88 return newLabel;
441 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id));
478 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id));
479 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id));

Completed in 903 milliseconds