Searched refs:getMaskType (Results 1 – 7 of 7) sorted by relevance
108 StringRef getMaskType() const { return MaskType; } in getMaskType() function135 !Item.getMaskType().empty(); in hasNonScalarOrMask()
598 StringRef getMaskType() const { return MaskType; } in getMaskType() function
123 if (xferOp.getMaskType().getRank() != 1) in generateMaskCheck()704 if (xferOp.isBroadcastDim(0) || xferOp.getMaskType().getRank() == 1) { in matchAndRewrite()748 xferOp.getMaskType().getRank() > 1)) { in matchAndRewrite()801 if (xferOp.getMaskType().getRank() > 1) { in maybeAssignMask()
131 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
174 /*methodName=*/"getMaskType",
3029 VectorType maskType = getMaskType(); in verify()3488 VectorType maskType = getMaskType(); in verify()
1840 for (unsigned I = 0, E = Item.getMaskType().size(); I < E; ++I) in emitBuiltinOSLogFormat()1841 Val |= ((uint64_t)Item.getMaskType()[I]) << I * 8; in emitBuiltinOSLogFormat()