| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 192 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 D | ArgumentPromotion.cpp | 234 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 345 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
|
| H A D | ThinLTOBitcodeWriter.cpp | 186 F.getAttributes().getFnAttributes())); in simplifyExternals()
|
| H A D | Attributor.cpp | 2191 Ctx, OldFnAttributeList.getFnAttributes(), in rewriteFunctionSignatures() 2267 Ctx, OldCallAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
|
| H A D | IROutliner.cpp | 1235 CurrentOS->ExtractedFunction->getAttributes().getFnAttributes()) in fillOverallFunction()
|
| H A D | WholeProgramDevirt.cpp | 1366 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 241 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 514 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
| H A D | AssumeBundleBuilder.cpp | 215 for (Attribute Attr : AttrList.getFnAttributes()) in addCall()
|
| H A D | CloneFunction.cpp | 124 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
|
| H A D | CodeExtractor.cpp | 888 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
|
| H A D | InlineFunction.cpp | 2143 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 991 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 D | Attributes.cpp | 1383 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
|
| H A D | Verifier.cpp | 1934 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 D | CrashDebugger.cpp | 378 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 D | Attributes.h | 629 AttributeSet getFnAttributes() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 910 OrigAttrs.getFnAttributes()); in create() 932 auto FnAttrs = OrigF.getAttributes().getFnAttributes(); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 456 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1380 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 D | InstCombineCalls.cpp | 2768 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 D | LLParser.cpp | 143 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 D | OMPIRBuilder.cpp | 47 auto FnAttrs = Attrs.getFnAttributes(); in addAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 362 return AttributeList::get(Ctx, CallSiteAttrs.getFnAttributes(), in transformFunctionAttributes()
|
| H A D | MemorySanitizer.cpp | 4179 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()
|