Home
last modified time | relevance | path

Searched defs:vType (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/lib/Dialect/AMX/Transforms/
H A DLegalizeForLLVMExport.cpp28 getTileSizes(ConversionPatternRewriter & rewriter,const LLVMTypeConverter & typeConverter,VectorType vType,Location loc) getTileSizes() argument
81 VectorType vType = op.getVectorType(); matchAndRewrite() local
100 VectorType vType = op.getVectorType(); matchAndRewrite() local
126 VectorType vType = op.getVectorType(); matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/ArmSME/Utils/
H A DUtils.h48 auto vType = dyn_cast<VectorType>(type); in isValidSMETileVectorType() local
/llvm-project/mlir/lib/Dialect/ArmSME/IR/
H A DUtils.cpp29 bool isValidSMETileVectorType(VectorType vType) { in isValidSMETileVectorType()
97 bool isMultipleOfSMETileVectorType(VectorType vType) { in isMultipleOfSMETileVectorType()
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorGather.cpp167 VectorType vType = op.getIndexVec().getType(); in matchAndRewrite() local
H A DLowerVectorContract.cpp96 VectorType vType = VectorType::Builder(type).dropDim(0); in reshapeLoad() local
121 VectorType vType = VectorType::Builder(type).dropDim(0); in reshapeStore() local
/llvm-project/mlir/lib/IR/
H A DTypeUtilities.cpp134 auto vType = llvm::dyn_cast<VectorType>(t); in verifyCompatibleShapes() local
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp289 auto vType = gather.getVectorType(); matchAndRewrite() local
343 VectorType vType = scatter.getVectorType(); matchAndRewrite() local
531 VectorType vType = cast<VectorType>(llvmType); createVectorLengthValue() local
1157 VectorType vType = fmaOp.getVectorType(); matchAndRewrite() local
1334 auto vType = op.getVectorType(); matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp984 auto vType{mlir::VectorType::get( in genMmaVpFuncType() local
1020 auto vType{mlir::VectorType::get( in genMmaVqFuncType() local
1044 auto vType{mlir::VectorType::get(16, mlir::IntegerType::get(context, 8))}; in genMmaDisassembleFuncType() local
2795 auto vType{v.getType()}; genMmaIntr() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp287 vector::createUnrollIterator(VectorType vType, int64_t targetRank) { in createUnrollIterator() argument
/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp127 auto vType = writeOp.getVectorType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DVectorLegalization.cpp585 isLegalVectorType(VectorType vType) isLegalVectorType() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2196 auto vType = LLVM::getVectorType(LLVM::getVectorElementType(containerType), build() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12540 QualType vType = CheckVectorCompareOperands() local
12602 QualType vType = CheckSizelessVectorOperands( CheckSizelessVectorCompareOperands() local
12758 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, CheckVectorLogicalOperands() local
[all...]