Home
last modified time | relevance | path

Searched defs:NodeId (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h31 using NodeId = typename GraphT::NodeId; in applyR1() local
75 using NodeId = typename GraphT::NodeId; in applyR2() local
181 using NodeId = GraphBase::NodeId; in backpropagate() local
/third_party/node/deps/v8/src/compiler/
Dgraph.h32 using NodeId = uint32_t; variable
Dmemory-optimizer.h24 using NodeId = uint32_t; variable
Dgraph-reducer.h27 using NodeId = uint32_t; variable
Dnode.h31 using NodeId = uint32_t; variable
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-labeller.h32 int NodeId(const NodeBase* node) { return node_ids_[node]; } in NodeId() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h278 using NodeId = GraphBase::NodeId; variable
428 using NodeId = GraphBase::NodeId; in reduce() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp419 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp382 int NodeId = User->getNodeId(); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h260 using NodeId = uint32_t; variable
/third_party/typescript/src/compiler/
Dtypes.ts892 export type NodeId = number; alias