Home
last modified time | relevance | path

Searched defs:SetOpcode (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dnode.h78 void SetOpcode(int op) { this->op_ = op; } in SetOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h230 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h230 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() function
/third_party/spirv-tools/source/opt/
Dinstruction.h243 void SetOpcode(spv::Op op) { opcode_ = op; } in SetOpcode() function