Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOSLog.h108 StringRef getMaskType() const { return MaskType; } in getMaskType() function
135 !Item.getMaskType().empty(); in hasNonScalarOrMask()
H A DFormatString.h598 StringRef getMaskType() const { return MaskType; } in getMaskType() function
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp123 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()
/llvm-project-15.0.7/clang/lib/AST/
H A DOSLog.cpp131 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DVectorInterfaces.td174 /*methodName=*/"getMaskType",
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3029 VectorType maskType = getMaskType(); in verify()
3488 VectorType maskType = getMaskType(); in verify()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp1840 for (unsigned I = 0, E = Item.getMaskType().size(); I < E; ++I) in emitBuiltinOSLogFormat()
1841 Val |= ((uint64_t)Item.getMaskType()[I]) << I * 8; in emitBuiltinOSLogFormat()