| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint-passes/ |
| H A D | TestPasses.cpp | 146 AttributeSet A = F.getAttributes().getFnAttributes(); in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 192 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 D | ArgumentPromotion.cpp | 235 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 346 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
|
| H A D | ThinLTOBitcodeWriter.cpp | 165 F.getAttributes().getFnAttributes())); in simplifyExternals()
|
| H A D | Attributor.cpp | 1754 Ctx, OldFnAttributeList.getFnAttributes(), in rewriteFunctionSignatures() 1830 Ctx, OldCallAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
|
| H A D | IROutliner.cpp | 1155 CurrentOS->ExtractedFunction->getAttributes().getFnAttributes()) in fillOverallFunction()
|
| H A D | WholeProgramDevirt.cpp | 1357 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 230 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 517 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 | 125 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 | 2140 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1023 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 D | Attributes.cpp | 1563 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 622 AttributeSet getFnAttributes() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 888 OrigAttrs.getFnAttributes()); in create() 895 auto FnAttrs = OrigF.getAttributes().getFnAttributes(); in create()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 446 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1365 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 D | InstCombineCalls.cpp | 2672 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 46 auto FnAttrs = Attrs.getFnAttributes(); in addAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 373 return AttributeList::get(Ctx, CallSiteAttrs.getFnAttributes(), in transformFunctionAttributes()
|
| H A D | MemorySanitizer.cpp | 4157 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()
|