| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 58 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
| H A D | CloneFunction.cpp | 168 NewFunc->setAttributes(NewAttrs); in CloneFunctionAttributesInto() 203 NewFunc->setAttributes( in CloneFunctionAttributesInto() 900 NewFunc->setAttributes(Attrs); in CloneAndPruneIntoFromInst()
|
| H A D | CallPromotionUtils.cpp | 560 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/ |
| H A D | Atomic.cpp | 142 Call->setAttributes(Attr); in EmitAtomicLoadLibcall() 181 Call->setAttributes(Attr); in EmitAtomicStoreLibcall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 114 Wrapper->setAttributes(F->getAttributes()); in createWrapper() 205 Wrapper->setAttributes(F->getAttributes()); in createWrapper()
|
| H A D | WebAssemblyAddMissingPrototypes.cpp | 136 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 201 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP() 207 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
|
| H A D | DeadArgumentElimination.cpp | 209 NewCB->setAttributes(PAL); in deleteDeadVarargs() 881 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction() 959 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
|
| H A D | ExpandVariadics.cpp | 498 NF->setAttributes(Attrs); in replaceAllUsesWithNewDeclaration() 538 NF->setAttributes(Attrs); in deriveFixedArityReplacement() 809 NewCB->setAttributes(PAL); in expandCall()
|
| H A D | ArgumentPromotion.cpp | 199 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion() 293 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
|
| H A D | ThinLTOBitcodeWriter.cpp | 197 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 263 void setAttributes(AttributeSet A) { in setAttributes() function
|
| H A D | Function.h | 355 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroAnnotationElide.cpp | 89 NewCB->setAttributes(CB->getAttributes()); in processCall()
|
| H A D | CoroSplit.cpp | 109 WrapperInvoke->setAttributes(NewAttributes); in lowerAwaitSuspend() 115 WrapperCall->setAttributes(NewAttributes); in lowerAwaitSuspend() 1014 NewF->setAttributes(NewAttrs); in create() 1463 NoAllocF->setAttributes(NewAttrs); in createNoAllocVariant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILIntrinsicExpansion.cpp | 295 Exp2Call->setAttributes(Orig->getAttributes()); in expandExpIntrinsic() 417 Log2Call->setAttributes(Orig->getAttributes()); in expandLogIntrinsic() 473 Atan->setAttributes(Orig->getAttributes()); in expandAtan2Intrinsic() 525 Exp2Call->setAttributes(Orig->getAttributes()); in expandPowIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 318 getParent()->setAttributes(AL); in addAttrs() 336 getParent()->setAttributes(AL); in removeAttrs() 513 setAttributes(Intrinsic::getAttributes(getContext(), IntID, Ty)); in Function() 859 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Globals.cpp | 542 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreloadKernelArguments.cpp | 158 NF->setAttributes(AL); in cloneFunctionWithPreloadImplicitArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 211 NewF->setAttributes(Attrs); in visitCallScalToVec()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 159 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 192 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 302 Call->setAttributes(F.getAttributes()); in makeStub()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GlobalMergeFunctions.cpp | 283 CI->setAttributes(ToFunc->getAttributes()); in createThunk()
|
| H A D | StackProtector.cpp | 643 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
|