Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h228 if (isPaddingForCoerceAndExpand(eltType)) continue; in getCoerceAndExpand()
251 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2539 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
2954 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
4155 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
4450 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()