Searched refs:dstNode (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/ |
D | LoopFusion.cpp | 883 auto *dstNode = mdg->getNode(dstId); in hasNonAffineUsersOnThePath() local 891 if (srcNode->op->isBeforeInBlock(op) && op->isBeforeInBlock(dstNode->op)) { in hasNonAffineUsersOnThePath() 946 auto *dstNode = mdg->getNode(dstId); in canFuseSrcWhichWritesToLiveOut() local 971 dstNode->getStoreOpsForMemref(memref, &dstStoreOps); in canFuseSrcWhichWritesToLiveOut() 973 dstNode->getLoadOpsForMemref(memref, &dstLoadOps); in canFuseSrcWhichWritesToLiveOut() 1385 auto *dstNode = mdg->getNode(dstId); in fuseProducerConsumerNodes() local 1387 if (!isa<AffineForOp>(dstNode->op)) in fuseProducerConsumerNodes() 1393 sinkSequentialLoops(dstNode); in fuseProducerConsumerNodes() 1395 SmallVector<Operation *, 4> loads = dstNode->loads; in fuseProducerConsumerNodes() 1472 mdg->getOutEdgeCount(dstNode->id, memref) > 0) { in fuseProducerConsumerNodes() [all …]
|
/external/tcpdump/ |
D | print-ipx.c | 54 uint8_t dstNode[6]; /* destination node */ member 85 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode), in ipx_print()
|
D | appletalk.h | 40 uint8_t dstNode; member
|
D | print-atalk.c | 151 ataddr_string(ndo, EXTRACT_16BITS(&dp->dstNet), dp->dstNode), in llap_print() 201 ataddr_string(ndo, EXTRACT_16BITS(&dp->dstNet), dp->dstNode), in atalk_print()
|