Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1512 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1699 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2260 return !IsReturn && AI.getCanBeFlattened() && in canApplyNoFPClass()
3210 if (ArgI.isDirect() && !ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
3234 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
5333 if (STy && ArgInfo.isDirect() && !ArgInfo.getCanBeFlattened()) { in EmitCall()
5364 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()