Home
last modified time | relevance | path

Searched refs:setAccRegSel (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateMath.cpp427 t8DstOpnd0->setAccRegSel(ACC2); in translateVISAArithmeticDoubleInst()
745 t8DstOpnd0->setAccRegSel(ACC2); in translateVISAArithmeticSingleDivideIEEEInst()
760 t9DstOpnd0->setAccRegSel(ACC3); in translateVISAArithmeticSingleDivideIEEEInst()
761 t2SrcOpnd->setAccRegSel(NOACC); in translateVISAArithmeticSingleDivideIEEEInst()
779 t1DstOpnd0->setAccRegSel(ACC5); in translateVISAArithmeticSingleDivideIEEEInst()
799 t9DstOpnd1->setAccRegSel(ACC7); in translateVISAArithmeticSingleDivideIEEEInst()
802 t1SrcOpnd0->setAccRegSel(ACC5); in translateVISAArithmeticSingleDivideIEEEInst()
809 t6DstOpnd0->setAccRegSel(ACC8); in translateVISAArithmeticSingleDivideIEEEInst()
1244 src0->setAccRegSel(NOACC); in translateVISAArithmeticDoubleSQRTInst()
1279 src1->setAccRegSel(NOACC); in translateVISAArithmeticDoubleSQRTInst()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DAccSubstitution.cpp698 accDst->setAccRegSel(inst->getDst()->getAccRegSel()); in replaceDstWithAcc()
708 accSrc->setAccRegSel(oldSrc->getAccRegSel()); in replaceDstWithAcc()
H A DLVN.cpp567 srcRgn->setAccRegSel(srcToReplace->getAccRegSel()); in replaceAllUses()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillCleanup.cpp955 newDstRgn->setAccRegSel(dstRgn->getAccRegSel()); in replaceCoalescedOperands()
983 newSrcRgn->setAccRegSel(srcRgn->getAccRegSel()); in replaceCoalescedOperands()
H A DG4_IR.hpp2485 void setAccRegSel(G4_AccRegSel value) { accRegSel = value; } in setAccRegSel() function in vISA::G4_Operand
H A DHWConformity.cpp5291 newDst->setAccRegSel(accSel); in fixOverlapInst()
5429 newDst->setAccRegSel(accSel); in avoidInstDstSrcOverlap()