/llvm-project/mlir/lib/Dialect/AMX/Transforms/ |
H A D | LegalizeForLLVMExport.cpp | 28 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 D | Utils.h | 48 auto vType = dyn_cast<VectorType>(type); in isValidSMETileVectorType() local
|
/llvm-project/mlir/lib/Dialect/ArmSME/IR/ |
H A D | Utils.cpp | 29 bool isValidSMETileVectorType(VectorType vType) { in isValidSMETileVectorType() 97 bool isMultipleOfSMETileVectorType(VectorType vType) { in isMultipleOfSMETileVectorType()
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorGather.cpp | 167 VectorType vType = op.getIndexVec().getType(); in matchAndRewrite() local
|
H A D | LowerVectorContract.cpp | 96 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 D | TypeUtilities.cpp | 134 auto vType = llvm::dyn_cast<VectorType>(t); in verifyCompatibleShapes() local
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 289 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 D | PPCIntrinsicCall.cpp | 984 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 D | VectorUtils.cpp | 287 vector::createUnrollIterator(VectorType vType, int64_t targetRank) { in createUnrollIterator() argument
|
/llvm-project/mlir/lib/Conversion/VectorToArmSME/ |
H A D | VectorToArmSME.cpp | 127 auto vType = writeOp.getVectorType(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ |
H A D | VectorLegalization.cpp | 585 isLegalVectorType(VectorType vType) isLegalVectorType() argument
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 2196 auto vType = LLVM::getVectorType(LLVM::getVectorElementType(containerType), build() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 12540 QualType vType = CheckVectorCompareOperands() local 12602 QualType vType = CheckSizelessVectorOperands( CheckSizelessVectorCompareOperands() local 12758 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, CheckVectorLogicalOperands() local [all...] |