| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 535 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 D | Attributes.cpp | 1219 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 D | Globals.cpp | 415 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Module.cpp | 156 New->setAttributes(AttributeList); in getOrInsertFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 134 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 D | InstrTypes.h | 1492 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 D | GlobalVariable.h | 238 void setAttributes(AttributeSet A) { in setAttributes() function
|
| H A D | Function.h | 253 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 D | LowerInvoke.cpp | 60 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
| H A D | SimplifyLibCalls.cpp | 514 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 D | CallPromotionUtils.cpp | 514 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
| H A D | CloneFunction.cpp | 103 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 123 NewFunc->setAttributes( in CloneFunctionInto()
|
| H A D | InlineFunction.cpp | 1264 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 D | WebAssemblyAddMissingPrototypes.cpp | 127 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 473 NewCall->setAttributes(NewCallAL); in wrapInvoke() 885 NewCall->setAttributes(II->getAttributes()); in runEHOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 209 NewCB->setAttributes(PAL); in DeleteDeadVarargs() 875 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction() 952 NewCB->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 234 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 344 NewCS->setAttributes( in doPromotion()
|
| H A D | Attributor.cpp | 528 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 D | ThinLTOBitcodeWriter.cpp | 184 NewF->setAttributes( in simplifyExternals()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 250 Call->setAttributes(F.getAttributes()); in makeStub()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1731 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 D | StackProtector.cpp | 497 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
|
| H A D | CommandFlags.cpp | 674 F.setAttributes( in setFunctionAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2323 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()
|