Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp692 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()
699 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()
707 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType()
H A DTargetInfo.cpp154 bool SwiftABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize, in isLegalVectorTypeForSwift()
6990 bool ARMABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize, in isLegalVectorTypeForSwift()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp75 int64_t vectorSize = xferOp.getVectorType().getDimSize(resultIdx); in createInBoundsCond() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3105 int64_t vectorSize = op.getVectorType().getDimSize(resultIdx); in isInBounds() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2716 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType() local