Home
last modified time | relevance | path

Searched refs:GetDbgInst (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.cpp94 Instruction* DebugInfoManager::GetDbgInst(uint32_t id) { in GetDbgInst() function in spvtools::opt::analysis::DebugInfoManager
110 auto fn_inst = GetDbgInst(fn_id); in RegisterDbgFunction()
112 assert(GetDbgInst(fn_id)->GetOpenCL100DebugOpcode() == in RegisterDbgFunction()
124 auto fn_inst = GetDbgInst(inst->GetSingleWordOperand( in RegisterDbgFunction()
185 auto* lexical_scope_inst = GetDbgInst(scope.GetLexicalScope()); in CreateDebugInlinedAt()
426 auto* inlined_at = GetDbgInst(dbg_inlined_at_id); in GetDebugInlinedAt()
619 GetDbgInst(inst->GetSingleWordOperand(kDebugValueOperandExpressionIndex)); in GetVariableIdOfDebugValueUsedForDeclare()
623 auto* operation = GetDbgInst( in GetVariableIdOfDebugValueUsedForDeclare()
Ddebug_info_manager.h205 Instruction* GetDbgInst(uint32_t id);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp94 Instruction* DebugInfoManager::GetDbgInst(uint32_t id) { in GetDbgInst() function in spvtools::opt::analysis::DebugInfoManager
110 auto fn_inst = GetDbgInst(fn_id); in RegisterDbgFunction()
112 assert(GetDbgInst(fn_id)->GetOpenCL100DebugOpcode() == in RegisterDbgFunction()
124 auto fn_inst = GetDbgInst(inst->GetSingleWordOperand( in RegisterDbgFunction()
185 auto* lexical_scope_inst = GetDbgInst(scope.GetLexicalScope()); in CreateDebugInlinedAt()
426 auto* inlined_at = GetDbgInst(dbg_inlined_at_id); in GetDebugInlinedAt()
619 GetDbgInst(inst->GetSingleWordOperand(kDebugValueOperandExpressionIndex)); in GetVariableIdOfDebugValueUsedForDeclare()
623 auto* operation = GetDbgInst( in GetVariableIdOfDebugValueUsedForDeclare()
Ddebug_info_manager.h205 Instruction* GetDbgInst(uint32_t id);
/third_party/spirv-tools/source/opt/
Ddebug_info_manager.cpp82 Instruction* DebugInfoManager::GetDbgInst(uint32_t id) { in GetDbgInst() function in spvtools::opt::analysis::DebugInfoManager
101 auto fn_inst = GetDbgInst(fn_id); in RegisterDbgFunction()
103 assert(GetDbgInst(fn_id)->GetOpenCL100DebugOpcode() == in RegisterDbgFunction()
135 auto* lexical_scope_inst = GetDbgInst(scope.GetLexicalScope()); in CreateDebugInlinedAt()
356 auto* inlined_at = GetDbgInst(dbg_inlined_at_id); in GetDebugInlinedAt()
540 GetDbgInst(inst->GetSingleWordOperand(kDebugValueOperandExpressionIndex)); in GetVariableIdOfDebugValueUsedForDeclare()
544 auto* operation = GetDbgInst( in GetVariableIdOfDebugValueUsedForDeclare()
Ddebug_info_manager.h199 Instruction* GetDbgInst(uint32_t id);