Home
last modified time | relevance | path

Searched refs:isCompatibleVectorType (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/MathToLLVM/
H A DMathToLLVM.cpp110 if (LLVM::isCompatibleVectorType(operandType)) { in matchAndRewrite()
163 LLVM::isCompatibleVectorType(operandType) in matchAndRewrite()
217 if (LLVM::isCompatibleVectorType(operandType)) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp35 if (!LLVM::isCompatibleVectorType(llvmTy)) in extractNDVectorTypeInfo()
H A DTypeConverter.cpp418 assert(LLVM::isCompatibleVectorType(vectorType) && in convertVectorType()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp140 assert(LLVM::isCompatibleVectorType(type) && in translate()
H A DConvertFromLLVMIR.cpp291 if (LLVM::isCompatibleVectorType(type)) { in getStdTypeForAttr()
315 if (LLVM::isCompatibleVectorType(arrayType.getElementType())) { in getStdTypeForAttr()
537 assert((useInsertValue || LLVM::isCompatibleVectorType(rootType)) && in processConstant()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp99 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()
H A DLLVMTypes.cpp872 bool mlir::LLVM::isCompatibleVectorType(Type type) { in isCompatibleVectorType() function in mlir::LLVM
986 assert(isCompatibleVectorType(t) && in getPrimitiveTypeSizeInBits()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h507 bool isCompatibleVectorType(Type type);
H A DLLVMOpBase.td165 def LLVM_AnyVector : Type<CPred<"::mlir::LLVM::isCompatibleVectorType($_self)">,
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md349 - `bool LLVM::isCompatibleVectorType(Type)` - checks whether a type is a
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp68 return (LLVM::isCompatibleVectorType(type) ? LLVM::getVectorElementType(type) in getLLVMTypeBitWidth()