Home
last modified time | relevance | path

Searched refs:CGFunctionInfoArgInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h562 struct CGFunctionInfoArgInfo { struct
571 private llvm::TrailingObjects<CGFunctionInfo, CGFunctionInfoArgInfo, argument
573 typedef CGFunctionInfoArgInfo ArgInfo;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp729 MutableArrayRef<CGFunctionInfoArgInfo> Args = FI.arguments(); in runVectorCallFirstPass()
955 MutableArrayRef<CGFunctionInfoArgInfo> Args = FI.arguments(); in computeInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp801 [&](CGFunctionInfoArgInfo const &ArgInfo) { in HasNoIndirectArgumentsOrResults()