Home
last modified time | relevance | path

Searched refs:isCFInst (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp477 virtual bool isCFInst() const { return false; } in isCFInst() function in vISA::G4_INST
1341 bool isCFInst() const override { return true; } in isCFInst() function in vISA::G4_InstCF
H A DFlowGraph.cpp2773 assert(bInst->isCFInst() && in markDivergentBBs()
H A DSpillManagerGMRF.cpp4932 auto endIt = bb->back()->isCFInst() ? std::prev(bb->end()) : bb->end(); in saveRestoreA0()
H A DOptimizer.cpp7537 if (inst->isSend() || inst->isCFInst() || inst->isLabel() || inst->isOptBarrier()) in findFenceCommitPos()
12112 Inst->isCFInst() || in doNoMaskWA()
H A DG4_IR.cpp8351 if (!isBaseInst() && !isCFInst()) in cloneInst()
H A DGraphColor.cpp1140 if (inst->isSend() || inst->isCFInst() || inst->isLabel() || inst->isOptBarrier()) in setupBankConflictsForBBTGL()