Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h114 Align getFunctionArgumentAlignment(const Function *F, Type *Ty, unsigned Idx,
H A DNVPTXAsmPrinter.cpp263 const Align RetAlignment = TLI->getFunctionArgumentAlignment( in printReturnValStr()
H A DNVPTXISelLowering.cpp1276 Align NVPTXTargetLowering::getFunctionArgumentAlignment( in getFunctionArgumentAlignment() function in NVPTXTargetLowering
1307 return getFunctionArgumentAlignment(DirectCallee, Ty, Idx, DL); in getArgumentAlignment()
3431 const Align ArgAlign = getFunctionArgumentAlignment( in LowerFormalArguments()