Home | History | Annotate | Download | only in compiler

Lines Matching refs:isMatrix

328 		else if(isMatrix())
370 else if(isMatrix())
424 return isMatrix() ? secondarySize : primarySize;
427 bool isMatrix() const { return secondarySize > 1; }
446 bool isVector() const { return primarySize > 1 && !isMatrix(); }
447 bool isScalar() const { return primarySize == 1 && !isMatrix() && !structure && !isInterfaceBlock(); }
448 bool isRegister() const { return !isMatrix() && !structure && !array && !isInterfaceBlock(); } // Fits in a 4-element register
640 bool isMatrix() const
652 ASSERT(isMatrix());
658 ASSERT(isMatrix());
669 return array || isMatrix() || isVector();