Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h370 ISD::ArgFlagsTy getAttributesForReturn(const CallBase &Call) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp78 CallLowering::getAttributesForReturn(const CallBase &Call) const { in getAttributesForReturn() function in CallLowering
179 Info.OrigRet = ArgInfo{ResRegs, RetTy, 0, getAttributesForReturn(CB)}; in lowerCall()