| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs() 850 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction() 928 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 230 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 335 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
|
| H A D | WholeProgramDevirt.cpp | 952 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 433 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
| H A D | CloneFunction.cpp | 124 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
|
| H A D | CodeExtractor.cpp | 755 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
|
| H A D | InlineFunction.cpp | 1867 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 369 for (Attribute A : NewAttrs.getFnAttributes()) { in TestFuncAttrs() 1135 for (Attribute A : Fn->getAttributes().getFnAttributes()) in DebugACrash()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 537 AttributeSet getFnAttributes() const;
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 964 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule() 1002 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction() 3332 AttributeSet AS = Attrs.getFnAttributes(); in printFunction() 3417 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction() 3794 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 3832 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
|
| H A D | Attributes.cpp | 1198 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
|
| H A D | Verifier.cpp | 1732 verifyAttributeTypes(Attrs.getFnAttributes(), /*IsFunction=*/true, V); in verifyFunctionAttrs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 441 AttributeList::get(C, InvokeAL.getFnAttributes(), in wrapInvoke()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1250 AttrBuilder FnAttrs = AL.getFnAttributes(); in legalizeCallAttributes() 1253 for (Attribute A : AL.getFnAttributes()) { in legalizeCallAttributes()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 275 CallSiteAttrs.getFnAttributes(), in TransformFunctionAttributes()
|
| H A D | MemorySanitizer.cpp | 3656 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4519 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall() 4704 AttributeList::get(FTy->getContext(), Attrs.getFnAttributes(), in transformCallThroughTrampoline()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 136 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule() 153 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule() 161 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3940 newFn->getContext(), oldAttrs.getFnAttributes(), in replaceUsesOfNonProtoConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2963 auto AS = getAttributes(Record[12]).getFnAttributes(); in parseGlobalVarRecord()
|