Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1502 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1691 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2894 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4952 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()