Home
last modified time | relevance | path

Searched refs:GetDebugInlinedAt (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.cpp425 Instruction* DebugInfoManager::GetDebugInlinedAt(uint32_t dbg_inlined_at_id) { in GetDebugInlinedAt() function in spvtools::opt::analysis::DebugInfoManager
436 auto* inlined_at = GetDebugInlinedAt(clone_inlined_at_id); in CloneDebugInlinedAt()
702 if (inst->GetDebugInlinedAt() != kNoInlinedAt) { in AnalyzeDebugInst()
703 auto& users = inlinedat_id_to_users_[inst->GetDebugInlinedAt()]; in AnalyzeDebugInst()
835 inlinedat_id_to_users_.find(instr->GetDebugInlinedAt()); in ClearDebugInfo()
Dcompact_ids_pass.cpp78 uint32_t inlinedat_id = inst->GetDebugInlinedAt(); in Process()
Ddebug_info_manager.h107 Instruction* GetDebugInlinedAt(uint32_t dbg_inlined_at_id);
Daggressive_dead_code_elim_pass.cpp356 if (inst->GetDebugInlinedAt() != kNoInlinedAt) { in AddDebugInstructionsToWorkList()
357 auto* inlined_at = get_def_use_mgr()->GetDef(inst->GetDebugInlinedAt()); in AddDebugInstructionsToWorkList()
Dinstruction.h319 inline uint32_t GetDebugInlinedAt() const { in GetDebugInlinedAt() function
Dinline_pass.cpp177 callee_var_itr->GetDebugInlinedAt(), inlined_at_ctx)); in CloneAndMapLocals()
/third_party/spirv-tools/source/opt/
Ddebug_info_manager.cpp436 Instruction* DebugInfoManager::GetDebugInlinedAt(uint32_t dbg_inlined_at_id) { in GetDebugInlinedAt() function in spvtools::opt::analysis::DebugInfoManager
447 auto* inlined_at = GetDebugInlinedAt(clone_inlined_at_id); in CloneDebugInlinedAt()
708 if (inst->GetDebugInlinedAt() != kNoInlinedAt) { in AnalyzeDebugInst()
709 auto& users = inlinedat_id_to_users_[inst->GetDebugInlinedAt()]; in AnalyzeDebugInst()
841 inlinedat_id_to_users_.find(instr->GetDebugInlinedAt()); in ClearDebugInfo()
Dcompact_ids_pass.cpp83 uint32_t inlinedat_id = inst->GetDebugInlinedAt(); in Process()
Ddebug_info_manager.h108 Instruction* GetDebugInlinedAt(uint32_t dbg_inlined_at_id);
Dinstruction.h333 inline uint32_t GetDebugInlinedAt() const { in GetDebugInlinedAt() function
Dinline_pass.cpp177 callee_var_itr->GetDebugInlinedAt(), inlined_at_ctx)); in CloneAndMapLocals()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp425 Instruction* DebugInfoManager::GetDebugInlinedAt(uint32_t dbg_inlined_at_id) { in GetDebugInlinedAt() function in spvtools::opt::analysis::DebugInfoManager
436 auto* inlined_at = GetDebugInlinedAt(clone_inlined_at_id); in CloneDebugInlinedAt()
702 if (inst->GetDebugInlinedAt() != kNoInlinedAt) { in AnalyzeDebugInst()
703 auto& users = inlinedat_id_to_users_[inst->GetDebugInlinedAt()]; in AnalyzeDebugInst()
835 inlinedat_id_to_users_.find(instr->GetDebugInlinedAt()); in ClearDebugInfo()
Dcompact_ids_pass.cpp78 uint32_t inlinedat_id = inst->GetDebugInlinedAt(); in Process()
Ddebug_info_manager.h107 Instruction* GetDebugInlinedAt(uint32_t dbg_inlined_at_id);
Daggressive_dead_code_elim_pass.cpp356 if (inst->GetDebugInlinedAt() != kNoInlinedAt) { in AddDebugInstructionsToWorkList()
357 auto* inlined_at = get_def_use_mgr()->GetDef(inst->GetDebugInlinedAt()); in AddDebugInstructionsToWorkList()
Dinstruction.h319 inline uint32_t GetDebugInlinedAt() const { in GetDebugInlinedAt() function
Dinline_pass.cpp177 callee_var_itr->GetDebugInlinedAt(), inlined_at_ctx)); in CloneAndMapLocals()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp1068 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F()
1076 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
Ddebug_info_manager_test.cpp43 TEST(DebugInfoManager, GetDebugInlinedAt) { argument
/third_party/spirv-tools/test/opt/
Dir_context_test.cpp1083 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F()
1091 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
Ddebug_info_manager_test.cpp43 TEST(DebugInfoManager, GetDebugInlinedAt) { argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dir_context_test.cpp1068 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F()
1076 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
Ddebug_info_manager_test.cpp43 TEST(DebugInfoManager, GetDebugInlinedAt) { argument