Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h263 if (isPaddingForCoerceAndExpand(eltType)) continue; in getCoerceAndExpand()
286 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp3029 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
3628 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
5117 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
5499 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()