Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp192 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 DArgumentPromotion.cpp230 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
335 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
H A DWholeProgramDevirt.cpp952 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp433 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
H A DCloneFunction.cpp124 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
H A DCodeExtractor.cpp755 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
H A DInlineFunction.cpp1867 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp369 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 DAttributes.h537 AttributeSet getFnAttributes() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp964 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 DAttributes.cpp1198 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
H A DVerifier.cpp1732 verifyAttributeTypes(Attrs.getFnAttributes(), /*IsFunction=*/true, V); in verifyFunctionAttrs()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp441 AttributeList::get(C, InvokeAL.getFnAttributes(), in wrapInvoke()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1250 AttrBuilder FnAttrs = AL.getFnAttributes(); in legalizeCallAttributes()
1253 for (Attribute A : AL.getFnAttributes()) { in legalizeCallAttributes()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp275 CallSiteAttrs.getFnAttributes(), in TransformFunctionAttributes()
H A DMemorySanitizer.cpp3656 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4519 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
4704 AttributeList::get(FTy->getContext(), Attrs.getFnAttributes(), in transformCallThroughTrampoline()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp136 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 DCodeGenModule.cpp3940 newFn->getContext(), oldAttrs.getFnAttributes(), in replaceUsesOfNonProtoConstant()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2963 auto AS = getAttributes(Record[12]).getFnAttributes(); in parseGlobalVarRecord()