Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/Checker/
H A DIRChecker.cpp53 int dstTypeSz;
241 int dstTypeSz = TypeSizeInBitsWithDefault(dst.getType(), 0) / 8, // to bytes in checkRegRegioningRestrictions() local
243 if (dstTypeSz == 0 || srcTypeSz == 0) in checkRegRegioningRestrictions()
282 if (dstIsDirect && execTypeSz > dstTypeSz) { in checkRegRegioningRestrictions()
283 if (dstTypeSz * dstRgnH != execTypeSz) { in checkRegRegioningRestrictions()