Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSplitAlignedScalars.cpp417 …auto newDstRgn = kernel.fg.builder->createDst(newDcl->getRegVar(), dst->getRegOff(), dst->getSubRe… in run() local
419 inst->setDest(newDstRgn); in run()
H A DSpillCleanup.cpp952 auto newDstRgn = kernel.fg.builder->createDst(it->second.first->getRegVar(), in replaceCoalescedOperands() local
955 newDstRgn->setAccRegSel(dstRgn->getAccRegSel()); in replaceCoalescedOperands()
956 inst->setDest(newDstRgn); in replaceCoalescedOperands()
H A DVarSplit.cpp1343 auto newDstRgn = kernel.fg.builder->createDst(dcl->getRegVar(), dst->getRegOff(), in replaceDst() local
1347 inst->setDest(newDstRgn); in replaceDst()
H A DOptimizer.cpp1394 G4_DstRegRegion* newDstRgn = kernel.fg.builder->createDst( in replaceAllSpilledRegions() local
1397 inst->setDest(newDstRgn); in replaceAllSpilledRegions()