| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceAttributes.cpp | 65 GV.setAttributes(AttributeSet::get(Context, AttrsToPreserve)); in visitGlobalVariable() 72 F.setAttributes(visitAttributeList(F.getAttributes())); in visitFunction() 76 CB.setAttributes(visitAttributeList(CB.getAttributes())); in visitCallBase()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 130 void setAttributes(Function &F, 277 setAttributes(F, NewProps.Attributes); in process() 320 setAttributes(*NewF, NewProps.Attributes); in cloneWithProperties() 347 void AMDGPUPropagateAttributes::setAttributes( in setAttributes() function in AMDGPUPropagateAttributes
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 58 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
| H A D | CallPromotionUtils.cpp | 542 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
|
| H A D | CloneFunction.cpp | 106 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 140 NewFunc->setAttributes( in CloneFunctionInto()
|
| H A D | InlineFunction.cpp | 1420 NewRetVal->setAttributes(NewAL); in AddReturnAttributes() 2431 NewCI->setAttributes(Attrs); in InlineFunction() 2649 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 137 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 237 void setAttributes(AttributeSet A) { in setAttributes() function
|
| H A D | Function.h | 316 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 197 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP() 203 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
|
| H A D | DeadArgumentElimination.cpp | 207 NewCB->setAttributes(PAL); in deleteDeadVarargs() 861 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction() 938 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 211 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion() 280 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
|
| H A D | ThinLTOBitcodeWriter.cpp | 191 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
|
| H A D | Attributor.cpp | 1020 ScopeFn->setAttributes(Attrs); in manifestAttrs() 1025 cast<CallBase>(IRP.getAnchorValue()).setAttributes(Attrs); in manifestAttrs() 2577 Wrapper->setAttributes(F.getAttributes()); in createShallowWrapper() 2862 NewFn->setAttributes(AttributeList::get( in rewriteFunctionSignatures() 2938 NewCB->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 216 NewF->setAttributes(Attrs); in visitCallScalToVec()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 146 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 518 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Function.cpp | 282 getParent()->setAttributes(AL); in addAttrs() 300 getParent()->setAttributes(AL); in removeAttrs() 421 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function() 742 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Globals.cpp | 488 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Module.cpp | 153 New->setAttributes(AttributeList); in getOrInsertFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 277 Call->setAttributes(F.getAttributes()); in makeStub()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 369 EntryFn->setAttributes(NewAttrs); in emitEntryFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1859 SPCall->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl() 1886 SPInvoke->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl() 1930 GCResult->setAttributes( in makeStatepointExplicitImpl() 2934 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 498 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()
|