Searched refs:retAlignment (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 367 unsigned retAlignment = 0; in printReturnValStr() local 368 if (!getAlign(*F, 0, retAlignment)) in printReturnValStr() 369 retAlignment = TLI->getFunctionParamOptimizedAlign(F, Ty, DL).value(); in printReturnValStr() 370 O << ".param .align " << retAlignment << " .b8 func_retval0[" << totalsz in printReturnValStr()
|
| H A D | NVPTXISelLowering.h | 504 MaybeAlign retAlignment, const CallBase &CB,
|
| H A D | NVPTXISelLowering.cpp | 1300 const SmallVectorImpl<ISD::OutputArg> &Outs, MaybeAlign retAlignment, in getPrototype() argument 1335 O << ".param .align " << (retAlignment ? retAlignment->value() : 0) in getPrototype() 1667 MaybeAlign retAlignment = None; in LowerCall() local 1693 retAlignment = getArgumentAlignment(Callee, CB, RetTy, 0, DL); in LowerCall() 1694 assert(retAlignment && "retAlignment is guaranteed to be set"); in LowerCall() 1697 Chain, DAG.getConstant(retAlignment->value(), dl, MVT::i32), in LowerCall() 1733 getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB, UniqueCallSite); in LowerCall()
|