Home
last modified time | relevance | path

Searched refs:getDPASID (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp5961 …if ((node->getDPASID() + curFootprint->offset - (liveNode->getDPASID() + internalOffset) < tokenAf… in SBDDD()
6031 …if (node->getDPASID() + curFootprint->offset - liveNode->getDPASID() <= TOKEN_AFTER_READ_DPAS_CYCL… in SBDDD()
6038 …if (node->getDPASID() + curFootprint->offset - (liveNode->getDPASID() + internalOffset) <= TOKEN_A… in SBDDD()
6811 if (node->getDPASID() > curLiveNode->getDPASID()) in addGlobalDependence()
6813 …if ((node->getDPASID() + curFootprint->offset - (curLiveNode->getDPASID() + internalOffset) < toke… in addGlobalDependence()
6828 if (node->getDPASID() <= curLiveNode->getDPASID()) in addGlobalDependence()
6834 … unsigned frontDist = node->getDPASID() - BBVector[loopStartBB]->first_DPASID; in addGlobalDependence()
7189 if (node->getDPASID() > curLiveNode->getDPASID()) in addGlobalDependenceWithReachingDef()
7191 …if ((node->getDPASID() + curFootprint->offset - (curLiveNode->getDPASID() + internalOffset) < toke… in addGlobalDependenceWithReachingDef()
7206 if (node->getDPASID() <= curLiveNode->getDPASID()) in addGlobalDependenceWithReachingDef()
[all …]
H A DSWSB_G4IR.h518 int getDPASID() const { return DPASID; } in getDPASID() function