Searched refs:isLegalVectorType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 676 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall 678 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType() 682 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall 697 if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2)) in splitLegalVectorType() 708 if (isLegalVectorType(CGM, origVectorSize, origVectorTy)) { in legalizeVectorType() 742 if (!isLegalVectorType(CGM, candidateSize, eltTy, candidateNumElts)) { in legalizeVectorType() 760 isLegalVectorType(CGM, eltSize * numElts, eltTy, numElts)) { in legalizeVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | SwiftCallingConv.h | 140 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, 142 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
|