Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h655 Align getArgumentAlignment(const CallBase *CB, Type *Ty, unsigned Idx,
H A DNVPTXISelLowering.cpp1443 getArgumentAlignment(&CB, Ty, i + AttributeList::FirstArgIndex, DL); in getPrototype()
1501 Align NVPTXTargetLowering::getArgumentAlignment(const CallBase *CB, Type *Ty, in getArgumentAlignment() function in NVPTXTargetLowering
1721 ArgAlign = getArgumentAlignment(CB, Ty, ParamCount + 1, DL); in LowerCall()
1921 retAlignment = getArgumentAlignment(CB, RetTy, 0, DL); in LowerCall()
2060 Align RetAlign = getArgumentAlignment(CB, RetTy, 0, DL); in LowerCall()