Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMIntrinsicOps.td442 CPred<"!isScalableVectorType($srcvec.getType()) || "
443 "isScalableVectorType($dstvec.getType())">>]> {
477 CPred<"!isScalableVectorType($res.getType()) || "
478 "isScalableVectorType($srcvec.getType())">>]> {
H A DLLVMTypes.h517 bool isScalableVectorType(Type vectorType);
H A DLLVMOpBase.td170 "!::mlir::LLVM::isScalableVectorType($_self)">,
175 "::mlir::LLVM::isScalableVectorType($_self)">,
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp182 if (LLVM::isScalableVectorType(type)) { in parseCmpOp()
2108 LLVM::isScalableVectorType(containerType)); in build()
2142 LLVM::isScalableVectorType(typeV1)); in parse()
2152 if (LLVM::isScalableVectorType(type1)) in verify()
H A DLLVMTypes.cpp915 bool mlir::LLVM::isScalableVectorType(Type vectorType) { in isScalableVectorType() function in mlir::LLVM