Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h356 ISD::ArgFlagsTy getAttributesForReturn(const CallBase &Call) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp74 CallLowering::getAttributesForReturn(const CallBase &Call) const { in getAttributesForReturn() function in CallLowering
153 Info.OrigRet = ArgInfo{ResRegs, RetTy, 0, getAttributesForReturn(CB)}; in lowerCall()