Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMSP430.cpp24 Info.setCanBeFlattened(false); in complexArgInfo()
H A DRISCV.cpp449 Info.setCanBeFlattened(!STy->containsHomogeneousScalableVectorTypes()); in classifyArgumentType()
H A DX86.cpp84 AI.setCanBeFlattened(false); in getDirectX86Hva()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h150 AI.setCanBeFlattened(CanBeFlattened);
470 void setCanBeFlattened(bool Flatten) { in setCanBeFlattened() function