Searched refs:isLegalVectorType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | SwiftCallingConv.h | 139 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, 141 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 692 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall 694 return isLegalVectorType( in isLegalVectorType() 699 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall 714 if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2)) in splitLegalVectorType() 725 if (isLegalVectorType(CGM, origVectorSize, origVectorTy)) { in legalizeVectorType() 759 if (!isLegalVectorType(CGM, candidateSize, eltTy, candidateNumElts)) { in legalizeVectorType() 778 isLegalVectorType(CGM, eltSize * numElts, eltTy, numElts)) { in legalizeVectorType()
|