Home
last modified time | relevance | path

Searched refs:vectorSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h139 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
141 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
146 splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
153 void legalizeVectorType(CodeGenModule &CGM, CharUnits vectorSize,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp687 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() argument
690 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
694 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() argument
697 return getSwiftABIInfo(CGM).isLegalVectorType(vectorSize, eltTy, numElts); in isLegalVectorType()
701 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType() argument
708 if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2)) in splitLegalVectorType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2778 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType() local
2780 if (vectorSize == 0) { in BuildExtVectorType()
2786 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()