Searched refs:retAlignment (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp366 unsigned retAlignment = 0; local
367 if (!getAlign(*F, 0, retAlignment))
368 retAlignment = DL.getABITypeAlignment(Ty);
369 O << ".param .align " << retAlignment << " .b8 func_retval0[" << totalsz
H A DNVPTXISelLowering.h494 MaybeAlign retAlignment, const CallBase &CB) const;
H A DNVPTXISelLowering.cpp1244 const SmallVectorImpl<ISD::OutputArg> &Outs, MaybeAlign retAlignment,
1280 O << ".param .align " << (retAlignment ? retAlignment->value() : 0)
1613 MaybeAlign retAlignment = None; local
1641 retAlignment = getArgumentAlignment(Callee, CB, RetTy, 0, DL);
1642 assert(retAlignment && "retAlignment is guaranteed to be set");
1645 Chain, DAG.getConstant(retAlignment->value(), dl, MVT::i32),
1680 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB);
1242 getPrototype( const DataLayout &DL, Type *retTy, const ArgListTy &Args, const SmallVectorImpl<ISD::OutputArg> &Outs, MaybeAlign retAlignment, const CallBase &CB) const argument

Completed in 66 milliseconds