/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | debug_info_manager.cpp | 121 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction() 127 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction() 217 } else if (line->GetShader100DebugOpcode() == in CreateDebugInlinedAt() 611 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation() 720 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst() 733 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst() 859 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo() 892 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
|
D | instruction.cpp | 572 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst() 581 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine() 587 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine() 676 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
|
D | instruction.h | 586 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const; 600 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
|
D | inline_pass.cpp | 412 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock() 450 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
|
D | aggressive_dead_code_elim_pass.cpp | 648 auto op = dbg.GetShader100DebugOpcode(); in InitializeModuleScopeLiveInstructions()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | debug_info_manager.cpp | 121 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction() 127 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction() 217 } else if (line->GetShader100DebugOpcode() == in CreateDebugInlinedAt() 611 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation() 720 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst() 733 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst() 873 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo() 906 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
|
H A D | instruction.cpp | 572 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst() 581 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine() 587 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine() 676 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
|
H A D | instruction.h | 586 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const; 600 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
|
H A D | inline_pass.cpp | 425 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock() 463 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
|
H A D | aggressive_dead_code_elim_pass.cpp | 676 auto op = dbg.GetShader100DebugOpcode(); in InitializeModuleScopeLiveInstructions()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | debug_info_manager.cpp | 121 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction() 127 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction() 217 } else if (line->GetShader100DebugOpcode() == in CreateDebugInlinedAt() 611 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation() 720 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst() 733 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst() 859 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo() 892 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
|
H A D | instruction.cpp | 572 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst() 581 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine() 587 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine() 676 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
|
H A D | instruction.h | 586 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const; 600 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
|
H A D | inline_pass.cpp | 425 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock() 463 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
|
H A D | aggressive_dead_code_elim_pass.cpp | 648 auto op = dbg.GetShader100DebugOpcode(); in InitializeModuleScopeLiveInstructions()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_test.cpp | 1529 TEST_F(DescriptorTypeTest, GetShader100DebugOpcode) { argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | instruction_test.cpp | 1529 TEST_F(DescriptorTypeTest, GetShader100DebugOpcode) { argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | instruction_test.cpp | 1529 TEST_F(DescriptorTypeTest, GetShader100DebugOpcode) { argument
|