Home
last modified time | relevance | path

Searched refs:getDst (Results 51 – 75 of 360) sorted by relevance

12345678910>>...15

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DInstCombine.cpp63 G4_Operand *defDst = defInst->getDst(); in run()
270 if (useSrcOpnd->getType() != defInst->getDst()->getType()) { in tryInstPropagate()
276 } else if (useInst->getDst() == nullptr) { in tryInstPropagate()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalDataflow.cpp424 G4_DstRegRegion* Dst = Inst->getDst(); in processReadOpnds()
560 if (!inst->getDst()) in analyzeBB()
566 auto dst = inst->getDst(); in analyzeBB()
591 dst->getExecTypeSize() != prevInst->getDst()->getExecTypeSize()) in analyzeBB()
595 auto rel = dst->compareOperand(prevInst->getDst()); in analyzeBB()
H A DInstSplit.cpp168 if (inst->getDst() && cross2GRFDst(inst->getDst())) in splitInstruction()
182 if (needSplitByExecSize(execSize) && inst->getDst()->isNullReg() && in splitInstruction()
199 G4_DstRegRegion* dst = inst->getDst(); in splitInstruction()
298 (inst->getDst()->getTypeSize() == 8 || TypeSize(inst->getExecType()) == 8); in splitInstruction()
H A DG4_IR.cpp928 G4_Operand* dst = getDst(); in isDFInstruction()
1072 const G4_Operand* dst = getDst(); in isLongPipeInstructionXe()
1125 G4_Operand* dst = getDst(); in isIntegerPipeInstructionXe()
1184 const G4_Operand* dst = getDst(); in isFloatPipeInstructionXe()
2193 if (useInst->getDst() == nullptr) in canPropagateTo()
2673 auto def_dst = defInst->getDst(); in canHoistTo()
2888 if (defInst->getDst() && defInst->getDst()->getTopDcl()) in canHoistTo()
3082 G4_Operand *dst0 = inst->getDst(); in isWAWdep()
3298 if (getDst() && getDst()->isNativePackedRegion() && in isComprInvariantSrcRegion()
3330 if (!getDst() || hasNULLDst()) in isPartialWriteForSpill()
[all …]
H A DSpillManagerGMRF.cpp908 inst->getDst() && in isMultiRegComprSource()
1169 auto dst = inst->getDst(); in getSpillRowSizeForSendDst()
1198 auto dst = sendOut->getDst(); in createPostDstSpillRangeDeclare()
3164 auto dst = inst->getDst(); in updateRMWNeeded()
3201 auto spilledRegion = inst->getDst(); in insertSpillRangeCode()
3492 auto dstRegion = inst->getDst(); in insertFillGRFRangeCode()
4393 auto dst = inst->getDst(); in runSpillAnalysis()
4480 if (inst->getDst()) in insertSpillFillCode()
4697 if (inst->getDst()) in spillLiveRanges()
4841 if (inst->getDst() && inst->getDst()->isAddress()) in saveRestoreA0()
[all …]
/dports/net/p5-Net-Libdnet/Net-Libdnet-0.99/examples/
H A Dintf-get-dst.pl9 my $info = $h->getDst($dst) or die("FATAL: getDst");
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/pyglue/DocStrings/
H A DColorSpaceTransform.py31 def getDst(self): member in ColorSpaceTransform
H A DLookTransform.py12 def getDst(self): member in LookTransform
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/pyglue/DocStrings/
H A DColorSpaceTransform.py31 def getDst(self): member in ColorSpaceTransform
H A DLookTransform.py12 def getDst(self): member in LookTransform
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/pyglue/DocStrings/
H A DColorSpaceTransform.py31 def getDst(self): member in ColorSpaceTransform
H A DLookTransform.py12 def getDst(self): member in LookTransform
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/jniglue/org/OpenColorIO/
H A DColorSpaceTransform.java39 public native String getDst(); in getDst() method in ColorSpaceTransform
H A DLookTransform.java39 public native String getDst(); in getDst() method in LookTransform
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/jniglue/org/OpenColorIO/
H A DColorSpaceTransform.java39 public native String getDst(); in getDst() method in ColorSpaceTransform
H A DLookTransform.java39 public native String getDst(); in getDst() method in LookTransform
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/jniglue/org/OpenColorIO/
H A DColorSpaceTransform.java39 public native String getDst(); in getDst() method in ColorSpaceTransform
H A DLookTransform.java39 public native String getDst(); in getDst() method in LookTransform
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLatencyTable.cpp135 auto Dst = Inst->getDst(); in getLatencyG12()
237 else if (G4_DstRegRegion* Dst = Inst->getDst()) { in getOccupancyG12()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/
H A Dgfxcore.cpp595 dst = prim->getDst(); in draw()
706 dst = prim->getDst(); in draw()
898 int x1 = prim->getDst()._x1; in draw()
899 int y1 = prim->getDst()._y1; in draw()
919 x1 = (prim->getDst()._x1 + _dimx - 1) - u; in draw()
1676 int x1 = prim->getDst()._x1; in drawAA()
1677 int y1 = prim->getDst()._y1; in drawAA()
1897 x1 = prim->getDst()._x1; in draw()
1898 y1 = prim->getDst()._y1; in draw()
1991 rcDst = prim->getDst(); in draw()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tony/
H A Dgfxcore.cpp595 dst = prim->getDst(); in draw()
706 dst = prim->getDst(); in draw()
898 int x1 = prim->getDst()._x1; in draw()
899 int y1 = prim->getDst()._y1; in draw()
919 x1 = (prim->getDst()._x1 + _dimx - 1) - u; in draw()
1676 int x1 = prim->getDst()._x1; in drawAA()
1677 int y1 = prim->getDst()._y1; in drawAA()
1897 x1 = prim->getDst()._x1; in draw()
1898 y1 = prim->getDst()._y1; in draw()
1991 rcDst = prim->getDst(); in draw()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dtimelapsers.hpp69 CV_WRAP virtual const UMat& getDst() {return dst_;} in getDst() function in cv::detail::Timelapser
/dports/security/fwbuilder/fwbuilder-5.3.7/src/pflib/
H A DPolicyCompiler_ipf.cpp164 RuleElementDst *dst=rule->getDst(); in processNext()
176 ndst=r->getDst(); in processNext()
187 ndst=r->getDst(); in processNext()
241 dropDynamicInterface( rule->getDst() ); in processNext()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/cisco_lib/
H A DPolicyCompiler_iosacl.cpp110 findDynamicInterface(rule,rule->getDst()); in processNext()
150 RuleElementDst *odst = rule->getDst(); in processNext()
155 RuleElementDst *ndst = r->getDst(); in processNext()
H A DPolicyCompiler_nxosacl.cpp112 findDynamicInterface(rule,rule->getDst()); in processNext()
152 RuleElementDst *odst = rule->getDst(); in processNext()
157 RuleElementDst *ndst = r->getDst(); in processNext()

12345678910>>...15