Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp58 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DCallPromotionUtils.cpp543 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
H A DCloneFunction.cpp111 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
145 NewFunc->setAttributes( in CloneFunctionInto()
H A DInlineFunction.cpp1480 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 DWebAssemblyAddMissingPrototypes.cpp137 NewF->setAttributes(F.getAttributes()); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp202 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP()
208 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
H A DDeadArgumentElimination.cpp214 NewCB->setAttributes(PAL); in deleteDeadVarargs()
876 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction()
954 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp182 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
276 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
H A DThinLTOBitcodeWriter.cpp197 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
H A DMergeFunctions.cpp721 CI->setAttributes(F->getAttributes()); in writeThunk()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h243 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h341 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp216 NewF->setAttributes(Attrs); in visitCallScalToVec()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h152 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp308 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 DGlobals.cpp485 setAttributes(Src->getAttributes()); in copyAttributesFrom()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp272 Call->setAttributes(F.getAttributes()); in makeStub()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp364 EntryFn->setAttributes(NewAttrs); in emitEntryFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp628 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
H A DCommandFlags.cpp735 F.setAttributes(Attrs.addFnAttributes(Ctx, NewAttrs)); in setFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1836 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 DX86WinEHState.cpp494 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp734 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 DLLParser.cpp215 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()

123