Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp58 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DCloneFunction.cpp168 NewFunc->setAttributes(NewAttrs); in CloneFunctionAttributesInto()
203 NewFunc->setAttributes( in CloneFunctionAttributesInto()
900 NewFunc->setAttributes(Attrs); in CloneAndPruneIntoFromInst()
H A DCallPromotionUtils.cpp560 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp142 Call->setAttributes(Attr); in EmitAtomicLoadLibcall()
181 Call->setAttributes(Attr); in EmitAtomicStoreLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp114 Wrapper->setAttributes(F->getAttributes()); in createWrapper()
205 Wrapper->setAttributes(F->getAttributes()); in createWrapper()
H A DWebAssemblyAddMissingPrototypes.cpp136 NewF->setAttributes(F.getAttributes()); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp201 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP()
207 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
H A DDeadArgumentElimination.cpp209 NewCB->setAttributes(PAL); in deleteDeadVarargs()
881 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction()
959 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
H A DExpandVariadics.cpp498 NF->setAttributes(Attrs); in replaceAllUsesWithNewDeclaration()
538 NF->setAttributes(Attrs); in deriveFixedArityReplacement()
809 NewCB->setAttributes(PAL); in expandCall()
H A DArgumentPromotion.cpp199 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
293 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
H A DThinLTOBitcodeWriter.cpp197 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h263 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h355 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroAnnotationElide.cpp89 NewCB->setAttributes(CB->getAttributes()); in processCall()
H A DCoroSplit.cpp109 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 DDXILIntrinsicExpansion.cpp295 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 DFunction.cpp318 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 DGlobals.cpp542 setAttributes(Src->getAttributes()); in copyAttributesFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreloadKernelArguments.cpp158 NF->setAttributes(AL); in cloneFunctionWithPreloadImplicitArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp211 NewF->setAttributes(Attrs); in visitCallScalToVec()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h159 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp192 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp302 Call->setAttributes(F.getAttributes()); in makeStub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp283 CI->setAttributes(ToFunc->getAttributes()); in createThunk()
H A DStackProtector.cpp643 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()

123