Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp221 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument
223 return occupiesMoreThan(ComponentTys, /*total=*/4); in shouldPassIndirectly()
H A DABIInfo.h134 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
/freebsd-14.2/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()