Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h202 if (isPaddingForCoerceAndExpand(eltType)) continue; in getCoerceAndExpand()
225 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() function
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h253 if (isPaddingForCoerceAndExpand(eltType)) continue; in getCoerceAndExpand()
276 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() function
/external/clang/lib/CodeGen/
DCGCall.cpp2393 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
2803 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
3807 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
4032 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2738 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) in EmitFunctionProlog()
3336 if (ABIArgInfo::isPaddingForCoerceAndExpand(coercedEltType)) in EmitFunctionEpilog()
4727 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()
5083 if (ABIArgInfo::isPaddingForCoerceAndExpand(eltType)) continue; in EmitCall()