/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | debug_info_manager.cpp | 52 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 …]
|
D | private_to_local_pass.cpp | 160 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse() 185 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
|
D | local_single_store_elim_pass.cpp | 242 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses() 311 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads()
|
D | scalar_replacement_pass.cpp | 91 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()
|
D | local_access_chain_convert_pass.cpp | 187 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs() 188 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
|
D | aggressive_dead_code_elim_pass.cpp | 423 switch (inst->GetCommonDebugOpcode()) { in GetLoadedVariableFromNonFunctionCalls() 622 if (dbg.GetCommonDebugOpcode() != CommonDebugInfoDebugGlobalVariable) in InitializeModuleScopeLiveInstructions() 851 if (dbg.GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in ProcessGlobalValues()
|
D | inline_pass.cpp | 161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals() 303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 317 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
|
D | local_single_block_elim_pass.cpp | 34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
|
D | instruction.h | 575 CommonDebugInfoInstructions GetCommonDebugOpcode() const; 588 return GetCommonDebugOpcode() != CommonDebugInfoInstructionsMax; in IsCommonDebugInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | debug_info_manager.cpp | 52 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 …]
|
D | private_to_local_pass.cpp | 160 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse() 185 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
|
D | local_single_store_elim_pass.cpp | 242 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses() 311 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads()
|
D | scalar_replacement_pass.cpp | 91 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()
|
D | local_access_chain_convert_pass.cpp | 187 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs() 188 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
|
D | aggressive_dead_code_elim_pass.cpp | 423 switch (inst->GetCommonDebugOpcode()) { in GetLoadedVariableFromNonFunctionCalls() 622 if (dbg.GetCommonDebugOpcode() != CommonDebugInfoDebugGlobalVariable) in InitializeModuleScopeLiveInstructions() 851 if (dbg.GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in ProcessGlobalValues()
|
D | inline_pass.cpp | 161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals() 303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 317 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
|
D | local_single_block_elim_pass.cpp | 34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
|
/third_party/spirv-tools/source/opt/ |
D | debug_info_manager.cpp | 54 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 …]
|
D | private_to_local_pass.cpp | 160 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse() 185 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
|
D | local_single_store_elim_pass.cpp | 222 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses() 291 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads()
|
D | scalar_replacement_pass.cpp | 92 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()
|
D | local_access_chain_convert_pass.cpp | 203 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs() 204 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
|
D | aggressive_dead_code_elim_pass.cpp | 423 switch (inst->GetCommonDebugOpcode()) { in GetLoadedVariableFromNonFunctionCalls() 622 if (dbg.GetCommonDebugOpcode() != CommonDebugInfoDebugGlobalVariable) in InitializeModuleScopeLiveInstructions() 867 if (dbg.GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in ProcessGlobalValues()
|
D | inline_pass.cpp | 161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals() 303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 317 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
|
D | local_single_block_elim_pass.cpp | 35 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
|