Home
last modified time | relevance | path

Searched refs:line_inst (Results 1 – 12 of 12) sorted by relevance

/third_party/spirv-tools/source/opt/
Dir_context.cpp947 Instruction* line_inst = inst; in EmitErrorMessage() local
948 while (line_inst != nullptr) { // Stop at the beginning of the basic block. in EmitErrorMessage()
949 if (!line_inst->dbg_line_insts().empty()) { in EmitErrorMessage()
950 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
951 if (line_inst->IsNoLine()) { in EmitErrorMessage()
952 line_inst = nullptr; in EmitErrorMessage()
956 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
962 if (line_inst != nullptr) { in EmitErrorMessage()
964 get_def_use_mgr()->GetDef(line_inst->GetSingleWordInOperand(0)); in EmitErrorMessage()
968 line_number = line_inst->GetSingleWordInOperand(1); in EmitErrorMessage()
[all …]
Dinline_pass.cpp88 const Instruction* line_inst, in AddStore() argument
94 if (line_inst != nullptr) { in AddStore()
95 newStore->AddDebugLine(line_inst); in AddStore()
103 const Instruction* line_inst, in AddLoad() argument
108 if (line_inst != nullptr) { in AddLoad()
109 newLoad->AddDebugLine(line_inst); in AddLoad()
Dinline_pass.h63 const Instruction* line_inst, const DebugScope& dbg_scope);
68 const Instruction* line_inst, const DebugScope& dbg_scope);
Daggressive_dead_code_elim_pass.cpp353 for (auto& line_inst : inst->dbg_line_insts()) { in AddDebugInstructionsToWorkList() local
354 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
355 AddOperandsToWorkList(&line_inst); in AddDebugInstructionsToWorkList()
357 AddDebugScopeToWorkList(&line_inst); in AddDebugInstructionsToWorkList()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_context.cpp933 Instruction* line_inst = inst; in EmitErrorMessage() local
934 while (line_inst != nullptr) { // Stop at the beginning of the basic block. in EmitErrorMessage()
935 if (!line_inst->dbg_line_insts().empty()) { in EmitErrorMessage()
936 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
937 if (line_inst->IsNoLine()) { in EmitErrorMessage()
938 line_inst = nullptr; in EmitErrorMessage()
942 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
948 if (line_inst != nullptr) { in EmitErrorMessage()
950 get_def_use_mgr()->GetDef(line_inst->GetSingleWordInOperand(0)); in EmitErrorMessage()
954 line_number = line_inst->GetSingleWordInOperand(1); in EmitErrorMessage()
[all …]
Dinline_pass.cpp88 const Instruction* line_inst, in AddStore() argument
94 if (line_inst != nullptr) { in AddStore()
95 newStore->AddDebugLine(line_inst); in AddStore()
103 const Instruction* line_inst, in AddLoad() argument
108 if (line_inst != nullptr) { in AddLoad()
109 newLoad->AddDebugLine(line_inst); in AddLoad()
Dinline_pass.h63 const Instruction* line_inst, const DebugScope& dbg_scope);
68 const Instruction* line_inst, const DebugScope& dbg_scope);
Daggressive_dead_code_elim_pass.cpp345 for (auto& line_inst : inst->dbg_line_insts()) { in AddDebugInstructionsToWorkList() local
346 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
347 AddOperandsToWorkList(&line_inst); in AddDebugInstructionsToWorkList()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp933 Instruction* line_inst = inst; in EmitErrorMessage() local
934 while (line_inst != nullptr) { // Stop at the beginning of the basic block. in EmitErrorMessage()
935 if (!line_inst->dbg_line_insts().empty()) { in EmitErrorMessage()
936 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
937 if (line_inst->IsNoLine()) { in EmitErrorMessage()
938 line_inst = nullptr; in EmitErrorMessage()
942 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
948 if (line_inst != nullptr) { in EmitErrorMessage()
950 get_def_use_mgr()->GetDef(line_inst->GetSingleWordInOperand(0)); in EmitErrorMessage()
954 line_number = line_inst->GetSingleWordInOperand(1); in EmitErrorMessage()
[all …]
Dinline_pass.cpp88 const Instruction* line_inst, in AddStore() argument
94 if (line_inst != nullptr) { in AddStore()
95 newStore->AddDebugLine(line_inst); in AddStore()
103 const Instruction* line_inst, in AddLoad() argument
108 if (line_inst != nullptr) { in AddLoad()
109 newLoad->AddDebugLine(line_inst); in AddLoad()
Dinline_pass.h63 const Instruction* line_inst, const DebugScope& dbg_scope);
68 const Instruction* line_inst, const DebugScope& dbg_scope);
Daggressive_dead_code_elim_pass.cpp345 for (auto& line_inst : inst->dbg_line_insts()) { in AddDebugInstructionsToWorkList() local
346 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
347 AddOperandsToWorkList(&line_inst); in AddDebugInstructionsToWorkList()