Home
last modified time | relevance | path

Searched refs:isFlowControl (Results 1 – 14 of 14) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLatencyTable.cpp174 if (Inst->isFlowControl()) in getLatencyG12()
H A DDependencies_G4IR.cpp241 else if (inst->isFlowControl()) in CheckBarrier()
H A DSWSB_G4IR.cpp1051 if (!Inst->isFlowControl()) in isBranch()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DInstSplit.cpp40 inst->isFlowControl() || inst->isPseudoLogic() || inst->opcode() == G4_madw) in run()
66 inst->isFlowControl() || inst->isPseudoLogic()) in runOnBB()
H A DRematerialization.h157 if (inst->isFlowControl() || inst->isWait() || in isRematCandidateOp()
H A Difcvt.cpp155 if (last->isFlowControl() && last->asCFInst()->isBackward()) in getInnermostIfBlock()
H A DFlowGraph.cpp736 if (i->isFlowControl() && i->opcode() != G4_endif) in constructFlowGraph()
1949 if (i->isFlowControl()) in removeRedundantLabels()
2115 if (!singlePred->back()->isFlowControl() && in removeRedundantLabels()
H A DG4_BB.cpp119 if (last->isFlowControl()) in fallThroughBB()
H A DG4_IR.hpp516 bool isFlowControl() const in isFlowControl() function in vISA::G4_INST
597 MUST_BE_TRUE(isFlowControl(), ERROR_UNKNOWN); in asCFInst()
H A DBinaryEncodingCNL.cpp342 …if (inst->isAccWrCtrlInst() || (inst->isFlowControl() && inst->opcode() != G4_jmpi && inst->asCFIn… in EncodeAccWrCtrl()
H A DBinaryEncoding.cpp256 …if (inst->isAccWrCtrlInst() || (inst->isFlowControl() && inst->asCFInst()->isBackward() && inst->o… in EncodeAccWrCtrlInst()
H A DG4_IR.cpp3629 if (isFlowControl() && asCFInst()->getJip()) in emit_inst()
3635 if (isFlowControl() && asCFInst()->getUip()) in emit_inst()
H A DCFGStructurizer.cpp464 if (!inst->isLabel() && !inst->isFlowControl()) in dumpbbbase()
H A DOptimizer.cpp12026 if (LastInst->isFlowControl()) in clearSendDependencies()