Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3312 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
3914 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
5417 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
5786 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()