Home
last modified time | relevance | path

Searched refs:setSetToken (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.cpp1781 succPred->getLastInstruction()->setSetToken(token); in shareToken()
1927 node->getLastInstruction()->setSetToken(token); in assignToken()
1965 succ->getLastInstruction()->setSetToken(token); in assignToken()
1974 succ->getLastInstruction()->setSetToken(token); in assignToken()
2331 node->getLastInstruction()->setSetToken(token); in quickTokenAllocation()
2625 canidateNode->getLastInstruction()->setSetToken(pred->getLastInstruction()->getSetToken()); in assignTokenToPred()
2685 node->getLastInstruction()->setSetToken(canidateNode->getLastInstruction()->getSetToken()); in assignTokenWithPred()
2793 node->getLastInstruction()->setSetToken(exToken); in allocateToken()
2814 node->getLastInstruction()->setSetToken(k); in allocateToken()
2843 node->getLastInstruction()->setSetToken(reuseToken); in allocateToken()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp405 void setSetToken(unsigned short token) {swsb.SBToken = token; swsb.tokenType = SB_SET;} in setSetToken() function in vISA::G4_INST