Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h603 Align getArgumentAlignment(SDValue Callee, const CallBase *CB, Type *Ty,
H A DNVPTXISelLowering.cpp1410 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()