Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp507 static inline bool tokenHonourInstruction(const G4_INST* inst) in tokenHonourInstruction() function
509 return inst->tokenHonourInstruction(); in tokenHonourInstruction()
3440 if (tokenHonourInstruction(inst)) in insertSyncXe()
3748 if (tokenHonourInstruction(inst)) in insertSyncPVC()
3900 if (tokenHonourInstruction(nextInst) || in insertSync()
5953 if (tokenHonourInstruction(liveInst)) in SBDDD()
6274 if (tokenHonourInstruction(curInst)) in SBDDD()
7543 if (!inst->tokenHonourInstruction()) in setForceDebugSWSB()
7562 if (inst->tokenHonourInstruction()) in setForceDebugSWSB()
7643 !inst->tokenHonourInstruction()) in setInstructionStallSWSB()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp739 if (inst->tokenHonourInstruction() && (inst->getTokenType() == SWSBTokenType::SB_SET)) in SetSWSB()
H A DG4_IR.cpp972 bool G4_INST::tokenHonourInstruction() const in tokenHonourInstruction() function in G4_INST
1279 if (tokenHonourInstruction()) in getInstructionPipeXe()
H A DG4_IR.hpp872 bool tokenHonourInstruction() const;