Home
last modified time | relevance | path

Searched defs:NodeBase (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h449 struct NodeBase { struct
464 void append(NodeAddr<NodeBase*> NA); argument
467 void init() { memset(this, 0, sizeof *this); } in init()
469 void setNext(NodeId N) { Next = N; } in setNext()
473 uint16_t Reserved;
474 NodeId Next; // Id of the next node in the circular chain.
478 struct Def_struct {
481 struct PhiU_struct {
484 struct Code_struct {
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument
DRDFGraph.cpp528 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dnode.h48 struct BACKEND_EXPORT NodeBase { struct
54 using NodeBaseList = std::vector<NodeBase>; argument
/third_party/typescript/tests/cases/compiler/
DdiscriminantsAndPrimitives.ts60 interface NodeBase { interface
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/cluster/topology/
Dnode_base.h36 explicit NodeBase(const std::string &node_id, const std::string &role) in NodeBase() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/topology/
Dmeta_server_node.h141 …: NodeBase(node_id, role), total_node_num_(node_num), abnormal_node_num_(0), enable_monitor_(true)… in NodeBase() function