Searched refs:setAttributes (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp58 NewCall->setAttributes(II->getAttributes());
H A DCallPromotionUtils.cpp543 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(),
H A DCloneFunction.cpp111 NewFunc->setAttributes(NewAttrs);
145 NewFunc->setAttributes(
H A DInlineFunction.cpp1480 NewRetVal->setAttributes(NewAL);
2491 NewCI->setAttributes(Attrs);
2704 NewDeoptCall->setAttributes(DeoptAttributes);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp137 NewF->setAttributes(F.getAttributes());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h243 void setAttributes(AttributeSet A) { function in class:llvm::GlobalVariable
H A DFunction.h341 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } function in class:llvm::Function
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp202 F.setAttributes(UpdateAttrs(F.getAttributes()));
208 CB->setAttributes(UpdateAttrs(CB->getAttributes()));
H A DDeadArgumentElimination.cpp214 NewCB->setAttributes(PAL);
876 NF->setAttributes(NewPAL);
954 NewCB->setAttributes(NewCallPAL);
H A DArgumentPromotion.cpp182 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(),
276 NewCS->setAttributes(AttributeList::get(F->getContext(),
H A DThinLTOBitcodeWriter.cpp197 NewF->setAttributes(AttributeList::get(M.getContext(),
H A DMergeFunctions.cpp721 CI->setAttributes(F->getAttributes());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp216 NewF->setAttributes(Attrs);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h152 void setAttributes(uint8_t Attr) { Attributes = Attr; } function in class:llvm::MCPseudoProbeBase
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp485 setAttributes(Src->getAttributes());
H A DFunction.cpp308 getParent()->setAttributes(AL);
326 getParent()->setAttributes(AL);
447 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
781 setAttributes(Src->getAttributes());
H A DModule.cpp154 New->setAttributes(AttributeList);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp272 Call->setAttributes(F.getAttributes());
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp628 Call->setAttributes(GuardCheck->getAttributes());
H A DCommandFlags.cpp735 F.setAttributes(Attrs.addFnAttributes(Ctx, NewAttrs));
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp364 EntryFn->setAttributes(NewAttrs);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp734 Entry.setAttributes(CI, ArgI);
974 Entry.setAttributes(CI, ArgI);
1124 Entry.setAttributes(CI, i - CI->arg_begin());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp494 NewCall->setAttributes(Call.getAttributes());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1836 SPCall->setAttributes(
1861 SPInvoke->setAttributes(
1905 GCResult->setAttributes(
2897 F.setAttributes(Intrinsic::getAttributes(Ctx, id));

Completed in 539 milliseconds

123