Home
last modified time | relevance | path

Searched refs:non_semantic (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.cpp51 for (auto& non_semantic : non_semantic_) { in Clone() local
53 std::unique_ptr<Instruction>(non_semantic->Clone(ctx))); in Clone()
117 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
118 if (!non_semantic->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
165 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
166 if (!static_cast<const Instruction*>(non_semantic.get()) in WhileEachInst()
Dfunction.h85 std::unique_ptr<Instruction> non_semantic);
261 std::unique_ptr<Instruction> non_semantic) { in AddNonSemanticInstruction() argument
262 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp51 for (auto& non_semantic : non_semantic_) { in Clone() local
53 std::unique_ptr<Instruction>(non_semantic->Clone(ctx))); in Clone()
117 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
118 if (!non_semantic->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
165 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
166 if (!static_cast<const Instruction*>(non_semantic.get()) in WhileEachInst()
Dfunction.h85 std::unique_ptr<Instruction> non_semantic);
261 std::unique_ptr<Instruction> non_semantic) { in AddNonSemanticInstruction() argument
262 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()
/third_party/spirv-tools/source/opt/
Dfunction.cpp51 for (auto& non_semantic : non_semantic_) { in Clone() local
53 std::unique_ptr<Instruction>(non_semantic->Clone(ctx))); in Clone()
117 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
118 if (!non_semantic->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
165 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
166 if (!static_cast<const Instruction*>(non_semantic.get()) in WhileEachInst()
Dfunction.h86 std::unique_ptr<Instruction> non_semantic);
274 std::unique_ptr<Instruction> non_semantic) { in AddNonSemanticInstruction() argument
275 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()