Home
last modified time | relevance | path

Searched refs:getRetAttributes (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h296 AttributeSet getRetAttributes() const;
/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h871 NewAttrs.addAttributes(I->getContext(), ATTRIBUTE_SET_RET_IDX, Attrs.getRetAttributes()); in remapCallSiteAttributes()
878 NewAttrs.addAttr(I->getContext(), ATTRIBUTE_SET_RET_IDX, Attrs.getRetAttributes()); in remapCallSiteAttributes()
884 NewAttrs.addAttr(ATTRIBUTE_SET_RET_IDX, Attrs.getRetAttributes()); in remapCallSiteAttributes()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp822 AttributeSet RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
880 AttributeSet RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp617 PAL.getRetAttributes())); in DoPromotion()
748 CallPAL.getRetAttributes())); in DoPromotion()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp111 OldAttrs.getRetAttributes()) in CloneFunctionInto()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp854 AttributeSet AttributeSet::getRetAttributes() const { in getRetAttributes() function in AttributeSet
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1702 Attrs.getRetAttributes())); in transformCallThroughTrampoline()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2228 oldAttrs.getRetAttributes())); in replaceUsesOfNonProtoConstant()