| /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 | local_single_block_elim_pass.cpp | 34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
|
| 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 | instruction.h | 575 CommonDebugInfoInstructions GetCommonDebugOpcode() const; 588 return GetCommonDebugOpcode() != CommonDebugInfoInstructionsMax; in IsCommonDebugInstr()
|
| /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 | local_single_block_elim_pass.cpp | 34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
|
| 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 | instruction.h | 575 CommonDebugInfoInstructions GetCommonDebugOpcode() const; 588 return GetCommonDebugOpcode() != CommonDebugInfoInstructionsMax; in IsCommonDebugInstr()
|
| /third_party/spirv-tools/source/opt/ |
| D | debug_info_manager.cpp | 53 assert(dbg_inlined_at->GetCommonDebugOpcode() == in SetInlinedOperand() 66 assert(dbg_inlined_at->GetCommonDebugOpcode() == in GetInlinedOperand() 75 return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) && in IsEmptyDebugExpression() 140 assert(dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in RegisterDbgDeclare() 141 dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugValue); in RegisterDbgDeclare() 190 lexical_scope_inst->GetCommonDebugOpcode(); in CreateDebugInlinedAt() 375 assert(dbg_expr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression); in DerefDebugExpression() 440 if (inlined_at->GetCommonDebugOpcode() != CommonDebugInfoDebugInlinedAt) { in GetDebugInlinedAt() 488 dbg_scope_itr->second->GetCommonDebugOpcode(); in GetParentScope() 623 if (inst->GetCommonDebugOpcode() != CommonDebugInfoDebugValue) return 0; in GetVariableIdOfDebugValueUsedForDeclare() [all …]
|
| D | private_to_local_pass.cpp | 159 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in IsValidUse() 184 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugGlobalVariable) { in UpdateUse()
|
| D | local_single_store_elim_pass.cpp | 221 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses() 290 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() 746 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in CheckUses() 747 user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in CheckUses() 820 if (user->GetCommonDebugOpcode() != CommonDebugInfoDebugDeclare || in CheckUsesRelaxed()
|
| D | local_access_chain_convert_pass.cpp | 200 if (user->GetCommonDebugOpcode() == CommonDebugInfoDebugValue || in HasOnlySupportedRefs() 201 user->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in HasOnlySupportedRefs()
|
| D | local_single_block_elim_pass.cpp | 32 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
|
| D | inline_pass.cpp | 161 callee_var_itr->GetCommonDebugOpcode() == in CloneAndMapLocals() 305 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 319 if (callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers()
|