/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | ir_loader_test.cpp | 443 %60 = OpExtInst %void %1 DebugScope %43 in TEST() 582 %70 = OpExtInst %void %1 DebugScope %47 in TEST() 599 %72 = OpExtInst %void %1 DebugScope %48 in TEST() 611 %74 = OpExtInst %void %1 DebugScope %50 in TEST() 616 %76 = OpExtInst %void %1 DebugScope %51 in TEST() 631 %78 = OpExtInst %void %1 DebugScope %49 in TEST() 757 %62 = OpExtInst %void %1 DebugScope %44 %49 in TEST() 767 %64 = OpExtInst %void %1 DebugScope %46 %49 in TEST() 773 %66 = OpExtInst %void %1 DebugScope %45 %50 in TEST() 778 %67 = OpExtInst %void %1 DebugScope %43 in TEST() [all …]
|
D | inline_test.cpp | 3450 %34 = OpExtInst %void %1 DebugScope %22 3454 %38 = OpExtInst %void %1 DebugScope %26 3479 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_add]] [[inlinedat]] 3530 %scope0 = OpExtInst %void %ext DebugScope %dbg_main 3538 %scope1 = OpExtInst %void %ext DebugScope %dbg_add 3544 %scope2 = OpExtInst %void %ext DebugScope %add_lb 3566 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_add]] [[inlinedat]] 3569 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_add]] [[inlinedat]] 3620 %scope0 = OpExtInst %void %ext DebugScope %dbg_main 3628 %scope1 = OpExtInst %void %ext DebugScope %dbg_add [all …]
|
D | debug_info_manager_test.cpp | 446 %131 = OpExtInst %void %1 DebugScope %45 449 %132 = OpExtInst %void %1 DebugScope %36 %107 454 %133 = OpExtInst %void %1 DebugScope %45 654 %101 = OpExtInst %void %1 DebugScope %22
|
D | compact_ids_test.cpp | 95 TEST_F(CompactIdsTest, DebugScope) { in TEST_F() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_loader_test.cpp | 443 %60 = OpExtInst %void %1 DebugScope %43 in TEST() 582 %70 = OpExtInst %void %1 DebugScope %47 in TEST() 599 %72 = OpExtInst %void %1 DebugScope %48 in TEST() 611 %74 = OpExtInst %void %1 DebugScope %50 in TEST() 616 %76 = OpExtInst %void %1 DebugScope %51 in TEST() 631 %78 = OpExtInst %void %1 DebugScope %49 in TEST() 757 %62 = OpExtInst %void %1 DebugScope %44 %49 in TEST() 767 %64 = OpExtInst %void %1 DebugScope %46 %49 in TEST() 773 %66 = OpExtInst %void %1 DebugScope %45 %50 in TEST() 778 %67 = OpExtInst %void %1 DebugScope %43 in TEST() [all …]
|
D | inline_test.cpp | 3450 %34 = OpExtInst %void %1 DebugScope %22 3454 %38 = OpExtInst %void %1 DebugScope %26 3479 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_add]] [[inlinedat]] 3530 %scope0 = OpExtInst %void %ext DebugScope %dbg_main 3538 %scope1 = OpExtInst %void %ext DebugScope %dbg_add 3544 %scope2 = OpExtInst %void %ext DebugScope %add_lb 3566 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_add]] [[inlinedat]] 3569 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_add]] [[inlinedat]] 3620 %scope0 = OpExtInst %void %ext DebugScope %dbg_main 3628 %scope1 = OpExtInst %void %ext DebugScope %dbg_add [all …]
|
D | debug_info_manager_test.cpp | 443 %131 = OpExtInst %void %1 DebugScope %45 446 %132 = OpExtInst %void %1 DebugScope %36 %107 451 %133 = OpExtInst %void %1 DebugScope %45
|
D | compact_ids_test.cpp | 95 TEST_F(CompactIdsTest, DebugScope) { in TEST_F() argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | debug_info_manager.h | 41 const DebugScope& GetScopeOfCallInstruction() { return call_inst_scope_; } in GetScopeOfCallInstruction() 63 const DebugScope call_inst_scope_; 96 const DebugScope& scope); 127 DebugScope BuildDebugScope(const DebugScope& callee_instr_scope,
|
D | ir_loader.cpp | 64 DebugScope(inst->words[kLexicalScopeIndex], inlined_at); in AddInstruction() 69 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction() 81 DebugScope(inst->words[kLexicalScopeIndex], inlined_at); in AddInstruction() 86 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction() 155 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction() 209 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction()
|
D | instruction.h | 129 class DebugScope { 131 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() function 134 inline bool operator!=(const DebugScope& d) const { 197 const DebugScope& dbg_scope); 305 inline void SetDebugScope(const DebugScope& scope); 306 inline const DebugScope& GetDebugScope() const { return dbg_scope_; } in GetDebugScope() 597 DebugScope dbg_scope_; 670 inline void Instruction::SetDebugScope(const DebugScope& scope) { in SetDebugScope()
|
D | ir_loader.h | 90 DebugScope last_dbg_scope_;
|
D | inline_pass.h | 63 const Instruction* line_inst, const DebugScope& dbg_scope); 68 const Instruction* line_inst, const DebugScope& dbg_scope);
|
D | debug_info_manager.cpp | 128 const DebugScope& scope) { in CreateDebugInlinedAt() 193 DebugScope DebugInfoManager::BuildDebugScope( in BuildDebugScope() 194 const DebugScope& callee_instr_scope, in BuildDebugScope() 196 return DebugScope(callee_instr_scope.GetLexicalScope(), in BuildDebugScope()
|
D | module.cpp | 145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary()
|
D | instruction.cpp | 86 const DebugScope& dbg_scope) in Instruction() 939 void DebugScope::ToBinary(uint32_t type_id, uint32_t result_id, in ToBinary()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | debug_info_manager.h | 41 const DebugScope& GetScopeOfCallInstruction() { return call_inst_scope_; } in GetScopeOfCallInstruction() 63 const DebugScope call_inst_scope_; 96 const DebugScope& scope); 127 DebugScope BuildDebugScope(const DebugScope& callee_instr_scope,
|
D | ir_loader.cpp | 64 DebugScope(inst->words[kLexicalScopeIndex], inlined_at); in AddInstruction() 69 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction() 81 DebugScope(inst->words[kLexicalScopeIndex], inlined_at); in AddInstruction() 86 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction() 155 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction() 209 last_dbg_scope_ = DebugScope(kNoDebugScope, kNoInlinedAt); in AddInstruction()
|
D | instruction.h | 129 class DebugScope { 131 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() function 134 inline bool operator!=(const DebugScope& d) const { 197 const DebugScope& dbg_scope); 305 inline void SetDebugScope(const DebugScope& scope); 306 inline const DebugScope& GetDebugScope() const { return dbg_scope_; } in GetDebugScope() 597 DebugScope dbg_scope_; 670 inline void Instruction::SetDebugScope(const DebugScope& scope) { in SetDebugScope()
|
D | ir_loader.h | 90 DebugScope last_dbg_scope_;
|
D | inline_pass.h | 63 const Instruction* line_inst, const DebugScope& dbg_scope); 68 const Instruction* line_inst, const DebugScope& dbg_scope);
|
D | debug_info_manager.cpp | 128 const DebugScope& scope) { in CreateDebugInlinedAt() 193 DebugScope DebugInfoManager::BuildDebugScope( in BuildDebugScope() 194 const DebugScope& callee_instr_scope, in BuildDebugScope() 196 return DebugScope(callee_instr_scope.GetLexicalScope(), in BuildDebugScope()
|
D | module.cpp | 145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary()
|
D | instruction.cpp | 86 const DebugScope& dbg_scope) in Instruction() 939 void DebugScope::ToBinary(uint32_t type_id, uint32_t result_id, in ToBinary()
|
D | inline_pass.cpp | 89 const DebugScope& dbg_scope) { in AddStore() 104 const DebugScope& dbg_scope) { in AddLoad()
|