Home
last modified time | relevance | path

Searched refs:GetCommonDebugOpcode (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.cpp52 assert(dbg_inlined_at->GetCommonDebugOpcode() == in SetInlinedOperand()
65 assert(dbg_inlined_at->GetCommonDebugOpcode() == in GetInlinedOperand()
74 return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) && in IsEmptyDebugExpression()
139 assert(dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in RegisterDbgDeclare()
140 dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugValue); in RegisterDbgDeclare()
188 lexical_scope_inst->GetCommonDebugOpcode(); in CreateDebugInlinedAt()
363 assert(dbg_expr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression); in DerefDebugExpression()
428 if (inlined_at->GetCommonDebugOpcode() != CommonDebugInfoDebugInlinedAt) { in GetDebugInlinedAt()
476 dbg_scope_itr->second->GetCommonDebugOpcode(); in GetParentScope()
616 if (inst->GetCommonDebugOpcode() != CommonDebugInfoDebugValue) return 0; in GetVariableIdOfDebugValueUsedForDeclare()
[all …]
Dprivate_to_local_pass.cpp160 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse()
185 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
Dlocal_single_store_elim_pass.cpp242 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses()
311 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads()
Dscalar_replacement_pass.cpp91 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in ReplaceVariable()
98 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in ReplaceVariable()
803 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in CheckUses()
804 user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in CheckUses()
877 if (user->GetCommonDebugOpcode() != CommonDebugInfoDebugDeclare || in CheckUsesRelaxed()
Dlocal_access_chain_convert_pass.cpp187 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs()
188 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
Daggressive_dead_code_elim_pass.cpp423 switch (inst->GetCommonDebugOpcode()) { in GetLoadedVariableFromNonFunctionCalls()
622 if (dbg.GetCommonDebugOpcode() != CommonDebugInfoDebugGlobalVariable) in InitializeModuleScopeLiveInstructions()
851 if (dbg.GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in ProcessGlobalValues()
Dinline_pass.cpp161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals()
303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
317 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
Dlocal_single_block_elim_pass.cpp34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
Dinstruction.h575 CommonDebugInfoInstructions GetCommonDebugOpcode() const;
588 return GetCommonDebugOpcode() != CommonDebugInfoInstructionsMax; in IsCommonDebugInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp52 assert(dbg_inlined_at->GetCommonDebugOpcode() == in SetInlinedOperand()
65 assert(dbg_inlined_at->GetCommonDebugOpcode() == in GetInlinedOperand()
74 return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) && in IsEmptyDebugExpression()
139 assert(dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in RegisterDbgDeclare()
140 dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugValue); in RegisterDbgDeclare()
188 lexical_scope_inst->GetCommonDebugOpcode(); in CreateDebugInlinedAt()
363 assert(dbg_expr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression); in DerefDebugExpression()
428 if (inlined_at->GetCommonDebugOpcode() != CommonDebugInfoDebugInlinedAt) { in GetDebugInlinedAt()
476 dbg_scope_itr->second->GetCommonDebugOpcode(); in GetParentScope()
616 if (inst->GetCommonDebugOpcode() != CommonDebugInfoDebugValue) return 0; in GetVariableIdOfDebugValueUsedForDeclare()
[all …]
Dprivate_to_local_pass.cpp160 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse()
185 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
Dlocal_single_store_elim_pass.cpp242 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses()
311 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads()
Dscalar_replacement_pass.cpp91 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in ReplaceVariable()
98 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in ReplaceVariable()
803 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in CheckUses()
804 user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in CheckUses()
877 if (user->GetCommonDebugOpcode() != CommonDebugInfoDebugDeclare || in CheckUsesRelaxed()
Dlocal_access_chain_convert_pass.cpp187 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs()
188 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
Daggressive_dead_code_elim_pass.cpp423 switch (inst->GetCommonDebugOpcode()) { in GetLoadedVariableFromNonFunctionCalls()
622 if (dbg.GetCommonDebugOpcode() != CommonDebugInfoDebugGlobalVariable) in InitializeModuleScopeLiveInstructions()
851 if (dbg.GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in ProcessGlobalValues()
Dinline_pass.cpp161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals()
303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
317 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
Dlocal_single_block_elim_pass.cpp34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
/third_party/spirv-tools/source/opt/
Ddebug_info_manager.cpp54 assert(dbg_inlined_at->GetCommonDebugOpcode() == in SetInlinedOperand()
67 assert(dbg_inlined_at->GetCommonDebugOpcode() == in GetInlinedOperand()
76 return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) && in IsEmptyDebugExpression()
141 assert(dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in RegisterDbgDeclare()
142 dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugValue); in RegisterDbgDeclare()
190 lexical_scope_inst->GetCommonDebugOpcode(); in CreateDebugInlinedAt()
374 assert(dbg_expr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression); in DerefDebugExpression()
439 if (inlined_at->GetCommonDebugOpcode() != CommonDebugInfoDebugInlinedAt) { in GetDebugInlinedAt()
487 dbg_scope_itr->second->GetCommonDebugOpcode(); in GetParentScope()
622 if (inst->GetCommonDebugOpcode() != CommonDebugInfoDebugValue) return 0; in GetVariableIdOfDebugValueUsedForDeclare()
[all …]
Dprivate_to_local_pass.cpp160 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse()
185 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
Dlocal_single_store_elim_pass.cpp222 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses()
291 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads()
Dscalar_replacement_pass.cpp92 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in ReplaceVariable()
99 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in ReplaceVariable()
808 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in CheckUses()
809 user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in CheckUses()
882 if (user->GetCommonDebugOpcode() != CommonDebugInfoDebugDeclare || in CheckUsesRelaxed()
Dlocal_access_chain_convert_pass.cpp203 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs()
204 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
Daggressive_dead_code_elim_pass.cpp423 switch (inst->GetCommonDebugOpcode()) { in GetLoadedVariableFromNonFunctionCalls()
622 if (dbg.GetCommonDebugOpcode() != CommonDebugInfoDebugGlobalVariable) in InitializeModuleScopeLiveInstructions()
867 if (dbg.GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in ProcessGlobalValues()
Dinline_pass.cpp161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals()
303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
317 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
Dlocal_single_block_elim_pass.cpp35 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()

12