Home
last modified time | relevance | path

Searched refs:setJip (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.cpp429 inst->asCFInst()->setJip(if_label); in matchBranch()
458 inst->asCFInst()->setJip(else_label); in matchBranch()
1997 i->asCFInst()->setJip(succ_label); in removeRedundantLabels()
2002 i->asCFInst()->setJip(succ_label); in removeRedundantLabels()
2014 i->asCFInst()->setJip(succ_label); in removeRedundantLabels()
3217 endif->asCFInst()->setJip(label); in setJIPForEndif()
3230 gotoInst->asCFInst()->setJip(NULL); in convertGotoToJmpi()
3423 lastInst->asCFInst()->setJip(fallThruBB->getLabel()); in processGoto()
3456 lastInst->asCFInst()->setJip(joinBlock->getLabel()); in processGoto()
H A DCFGStructurizer.cpp2957 firstInst->asCFInst()->setJip(jipLabel); in setJoinJIP()
3534 gotoInst->asCFInst()->setJip(nextJoinLabel); in generateGotoJoin()
H A DG4_IR.hpp1343 void setJip(G4_Label* opnd) {jip = opnd;} in setJip() function in vISA::G4_InstCF