Home
last modified time | relevance | path

Searched refs:getSrc2SizePerLaneInByte (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_Verifier.cpp1187 uint32_t s2AlignBytes = dpasInst->getSrc2SizePerLaneInByte() * D; in verifyDpas()
H A DG4_IR.hpp1230 uint32_t getSrc2SizePerLaneInByte() const { in getSrc2SizePerLaneInByte() function in vISA::G4_InstDpas
H A DG4_IR.cpp8742 uint32_t bytesPerLane = dpasInst->getSrc2SizePerLaneInByte(); in computeRightBound()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp327 uint32_t bytesPerLane = dpasInst->getSrc2SizePerLaneInByte(); in getFootprintForGRF()