Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp56 bool passAsPureScalableType(QualType Ty, unsigned &NV, unsigned &NP,
471 if (passAsPureScalableType(Ty, NVec, NPred, UnpaddedCoerceToSeq) && in classifyArgumentType()
583 if (passAsPureScalableType(RetTy, NVec, NPred, UnpaddedCoerceToSeq) && in classifyReturnType()
716 bool AArch64ABIInfo::passAsPureScalableType( in passAsPureScalableType() function in AArch64ABIInfo
726 if (!passAsPureScalableType(AT->getElementType(), NV, NP, EltCoerceToSeq)) in passAsPureScalableType()
756 if (!passAsPureScalableType(I.getType(), NVec, NPred, CoerceToSeq)) in passAsPureScalableType()
766 if (!passAsPureScalableType(FT, NVec, NPred, CoerceToSeq)) in passAsPureScalableType()