Home
last modified time | relevance | path

Searched refs:getSrc1Precision (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp284 ty = getIGAPrecisionType(DpasInst->getSrc1Precision()); in getIGADpasType()
H A DG4_IR.hpp1218 GenPrecision getSrc1Precision() const { return Src1Precision; } in getSrc1Precision() function in vISA::G4_InstDpas
H A DOptimizer.cpp7426 inst->getOption(), dpasInst->getSrc2Precision(), dpasInst->getSrc1Precision(), in evenlySplitDPASInst()
7645 GenPrecision p = dpasInst->getSrc1Precision(); in HWWorkaround()
H A DG4_IR.cpp8657 getSrc2Precision(), getSrc1Precision(), getSystolicDepth(), getRepeatCount()); in cloneInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp268 type = getDPASDataType(inst->asDpasInst()->getSrc1Precision()); in getFootprintForGRF()