| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 58 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
| H A D | CallPromotionUtils.cpp | 543 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
|
| H A D | CloneFunction.cpp | 111 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 145 NewFunc->setAttributes( in CloneFunctionInto()
|
| H A D | InlineFunction.cpp | 1480 NewRetVal->setAttributes(NewAL); in AddReturnAttributes() 2491 NewCI->setAttributes(Attrs); in InlineFunction() 2704 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 137 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 202 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP() 208 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
|
| H A D | DeadArgumentElimination.cpp | 214 NewCB->setAttributes(PAL); in deleteDeadVarargs() 876 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction() 954 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 182 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion() 276 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
|
| H A D | ThinLTOBitcodeWriter.cpp | 197 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
|
| H A D | MergeFunctions.cpp | 721 CI->setAttributes(F->getAttributes()); in writeThunk()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 243 void setAttributes(AttributeSet A) { in setAttributes() function
|
| H A D | Function.h | 341 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 216 NewF->setAttributes(Attrs); in visitCallScalToVec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 152 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 308 getParent()->setAttributes(AL); in addAttrs() 326 getParent()->setAttributes(AL); in removeAttrs() 447 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function() 781 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Globals.cpp | 485 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 272 Call->setAttributes(F.getAttributes()); in makeStub()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 364 EntryFn->setAttributes(NewAttrs); in emitEntryFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 628 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
|
| H A D | CommandFlags.cpp | 735 F.setAttributes(Attrs.addFnAttributes(Ctx, NewAttrs)); in setFunctionAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1836 SPCall->setAttributes( in makeStatepointExplicitImpl() 1861 SPInvoke->setAttributes( in makeStatepointExplicitImpl() 1905 GCResult->setAttributes( in makeStatepointExplicitImpl() 2897 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 494 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 734 Entry.setAttributes(CI, ArgI); in lowerCallOperands() 974 Entry.setAttributes(CI, ArgI); in lowerCallTo() 1124 Entry.setAttributes(CI, i - CI->arg_begin()); in lowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 215 Fn->setAttributes(AS); in validateEndOfModule() 222 CI->setAttributes(AS); in validateEndOfModule() 229 II->setAttributes(AS); in validateEndOfModule() 236 CBI->setAttributes(AS); in validateEndOfModule() 240 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule() 1412 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal() 6210 Fn->setAttributes(PAL); in parseFunctionHeader() 6925 II->setAttributes(PAL); in parseInvoke() 7239 CBI->setAttributes(PAL); in parseCallBr() 7641 CI->setAttributes(PAL); in parseCall()
|