Searched refs:getArgumentAlignment (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 335 Align getArgumentAlignment(const CallBase *CB, Type *Ty, unsigned Idx,
|
| H A D | NVPTXISelLowering.cpp | 1188 const Align RetAlign = getArgumentAlignment(&CB, RetTy, 0, DL); in getPrototype() 1243 getArgumentAlignment(&CB, Ty, I + AttributeList::FirstArgIndex, DL); in getPrototype() 1281 Align NVPTXTargetLowering::getArgumentAlignment(const CallBase *CB, Type *Ty, in getArgumentAlignment() function in NVPTXTargetLowering 1568 return getArgumentAlignment(CB, Arg.Ty, ArgI + 1, DL); in LowerCall() 1739 const Align RetAlign = getArgumentAlignment(CB, RetTy, 0, DL); in LowerCall() 1845 const Align RetAlign = getArgumentAlignment(CB, RetTy, 0, DL); in LowerCall()
|