Home
last modified time | relevance | path

Searched defs:InstrNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dnode.h72 InstrNode(int op, int arg) : AbstractNode(kInstr), op_(op), arg_(arg) {} in InstrNode() function
88 InstrNode(Type t, int op, int arg) : AbstractNode(t), op_(op), arg_(arg), line_(-1) {} in InstrNode() function
103 : InstrNode(Value, opcode, oparg), vobj_(vobj), inputs_(inputs) {} in InstrNode() function
133 : InstrNode(type, opcode, oparg), vobj_(vobj), inputs_(inputs) {} in InstrNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h610 struct InstrNode : public CodeNode { struct