Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DAccSubstitution.cpp696 G4_DstRegRegion* accDst = builder.createDst(accReg, in replaceDstWithAcc() local
698 accDst->setAccRegSel(inst->getDst()->getAccRegSel()); in replaceDstWithAcc()
699 inst->setDest(accDst); in replaceDstWithAcc()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp8367 auto accDst = nonConstBuilder->duplicateOperand(getImplAccDst()); in cloneInst() local
8384 if (accDst) in cloneInst()
8385 newInst->setImplAccDst(accDst); in cloneInst()
H A DHWConformity.cpp7255 G4_DstRegRegion* accDst = builder.hasNFType() ? in expandPlaneMacro() local
7260 accDst, srcR, u, srcP, in expandPlaneMacro()