Home
last modified time | relevance | path

Searched refs:dstNode (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp883 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/
Dprint-ipx.c54 uint8_t dstNode[6]; /* destination node */ member
85 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode), in ipx_print()
Dappletalk.h40 uint8_t dstNode; member
Dprint-atalk.c151 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()