Searched refs:getFnAttributes (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h234 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(),
852 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute(
929 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute(
H A DArgumentPromotion.cpp231 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(),
337 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(),
H A DAttributor.cpp1529 Ctx, OldFnAttributeList.getFnAttributes(),
1605 Ctx, OldCallAttributeList.getFnAttributes(),
H A DWholeProgramDevirt.cpp1302 AttributeList::get(M.getContext(), Attrs.getFnAttributes(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp520 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(),
H A DAssumeBundleBuilder.cpp210 for (Attribute Attr : AttrList.getFnAttributes())
H A DCloneFunction.cpp120 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(),
H A DCodeExtractor.cpp850 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) {
H A DInlineFunction.cpp1995 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h561 AttributeSet getFnAttributes() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1003 AttributeSet FnAttrs = F.getAttributes().getFnAttributes();
1041 AttributeSet Attrs = Call->getAttributes().getFnAttributes();
3540 AttributeSet AS = Attrs.getFnAttributes();
3627 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes());
4014 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
4052 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
4092 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
H A DAttributes.cpp1399 AttributeSet AttributeList::getFnAttributes() const { function in class:AttributeList
H A DVerifier.cpp1836 verifyAttributeTypes(Attrs.getFnAttributes(), /*IsFunction=*/true, V);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp378 for (Attribute A : NewAttrs.getFnAttributes()) {
1235 for (Attribute A : Fn->getAttributes().getFnAttributes())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp433 AttrBuilder FnAttrs(InvokeAL.getFnAttributes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1306 AttrBuilder FnAttrs = AL.getFnAttributes();
1309 for (Attribute A : AL.getFnAttributes()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp705 OrigAttrs.getFnAttributes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp290 CallSiteAttrs.getFnAttributes(),
H A DMemorySanitizer.cpp3945 for (const auto &Attr : F.getAttributes().getFnAttributes()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp142 AttrBuilder FnAttrs(AS.getFnAttributes());
159 AttrBuilder FnAttrs(AS.getFnAttributes());
167 AttrBuilder FnAttrs(AS.getFnAttributes());
175 AttrBuilder FnAttrs(AS.getFnAttributes());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4939 AttributeSet FnAttrs = CallerPAL.getFnAttributes();
5122 AttributeList::get(FTy->getContext(), Attrs.getFnAttributes(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4448 newFn->getContext(), oldAttrs.getFnAttributes(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3224 auto AS = getAttributes(Record[12]).getFnAttributes();

Completed in 239 milliseconds