| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceAttributes.cpp | 173 I.first->setAttributes(convertAttributeRefToAttributeSet(C, I.second)); in extractAttributesFromModule() 175 I.first->setAttributes(convertAttributeRefVecToAttributeList(C, I.second)); in extractAttributesFromModule() 177 I.first->setAttributes(convertAttributeRefVecToAttributeList(C, I.second)); in extractAttributesFromModule()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 131 void setAttributes(Function &F, const ArrayRef<Optional<Attribute>> NewAttrs); 277 setAttributes(F, NewProps.Attributes); in process() 320 setAttributes(*NewF, NewProps.Attributes); in cloneWithProperties() 347 void AMDGPUPropagateAttributes::setAttributes(Function &F, in setAttributes() function in AMDGPUPropagateAttributes
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | LegacyPassManagerTest.cpp | 454 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 462 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule() 470 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 478 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 500 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 516 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule() 532 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
|
| H A D | VerifierTest.cpp | 102 F->setAttributes(AS.addRetAttribute( in TEST()
|
| H A D | InstructionsTest.cpp | 735 Call->setAttributes( in TEST() 754 Call->setAttributes(AttributeList::get(C, AttributeList::FunctionIndex, AB)); in TEST() 783 Invoke->setAttributes( in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | IndirectionUtilsTest.cpp | 33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 58 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
| H A D | SimplifyLibCalls.cpp | 655 NewCI->setAttributes(CI->getAttributes()); in optimizeStrCpy() 689 NewCI->setAttributes(CI->getAttributes()); in optimizeStpCpy() 753 NewCI->setAttributes(CI->getAttributes()); in optimizeStrNCpy() 1444 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpy() 1500 NewCI->setAttributes(CI->getAttributes()); in optimizeMemPCpy() 1515 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMove() 1530 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSet() 3608 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpyChk() 3622 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMoveChk() 3636 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSetChk() [all …]
|
| H A D | CallPromotionUtils.cpp | 530 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
|
| H A D | CloneFunction.cpp | 101 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 121 NewFunc->setAttributes( in CloneFunctionInto()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 137 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 237 void setAttributes(AttributeSet A) { in setAttributes() function
|
| H A D | Function.h | 317 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| 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 | Attributor.cpp | 822 ScopeFn->setAttributes(Attrs); in manifestAttrs() 827 cast<CallBase>(IRP.getAnchorValue()).setAttributes(Attrs); in manifestAttrs() 2320 Wrapper->setAttributes(F.getAttributes()); in createShallowWrapper() 2604 NewFn->setAttributes(AttributeList::get( in rewriteFunctionSignatures() 2681 NewCB->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
|
| H A D | ThinLTOBitcodeWriter.cpp | 191 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 139 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 192 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Function.cpp | 287 getParent()->setAttributes(AL); in addAttrs() 305 getParent()->setAttributes(AL); in removeAttrs() 409 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function() 717 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Globals.cpp | 487 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 498 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 266 Call->setAttributes(F.getAttributes()); in makeStub()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1805 SPCall->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl() 1832 SPInvoke->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl() 1876 GCResult->setAttributes( in makeStatepointExplicitImpl() 2806 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 353 inst->setAttributes(attrList); in convertOperationImpl()
|