Home
last modified time | relevance | path

Searched refs:IsDebugLineInst (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h31 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() function
Dinstruction.cpp30 assert((!IsDebugLineInst(opcode_) || dbg_line.empty()) && in Instruction()
Dir_loader.cpp32 if (IsDebugLineInst(opcode)) { in AddInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp115 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
124 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
Dinstruction.cpp164 if (i.IsDebugLineInst()) i.SetResultId(c->TakeNextId()); in Clone()
574 if (inst->IsDebugLineInst()) in AddDebugLine()
580 bool Instruction::IsDebugLineInst() const { in IsDebugLineInst() function in spvtools::opt::Instruction
Dinstruction.h312 bool IsDebugLineInst() const;
Daggressive_dead_code_elim_pass.cpp346 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
Dir_context.cpp224 if (inst->IsDebugLineInst()) return; in CollectNonSemanticTree()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp115 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
124 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
Dinstruction.cpp164 if (i.IsDebugLineInst()) i.SetResultId(c->TakeNextId()); in Clone()
574 if (inst->IsDebugLineInst()) in AddDebugLine()
580 bool Instruction::IsDebugLineInst() const { in IsDebugLineInst() function in spvtools::opt::Instruction
Dinstruction.h312 bool IsDebugLineInst() const;
Daggressive_dead_code_elim_pass.cpp346 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
Dir_context.cpp224 if (inst->IsDebugLineInst()) return; in CollectNonSemanticTree()
/third_party/spirv-tools/source/opt/
Dir_loader.cpp115 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
124 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
Dinstruction.cpp162 if (i.IsDebugLineInst()) i.SetResultId(c->TakeNextId()); in Clone()
552 if (inst->IsDebugLineInst()) in AddDebugLine()
558 bool Instruction::IsDebugLineInst() const { in IsDebugLineInst() function in spvtools::opt::Instruction
Dinstruction.h326 bool IsDebugLineInst() const;
Daggressive_dead_code_elim_pass.cpp354 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
Dir_context.cpp226 if (inst->IsDebugLineInst()) return; in CollectNonSemanticTree()