Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h88 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst()
89 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst()
193 std::unique_ptr<Instruction> end_inst_; variable
202 : def_inst_(std::move(def_inst)), end_inst_() {} in Function()
257 end_inst_ = std::move(end_inst); in SetFunctionEnd()
Dfunction.cpp110 if (end_inst_) { in WhileEachInst()
111 if (!end_inst_->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
157 if (end_inst_) { in WhileEachInst()
158 if (!static_cast<const Instruction*>(end_inst_.get()) in WhileEachInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h88 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst()
89 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst()
193 std::unique_ptr<Instruction> end_inst_; variable
202 : def_inst_(std::move(def_inst)), end_inst_() {} in Function()
257 end_inst_ = std::move(end_inst); in SetFunctionEnd()
Dfunction.cpp110 if (end_inst_) { in WhileEachInst()
111 if (!end_inst_->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
157 if (end_inst_) { in WhileEachInst()
158 if (!static_cast<const Instruction*>(end_inst_.get()) in WhileEachInst()
/third_party/spirv-tools/source/opt/
Dfunction.h89 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst()
90 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst()
206 std::unique_ptr<Instruction> end_inst_; variable
215 : def_inst_(std::move(def_inst)), end_inst_() {} in Function()
270 end_inst_ = std::move(end_inst); in SetFunctionEnd()
Dfunction.cpp110 if (end_inst_) { in WhileEachInst()
111 if (!end_inst_->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()
157 if (end_inst_) { in WhileEachInst()
158 if (!static_cast<const Instruction*>(end_inst_.get()) in WhileEachInst()