Home
last modified time | relevance | path

Searched refs:getCondModBase (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp751 const G4_VarBase* getCondModBase() const;
752 G4_VarBase* getCondModBase() { in getCondModBase() function in vISA::G4_INST
753 return const_cast<G4_VarBase*>(((const G4_INST*)this)->getCondModBase()); in getCondModBase()
H A DReduceExecSize.cpp1411 bool useMask = inst->getPredicate() || inst->getCondModBase() || in evenlySplitInst()
H A DGraphColor.cpp8683 if (inst->getCondModBase() && in detectUndefinedUses()
8741 if (inst->getCondModBase() && in detectNeverDefinedUses()
H A DG4_IR.cpp3430 const G4_VarBase* G4_INST::getCondModBase() const in getCondModBase() function in G4_INST
H A DOptimizer.cpp6997 else if (G4_VarBase* flag = inst->getCondModBase()) in clearARFDependencies()