Home
last modified time | relevance | path

Searched refs:fillInst (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillManagerGMRF.cpp2679 …auto fillInst = builder_->createFill(payload, postDst, execSize, height, off, fp, InstOpt_WriteEna… in createFillSendInstr() local
2680 fillInst->inheritDIFrom(curInst); in createFillSendInstr()
2681 return fillInst; in createFillSendInstr()
2738 fillInst->inheritDIFrom(curInst); in createFillSendInstr()
2739 return fillInst; in createFillSendInstr()
2850 auto fillInst = builder_->createFill(header, postDst, g4::SIMD16, height, in createLSCFill() local
2852 fillInst->inheritDIFrom(curInst); in createLSCFill()
2853 return fillInst; in createLSCFill()
2880 auto fillInst = builder_->createFill(header, postDst, execSize, in createLSCFill() local
2882 fillInst->inheritDIFrom(curInst); in createLSCFill()
[all …]
H A DSpillCleanup.cpp68 auto fillInst = kernel.fg.builder->createFill(header, fillDst, g4::SIMD16, payloadSize, in generateCoalescedFill() local
70 return fillInst; in generateCoalescedFill()