Home
last modified time | relevance | path

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

/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfunction.cpp49 for (auto& non_semantic : non_semantic_) { in Clone() local
51 std::unique_ptr<Instruction>(non_semantic->Clone(ctx))); in Clone()
115 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
116 if (!non_semantic->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
163 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local
164 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()
/external/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.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()