Home
last modified time | relevance | path

Searched refs:getFnAttributes (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp146 AttributeSet A = F.getAttributes().getFnAttributes(); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs()
855 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
932 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp235 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
346 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
H A DThinLTOBitcodeWriter.cpp165 F.getAttributes().getFnAttributes())); in simplifyExternals()
H A DAttributor.cpp1754 Ctx, OldFnAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
1830 Ctx, OldCallAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
H A DIROutliner.cpp1155 CurrentOS->ExtractedFunction->getAttributes().getFnAttributes()) in fillOverallFunction()
H A DWholeProgramDevirt.cpp1357 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h230 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp517 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
H A DAssumeBundleBuilder.cpp215 for (Attribute Attr : AttrList.getFnAttributes()) in addCall()
H A DCloneFunction.cpp125 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
H A DCodeExtractor.cpp888 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
H A DInlineFunction.cpp2140 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1023 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule()
1061 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction()
3699 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
3786 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
4173 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
4211 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
4251 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
H A DAttributes.cpp1563 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp378 for (Attribute A : NewAttrs.getFnAttributes()) { in TestFuncAttrs()
1235 for (Attribute A : Fn->getAttributes().getFnAttributes()) in DebugACrash()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h622 AttributeSet getFnAttributes() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp888 OrigAttrs.getFnAttributes()); in create()
895 auto FnAttrs = OrigF.getAttributes().getFnAttributes(); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp446 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1365 AttrBuilder FnAttrs = AL.getFnAttributes(); in legalizeCallAttributes()
1369 for (Attribute A : AL.getFnAttributes()) { in legalizeCallAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2672 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
2855 AttributeList::get(FTy->getContext(), Attrs.getFnAttributes(), in transformCallThroughTrampoline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp143 AttrBuilder FnAttrs(AS.getFnAttributes()); in validateEndOfModule()
160 AttrBuilder FnAttrs(AS.getFnAttributes()); in validateEndOfModule()
168 AttrBuilder FnAttrs(AS.getFnAttributes()); in validateEndOfModule()
176 AttrBuilder FnAttrs(AS.getFnAttributes()); in validateEndOfModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp46 auto FnAttrs = Attrs.getFnAttributes(); in addAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp373 return AttributeList::get(Ctx, CallSiteAttrs.getFnAttributes(), in transformFunctionAttributes()
H A DMemorySanitizer.cpp4157 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()

12