Home
last modified time | relevance | path

Searched refs:dpasInst (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_Verifier.cpp1013 G4_InstDpas* dpasInst = inst->asDpasInst(); in verifyDpas() local
1015 if (dpasInst->getPredicate() || dpasInst->getCondMod()) in verifyDpas()
1023 G4_DstRegRegion* dst = dpasInst->getDst(); in verifyDpas()
1031 G4_Operand* opnd3 = dpasInst->getSrc(3); in verifyDpas()
1063 if (dpasInst->isInt()) in verifyDpas()
1073 else if (dpasInst->isFP16() || dpasInst->isBF16()) in verifyDpas()
1076 if (dpasInst->getPlatform() >= GENX_PVC) in verifyDpas()
1088 else if (dpasInst->isTF32()) in verifyDpas()
1098 else if (dpasInst->isBF8()) in verifyDpas()
1142 uint32_t ES = dpasInst->getExecSize(); in verifyDpas()
[all …]
H A DBinaryEncodingIGA.cpp660 G4_InstDpas* dpasInst = inst->asDpasInst(); in getIgaOpInfo() local
661 uint8_t D = dpasInst->getSystolicDepth(); in getIgaOpInfo()
662 uint8_t C = dpasInst->getRepeatCount(); in getIgaOpInfo()
1344 G4_InstDpas* dpasInst = inst->asDpasInst(); in translateInstructionSrcs() local
1345 RegRef regRef = getIGADpasRegRef(dpasInst, i); in translateInstructionSrcs()
1346 type = getIGADpasType(dpasInst, i); in translateInstructionSrcs()
H A DOptimizer.cpp7421 G4_InstDpas* dpasInst = inst->asDpasInst(); in evenlySplitDPASInst() local
7426 inst->getOption(), dpasInst->getSrc2Precision(), dpasInst->getSrc1Precision(), in evenlySplitDPASInst()
7427 dpasInst->getSystolicDepth(), dpasInst->getRepeatCount() / 2); in evenlySplitDPASInst()
7429 dpasInst->setRepeatCount(dpasInst->getRepeatCount() / 2); in evenlySplitDPASInst()
7436 G4_InstDpas* dpasInst = inst->asDpasInst(); in hasDPASSourceTwoReuse() local
7437 uint8_t depth = dpasInst->getSystolicDepth(); in hasDPASSourceTwoReuse()
7438 uint8_t repeatC = dpasInst->getRepeatCount(); in hasDPASSourceTwoReuse()
7492 G4_InstDpas* dpasInst = inst->asDpasInst(); in DPASWA() local
7493 uint8_t depth = dpasInst->getSystolicDepth(); in DPASWA()
7494 uint8_t repeatC = dpasInst->getRepeatCount(); in DPASWA()
[all …]
H A DG4_IR.cpp8710 G4_InstDpas* dpasInst = asDpasInst(); in computeRightBound() local
8711 uint8_t D = dpasInst->getSystolicDepth(); in computeRightBound()
8712 uint8_t C = dpasInst->getRepeatCount(); in computeRightBound()
8729 uint32_t bytesPerLane = dpasInst->getSrc1SizePerLaneInByte(); in computeRightBound()
8742 uint32_t bytesPerLane = dpasInst->getSrc2SizePerLaneInByte(); in computeRightBound()
H A DHWConformity.cpp5464 G4_InstDpas* dpasInst = inst->asDpasInst(); in replaceHFBFwithFloat() local
5465 uint8_t C = dpasInst->getRepeatCount(); in replaceHFBFwithFloat()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp326 const G4_InstDpas* dpasInst = inst->asDpasInst(); in getFootprintForGRF() local
327 uint32_t bytesPerLane = dpasInst->getSrc2SizePerLaneInByte(); in getFootprintForGRF()
5266 const G4_InstDpas* dpasInst = curInst->asDpasInst(); in hasInternalDependenceWithinDPAS() local
5267 uint8_t D = dpasInst->getSystolicDepth(); in hasInternalDependenceWithinDPAS()
5409 G4_InstDpas* dpasInst = curInst->asDpasInst(); in isLastDpas() local
5414 uint8_t curD = dpasInst->getSystolicDepth(); in isLastDpas()
5415 uint8_t curC = dpasInst->getRepeatCount(); in isLastDpas()
5741 const G4_InstDpas* dpasInst = curInst->asDpasInst(); in SBDDD() local
5742 node->addDPASSize(dpasInst->getRepeatCount()); in SBDDD()
H A DSWSB_G4IR.h469 G4_InstDpas* dpasInst = i->asDpasInst(); in SBNode() local
470 …DPASSize = dpasInst->getRepeatCount(); //Set the size of the current dpas inst, if there is a macr… in SBNode()