Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h275 if (isPaddingForCoerceAndExpand(eltType)) in getCoerceAndExpand()
294 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp837 if (ABIArgInfo::isPaddingForCoerceAndExpand(Ty)) { in flattenType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3447 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
4089 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
5656 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitCall()
6077 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitCall()