Home
last modified time | relevance | path

Searched refs:setAttributes (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp535 setAttributes(PAL); in addAttribute()
541 setAttributes(PAL); in addAttribute()
547 setAttributes(PAL); in addAttributes()
553 setAttributes(PAL); in addParamAttr()
559 setAttributes(PAL); in addParamAttr()
565 setAttributes(PAL); in addParamAttrs()
571 setAttributes(PAL); in removeAttribute()
577 setAttributes(PAL); in removeAttribute()
583 setAttributes(PAL); in removeAttributes()
589 setAttributes(PAL); in removeParamAttr()
[all …]
H A DAttributes.cpp1219 return setAttributes(C, Index, AttributeSet::get(C, NewAttrs)); in addAttribute()
1237 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, in setAttributes() function in AttributeList
1266 return setAttributes(C, Index, AttributeSet::get(C, Merged)); in addAttributes()
1323 return setAttributes(C, Index, NewAttrs); in removeAttributes()
H A DGlobals.cpp415 setAttributes(Src->getAttributes()); in copyAttributesFrom()
H A DModule.cpp156 New->setAttributes(AttributeList); in getOrInsertFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp134 void setAttributes(Function &F, const ArrayRef<Optional<Attribute>> NewAttrs);
281 setAttributes(F, NewProps.Attributes); in process()
324 setAttributes(*NewF, NewProps.Attributes); in cloneWithProperties()
351 void AMDGPUPropagateAttributes::setAttributes(Function &F, in setAttributes() function in AMDGPUPropagateAttributes
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1492 setAttributes(PAL);
1499 setAttributes(PAL);
1507 setAttributes(PAL);
1515 setAttributes(PAL);
1522 setAttributes(PAL);
1529 setAttributes(PAL);
1535 setAttributes(PAL);
1543 setAttributes(PAL);
1551 setAttributes(PAL);
1558 setAttributes(PAL);
[all …]
H A DGlobalVariable.h238 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h253 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
278 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DSimplifyLibCalls.cpp514 NewCI->setAttributes(CI->getAttributes()); in optimizeStrCpy()
543 NewCI->setAttributes(CI->getAttributes()); in optimizeStpCpy()
606 NewCI->setAttributes(CI->getAttributes()); in optimizeStrNCpy()
1084 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpy()
1138 NewCI->setAttributes(CI->getAttributes()); in optimizeMemPCpy()
1153 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMove()
1215 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSet()
3268 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpyChk()
3282 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMoveChk()
3298 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSetChk()
[all …]
H A DCallPromotionUtils.cpp514 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
H A DCloneFunction.cpp103 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
123 NewFunc->setAttributes( in CloneFunctionInto()
H A DInlineFunction.cpp1264 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
2151 NewCI->setAttributes(Attrs); in InlineFunction()
2393 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes()); in runOnModule()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp473 NewCall->setAttributes(NewCallAL); in wrapInvoke()
885 NewCall->setAttributes(II->getAttributes()); in runEHOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp209 NewCB->setAttributes(PAL); in DeleteDeadVarargs()
875 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
952 NewCB->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp234 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
344 NewCS->setAttributes( in doPromotion()
H A DAttributor.cpp528 ScopeFn->setAttributes(Attrs); in manifestAttrs()
533 cast<CallBase>(IRP.getAnchorValue()).setAttributes(Attrs); in manifestAttrs()
1911 Wrapper->setAttributes(F.getAttributes()); in createShallowWrapper()
2190 NewFn->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
2266 NewCB->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
H A DThinLTOBitcodeWriter.cpp184 NewF->setAttributes( in simplifyExternals()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp250 Call->setAttributes(F.getAttributes()); in makeStub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1731 SPCall->setAttributes( in makeStatepointExplicitImpl()
1758 SPInvoke->setAttributes( in makeStatepointExplicitImpl()
1802 GCResult->setAttributes( in makeStatepointExplicitImpl()
2670 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
2682 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp497 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
H A DCommandFlags.cpp674 F.setAttributes( in setFunctionAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2323 Call.setAttributes(AS); in visitCallBase()
2795 NewCall->setAttributes(NewCallerPAL); in transformConstExprCastCall()
2963 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
2969 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
2976 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()

123