Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs()
856 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
933 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp234 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
345 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
H A DThinLTOBitcodeWriter.cpp186 F.getAttributes().getFnAttributes())); in simplifyExternals()
H A DAttributor.cpp2191 Ctx, OldFnAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
2267 Ctx, OldCallAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
H A DIROutliner.cpp1235 CurrentOS->ExtractedFunction->getAttributes().getFnAttributes()) in fillOverallFunction()
H A DWholeProgramDevirt.cpp1366 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h241 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp514 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
H A DAssumeBundleBuilder.cpp215 for (Attribute Attr : AttrList.getFnAttributes()) in addCall()
H A DCloneFunction.cpp124 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
H A DCodeExtractor.cpp888 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
H A DInlineFunction.cpp2143 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp991 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule()
1032 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction()
3687 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
3774 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
4160 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
4198 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
4238 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
H A DAttributes.cpp1383 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
H A DVerifier.cpp1934 verifyAttributeTypes(Attrs.getFnAttributes(), V); in verifyFunctionAttrs()
1935 for (Attribute FnAttr : Attrs.getFnAttributes()) in verifyFunctionAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp378 for (Attribute A : NewAttrs.getFnAttributes()) { in TestFuncAttrs()
1235 for (Attribute A : Fn->getAttributes().getFnAttributes()) in DebugACrash()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h629 AttributeSet getFnAttributes() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp910 OrigAttrs.getFnAttributes()); in create()
932 auto FnAttrs = OrigF.getAttributes().getFnAttributes(); in create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp456 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1380 AttrBuilder FnAttrs = AL.getFnAttributes(); in legalizeCallAttributes()
1384 for (Attribute A : AL.getFnAttributes()) { in legalizeCallAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2768 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
2951 AttributeList::get(FTy->getContext(), Attrs.getFnAttributes(), in transformCallThroughTrampoline()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp47 auto FnAttrs = Attrs.getFnAttributes(); in addAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp362 return AttributeList::get(Ctx, CallSiteAttrs.getFnAttributes(), in transformFunctionAttributes()
H A DMemorySanitizer.cpp4179 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()

12