Searched refs:getRetAttributes (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 193 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs() 840 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction() 891 AttrBuilder RAttrs(CallPAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
|
H A D | ArgumentPromotion.cpp | 236 PAL.getRetAttributes(), ArgAttrVec)); in doPromotion() 347 CallPAL.getRetAttributes(), ArgAttrVec)); in doPromotion()
|
H A D | Attributor.cpp | 1755 OldFnAttributeList.getRetAttributes(), NewArgumentAttributes)); in rewriteFunctionSignatures() 1831 OldCallAttributeList.getRetAttributes(), NewArgOperandAttributes)); in rewriteFunctionSignatures()
|
H A D | WholeProgramDevirt.cpp | 1358 Attrs.getRetAttributes(), NewArgAttrs)); in applyICallBranchFunnel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Attributes.h | 619 AttributeSet getRetAttributes() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 126 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()
|
H A D | InlineFunction.cpp | 2141 Attrs.getRetAttributes(), ArgAttrs); in InlineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 462 InvokeAL.getRetAttributes(), ArgAttributes); in wrapInvoke()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Attributes.cpp | 1559 AttributeSet AttributeList::getRetAttributes() const { in getRetAttributes() function in AttributeList
|
H A D | Verifier.cpp | 1917 AttributeSet RetAttrs = Attrs.getRetAttributes(); in verifyFunctionAttrs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1789 Call->getAttributes().getRetAttributes())); in makeStatepointExplicitImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2856 Attrs.getRetAttributes(), NewArgAttrs); in transformCallThroughTrampoline()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 47 auto RetAttrs = Attrs.getRetAttributes(); in addAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 374 CallSiteAttrs.getRetAttributes(), in transformFunctionAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 5227 CalleeFn->getAttributes().getRetAttributes(); in isSignOrZeroExtended()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 4750 oldAttrs.getRetAttributes(), newArgAttrs)); in replaceUsesOfNonProtoConstant()
|