Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h263 if (isPaddingForCoerceAndExpand(eltType)) continue; in getCoerceAndExpand()
286 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3318 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
3923 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
5469 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
5884 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitCall()