Home
last modified time | relevance | path

Searched refs:createDstWithNewSubRegOff (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateALU.cpp549 dstOpnd = createDstWithNewSubRegOff(dstOpnd, 1); in translateVISADataMovementInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillCode.cpp279 …G4_DstRegRegion* d = match_found ? builder.createDstWithNewSubRegOff(&rgn, 0) : builder.createDstR… in replaceSpilledDst()
H A DBuildIR.h1037 G4_DstRegRegion* createDstWithNewSubRegOff(G4_DstRegRegion* old, short newSubRegOff);
H A DBuildIRImpl.cpp1181 G4_DstRegRegion* IR_Builder::createDstWithNewSubRegOff(G4_DstRegRegion* old, short newSubRegOff) in createDstWithNewSubRegOff() function in IR_Builder
H A DOptimizer.cpp4203 auto newDst = builder.createDstWithNewSubRegOff(inst->getDst(), 1); in expandPseudoLogic()
5446 auto newDst = builder.createDstWithNewSubRegOff(mDot2->getDst(), subRegOff); in reusePreviousHeader()