Home
last modified time | relevance | path

Searched refs:DebugScope (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_loader_test.cpp443 %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 …]
Dinline_test.cpp3450 %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 …]
Ddebug_info_manager_test.cpp446 %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
Dcompact_ids_test.cpp95 TEST_F(CompactIdsTest, DebugScope) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_loader_test.cpp443 %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 …]
Dinline_test.cpp3450 %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 …]
Ddebug_info_manager_test.cpp443 %131 = OpExtInst %void %1 DebugScope %45
446 %132 = OpExtInst %void %1 DebugScope %36 %107
451 %133 = OpExtInst %void %1 DebugScope %45
Dcompact_ids_test.cpp95 TEST_F(CompactIdsTest, DebugScope) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.h41 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,
Dir_loader.cpp64 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()
Dinstruction.h129 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()
Dir_loader.h90 DebugScope last_dbg_scope_;
Dinline_pass.h63 const Instruction* line_inst, const DebugScope& dbg_scope);
68 const Instruction* line_inst, const DebugScope& dbg_scope);
Ddebug_info_manager.cpp128 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()
Dmodule.cpp145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary()
Dinstruction.cpp86 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/
Ddebug_info_manager.h41 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,
Dir_loader.cpp64 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()
Dinstruction.h129 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()
Dir_loader.h90 DebugScope last_dbg_scope_;
Dinline_pass.h63 const Instruction* line_inst, const DebugScope& dbg_scope);
68 const Instruction* line_inst, const DebugScope& dbg_scope);
Ddebug_info_manager.cpp128 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()
Dmodule.cpp145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary()
Dinstruction.cpp86 const DebugScope& dbg_scope) in Instruction()
939 void DebugScope::ToBinary(uint32_t type_id, uint32_t result_id, in ToBinary()
Dinline_pass.cpp89 const DebugScope& dbg_scope) { in AddStore()
104 const DebugScope& dbg_scope) { in AddLoad()

12