Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp632 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall
634 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
638 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType() function in swiftcall
653 if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2)) in splitLegalVectorType()
664 if (isLegalVectorType(CGM, origVectorSize, origVectorTy)) { in legalizeVectorType()
698 if (!isLegalVectorType(CGM, candidateSize, eltTy, candidateNumElts)) { in legalizeVectorType()
716 isLegalVectorType(CGM, eltSize * numElts, eltTy, numElts)) { in legalizeVectorType()
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h132 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
134 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,