Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp698 const Type *AlignAsType = nullptr; in getParamTypeAlignment() local
704 AlignAsType = EltType; in getParamTypeAlignment()
710 if (!AlignAsType && Kind == PPC64_SVR4_ABIKind::ELFv2 && in getParamTypeAlignment()
712 AlignAsType = Base; in getParamTypeAlignment()
715 if (AlignAsType) { in getParamTypeAlignment()
716 bool UsesVector = AlignAsType->isVectorType() || in getParamTypeAlignment()
717 FloatUsesVector(QualType(AlignAsType, 0)); in getParamTypeAlignment()