Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp273 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument
275 return occupiesMoreThan(ComponentTys, /*total=*/4); in shouldPassIndirectly()
H A DABIInfo.h146 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp196 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument
202 return occupiesMoreThan(ComponentTys, /*total=*/3); in shouldPassIndirectly()