Searched refs:isCompatibleVectorType (Results 1 – 11 of 11) sorted by relevance
110 if (LLVM::isCompatibleVectorType(operandType)) { in matchAndRewrite()163 LLVM::isCompatibleVectorType(operandType) in matchAndRewrite()217 if (LLVM::isCompatibleVectorType(operandType)) { in matchAndRewrite()
35 if (!LLVM::isCompatibleVectorType(llvmTy)) in extractNDVectorTypeInfo()
418 assert(LLVM::isCompatibleVectorType(vectorType) && in convertVectorType()
140 assert(LLVM::isCompatibleVectorType(type) && in translate()
291 if (LLVM::isCompatibleVectorType(type)) { in getStdTypeForAttr()315 if (LLVM::isCompatibleVectorType(arrayType.getElementType())) { in getStdTypeForAttr()537 assert((useInsertValue || LLVM::isCompatibleVectorType(rootType)) && in processConstant()
99 if (LLVM::isCompatibleVectorType(lhs.getType()) || in build()100 LLVM::isCompatibleVectorType(rhs.getType())) { in build()102 if (LLVM::isCompatibleVectorType(lhs.getType())) in build()105 if (LLVM::isCompatibleVectorType(rhs.getType())) in build()181 if (LLVM::isCompatibleVectorType(type)) { in parseCmpOp()1381 if (!LLVM::isCompatibleVectorType(type)) in parse()1390 if (!LLVM::isCompatibleVectorType(vectorType)) in verify()1601 if (!LLVM::isCompatibleVectorType(vectorType)) in parse()2137 if (!LLVM::isCompatibleVectorType(typeV1)) in parse()
872 bool mlir::LLVM::isCompatibleVectorType(Type type) { in isCompatibleVectorType() function in mlir::LLVM986 assert(isCompatibleVectorType(t) && in getPrimitiveTypeSizeInBits()
507 bool isCompatibleVectorType(Type type);
165 def LLVM_AnyVector : Type<CPred<"::mlir::LLVM::isCompatibleVectorType($_self)">,
349 - `bool LLVM::isCompatibleVectorType(Type)` - checks whether a type is a
68 return (LLVM::isCompatibleVectorType(type) ? LLVM::getVectorElementType(type) in getLLVMTypeBitWidth()