Searched refs:getArgumentAlignment (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 603 Align getArgumentAlignment(SDValue Callee, const CallBase *CB, Type *Ty,
|
| H A D | NVPTXISelLowering.cpp | 1410 Align NVPTXTargetLowering::getArgumentAlignment(SDValue Callee, in getArgumentAlignment() function in NVPTXTargetLowering 1530 ArgAlign = getArgumentAlignment(Callee, CB, Ty, ParamCount + 1, DL); in LowerCall() 1693 retAlignment = getArgumentAlignment(Callee, CB, RetTy, 0, DL); in LowerCall() 1805 Align RetAlign = getArgumentAlignment(Callee, CB, RetTy, 0, DL); in LowerCall()
|