Home
last modified time | relevance | path

Searched refs:isLegalVectorType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h140 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
142 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp691 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall
693 return isLegalVectorType( in isLegalVectorType()
698 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall
713 if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2)) in splitLegalVectorType()
724 if (isLegalVectorType(CGM, origVectorSize, origVectorTy)) { in legalizeVectorType()
758 if (!isLegalVectorType(CGM, candidateSize, eltTy, candidateNumElts)) { in legalizeVectorType()
777 isLegalVectorType(CGM, eltSize * numElts, eltTy, numElts)) { in legalizeVectorType()