Home
last modified time | relevance | path

Searched defs:vectorSize (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DGPUHeuristics.h103 int64_t vectorSize; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/altera/
H A Dunroll-loops.cpp71 void cxx_for_loops(int *A, int vectorSize) { in cxx_for_loops()
492 void fully_unrolled_unknown_bounds(int vectorSize) { in fully_unrolled_unknown_bounds()
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp688 isLegalVectorType(CodeGenModule & CGM,CharUnits vectorSize,llvm::VectorType * vectorTy) isLegalVectorType() argument
695 isLegalVectorType(CodeGenModule & CGM,CharUnits vectorSize,llvm::Type * eltTy,unsigned numElts) isLegalVectorType() argument
702 splitLegalVectorType(CodeGenModule & CGM,CharUnits vectorSize,llvm::VectorType * vectorTy) splitLegalVectorType() argument
/llvm-project/flang/lib/Lower/
H A DConvertType.cpp323 auto vectorSize{tySpec.scope()->size()}; genVectorType() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp56 int64_t vectorSize = xferOp.getVectorType().getDimSize(resultIdx); in createInBoundsCond() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2412 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); BuildExtVectorType() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4131 int64_t vectorSize = op.getVectorType().getDimSize(resultIdx); isInBounds() local