Home
last modified time | relevance | path

Searched refs:dstRgn (Results 1 – 19 of 19) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVarSplit.cpp226 auto dstRgn = inst->getDst(); in verifyOverlap() local
227 if (dstRgn && dstRgn->getTopDcl() && in verifyOverlap()
228 dstRgn->getTopDcl()->getRegVar()->getPhyReg() && in verifyOverlap()
229 dstRgn->getTopDcl()->getRegVar()->getPhyReg()->isGreg()) in verifyOverlap()
231 auto grf = dstRgn->getTopDcl()->getRegVar()->getPhyReg()->asGreg()->getRegNum(); in verifyOverlap()
232 …auto numRows = (dstRgn->getLinearizedEnd() - dstRgn->getLinearizedStart() + numEltPerGRF<Type_UB>(… in verifyOverlap()
235 regToDcl[i] = dstRgn->getTopDcl(); in verifyOverlap()
504 auto dstRgn = kernel.fg.builder->createDstRegRegion(splitDcl, 1); in split() local
510 nullptr, Intrinsic::Split, execSize, dstRgn, srcRgn, nullptr, nullptr, in split()
1262 auto dstRgn = kernel.fg.builder->createDst(dst->getRegVar(), (short)i, 0, 1, Type_F); in copy() local
[all …]
H A DSplitAlignedScalars.cpp429 …auto dstRgn = kernel.fg.builder->createDst(newAlignedVar->getRegVar(), dst->getRegOff(), dst->getS… in run() local
431 inst->setDest(dstRgn); in run()
438 auto src = kernel.fg.builder->createSrc(dstRgn->getBase(), dstRgn->getRegOff(), in run()
439dstRgn->getSubRegOff(), execSize == g4::SIMD1 ? kernel.fg.builder->getRegionScalar() : in run()
H A DSpillCleanup.cpp951 auto dstRgn = dst->asDstRegRegion(); in replaceCoalescedOperands() local
953 …it->second.second + dstRgn->getRegOff(), dstRgn->getSubRegOff(), dstRgn->getHorzStride(), dstRgn->… in replaceCoalescedOperands()
955 newDstRgn->setAccRegSel(dstRgn->getAccRegSel()); in replaceCoalescedOperands()
1408 G4_DstRegRegion* dstRgn = kernel.fg.builder->createDst( in fixSendsSrcOverlap() local
1411 g4::SIMD8, dstRgn, srcRgn, InstOpt_WriteEnable, false); in fixSendsSrcOverlap()
H A DRegAlloc.cpp2616 G4_DstRegRegion* dstRgn = dst->asDstRegRegion(); in markBlockLocalVars() local
2618 if (dstRgn->getBase()->isRegVar()) { in markBlockLocalVars()
2619 markBlockLocalVar(dstRgn->getBase()->asRegVar(), bb->getId()); in markBlockLocalVars()
2833 G4_DstRegRegion* dstRgn = builder->createDst(r1_dst->getRegVar(), 0, 0, 1, Type_UD); in setABIForStackCallFunctionCalls() local
2834 fcall->setDest(dstRgn); in setABIForStackCallFunctionCalls()
H A DLinearScanRA.cpp162 G4_DstRegRegion* dstRgn = dst; in hasDstSrcOverlapPotential() local
163 …dstOpndNumRows = dstRgn->getSubRegOff() + dstRgn->getLinearizedEnd() - dstRgn->getLinearizedStart(… in hasDstSrcOverlapPotential()
H A DLocalRA.cpp1565 G4_DstRegRegion* dstRgn = dst; in hasDstSrcOverlapPotential() local
1566 …dstOpndNumRows = dstRgn->getSubRegOff() + dstRgn->getLinearizedEnd() - dstRgn->getLinearizedStart(… in hasDstSrcOverlapPotential()
H A DHWConformity.cpp5374 G4_DstRegRegion* dstRgn = dst; in avoidInstDstSrcOverlap() local
5375 …int dstOpndNumRows = ((dstRgn->getLinearizedEnd() - dstRgn->getLinearizedStart()) / numEltPerGRF(T… in avoidInstDstSrcOverlap()
5376 int dstLeft = dstRgn->getLinearizedStart(); in avoidInstDstSrcOverlap()
5378 dstRgn->getLinearizedEnd(); in avoidInstDstSrcOverlap()
7362 G4_DstRegRegion* dstRgn = builder.createDst( in fixPlaneInst() local
7379 G4_INST* newInst = builder.createMov(g4::SIMD4, dstRgn, srcRgn, InstOpt_NoOpt, false); in fixPlaneInst()
7416 G4_DstRegRegion* dstRgn = builder.createDst( in fixPlaneInst() local
7433 … G4_INST* newInst = builder.createMov(g4::SIMD16, dstRgn, srcRgn, InstOpt_NoOpt, false); in fixPlaneInst()
H A DGraphColor.cpp2012 G4_DstRegRegion* dstRgn = dst; in markInterferenceForSend() local
2014 dstId = ((G4_RegVar*)dstRgn->getBase())->getId(); in markInterferenceForSend()
7500 auto dstRgn = builder.createDstRegRegion(builder.kernel.fg.scratchRegDcl, 1); in stackCallProlog() local
7503 …G4_INST* mov = builder.createMov(G4_ExecSize(numEltPerGRF<Type_UD>()), dstRgn, srcRgn, InstOpt_Wri… in stackCallProlog()
7629 …G4_DstRegRegion* dstRgn = builder.createDst(dstDcl->getRegVar(), 0, 0, 1, (execSize > 8) ? Type_UW… in restoreRegs() local
7634 …fillIntrinsic = builder.createFill(headerOpnd, dstRgn, execSize, responseLength, frameOwordOffset … in restoreRegs()
7637 …fillIntrinsic = builder.createFill(dstRgn, execSize, responseLength, frameOwordOffset / 2, framePt… in restoreRegs()
H A DBuildIRImpl.cpp982 auto dstRgn = createDst(dcl->getRegVar(), 0, 0, 1, Type_UD); in createPseudoKill() local
984 dstRgn, createImm((unsigned int)ty, Type_UD), nullptr, nullptr, InstOpt_WriteEnable, true); in createPseudoKill()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DQuickdraw.pas1433 procedure CloseRgn( dstRgn: RgnHandle ); external name '_CloseRgn';
1532 procedure MacCopyRgn( srcRgn: RgnHandle; dstRgn: RgnHandle ); external name '_CopyRgn';
1534 procedure CopyRgn( srcRgn: RgnHandle; dstRgn: RgnHandle ); external name '_CopyRgn';
1628 procedure SectRgn( srcRgnA: RgnHandle; srcRgnB: RgnHandle; dstRgn: RgnHandle ); external name '_Sec…
1643 procedure MacUnionRgn( srcRgnA: RgnHandle; srcRgnB: RgnHandle; dstRgn: RgnHandle ); external name '…
1645 procedure UnionRgn( srcRgnA: RgnHandle; srcRgnB: RgnHandle; dstRgn: RgnHandle ); external name '_Un…
1660 procedure DiffRgn( srcRgnA: RgnHandle; srcRgnB: RgnHandle; dstRgn: RgnHandle ); external name '_Dif…
1675 procedure MacXorRgn( srcRgnA: RgnHandle; srcRgnB: RgnHandle; dstRgn: RgnHandle ); external name '_X…
1677 procedure XorRgn( srcRgnA: RgnHandle; srcRgnB: RgnHandle; dstRgn: RgnHandle ); external name '_XorR…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqt_mac_p.h85 void CopyRgn(RgnHandle srcRgn, RgnHandle dstRgn);
95 void UnionRgn(RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn);
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c2742 RgnHandle dstRgn; in Qd_CloseRgn() local
2749 CloseRgn(dstRgn); in Qd_CloseRgn()
2815 RgnHandle dstRgn; in Qd_MacCopyRgn() local
2942 RgnHandle dstRgn; in Qd_SectRgn() local
2953 dstRgn); in Qd_SectRgn()
2964 RgnHandle dstRgn; in Qd_MacUnionRgn() local
2986 RgnHandle dstRgn; in Qd_DiffRgn() local
2997 dstRgn); in Qd_DiffRgn()
3008 RgnHandle dstRgn; in Qd_MacXorRgn() local
6235 dstRgn); in Qd_CopyRgn()
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c2742 RgnHandle dstRgn; in Qd_CloseRgn() local
2749 CloseRgn(dstRgn); in Qd_CloseRgn()
2815 RgnHandle dstRgn; in Qd_MacCopyRgn() local
2942 RgnHandle dstRgn; in Qd_SectRgn() local
2953 dstRgn); in Qd_SectRgn()
2964 RgnHandle dstRgn; in Qd_MacUnionRgn() local
2986 RgnHandle dstRgn; in Qd_DiffRgn() local
2997 dstRgn); in Qd_DiffRgn()
3008 RgnHandle dstRgn; in Qd_MacXorRgn() local
6235 dstRgn); in Qd_CopyRgn()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DFormatter.cpp1003 Region dstRgn = dst.getRegion(); in formatDstOp() local
1005 (dstRgn != os.implicitDstRegion(i.isMacro()) && in formatDstOp()
1006 dstRgn != Region::INVALID)) in formatDstOp()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DEncoder.cpp1178 auto dstRgn = dst.getRegion(); in encodeBasicDestination() local
1181 if (dstRgn != dstRgnImpl) { in encodeBasicDestination()
1185 GED_ENCODE(DstHorzStride, lowerRegionHorz(dstRgn.getHz())); in encodeBasicDestination()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DLVN.cpp344 auto dstRgn = curDst; in canReplaceUses() local
345 auto topdcl = dstRgn->getTopDcl(); in canReplaceUses()
/dports/audio/libgig/libgig-4.3.0/src/
H A DDLS.cpp1532 Region* dstRgn = AddRegion(); in CopyAssign() local
1534 dstRgn->CopyAssign(*it); in CopyAssign()
H A Dgig.cpp5981 Region* dstRgn = AddRegion(); in CopyAssign() local
5983 dstRgn->CopyAssign( in CopyAssign()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java333 public static final native void UnionRgn(long srcRgnA, long srcRgnB, long dstRgn); in UnionRgn() argument
335 public static final native void CloseRgn(long dstRgn); in CloseRgn() argument
346 public static final native void SectRgn(long srcRgnA, long srcRgnB, long dstRgn); in SectRgn() argument
350 public static final native void DiffRgn(long srcRgnA, long srcRgnB, long dstRgn); in DiffRgn() argument