Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp371 setAttributes(PAL); in addAttribute()
377 setAttributes(PAL); in addAttribute()
383 setAttributes(PAL); in addAttributes()
389 setAttributes(PAL); in addParamAttr()
395 setAttributes(PAL); in addParamAttr()
401 setAttributes(PAL); in addParamAttrs()
407 setAttributes(PAL); in removeAttribute()
413 setAttributes(PAL); in removeAttribute()
419 setAttributes(PAL); in removeAttributes()
425 setAttributes(PAL); in removeParamAttr()
[all …]
H A DGlobals.cpp390 setAttributes(Src->getAttributes()); in copyAttributesFrom()
H A DModule.cpp153 New->setAttributes(AttributeList); in getOrInsertFunction()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h1248 void setAttributes(AttributeList A) { Attrs = A; }
1264 setAttributes(PAL);
1271 setAttributes(PAL);
1279 setAttributes(PAL);
1287 setAttributes(PAL);
1294 setAttributes(PAL);
1301 setAttributes(PAL);
1309 setAttributes(PAL);
1317 setAttributes(PAL);
1324 setAttributes(PAL);
[all …]
H A DGlobalVariable.h239 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h227 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
252 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
H A DCallSite.h333 void setAttributes(AttributeList PAL) { in setAttributes() function
334 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp59 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DCallPromotionUtils.cpp433 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
H A DCloneFunction.cpp103 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
123 NewFunc->setAttributes( in CloneFunctionInto()
H A DBuildLibCalls.cpp976 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitUnaryFloatFnCallHelper()
1015 CI->setAttributes(Attrs); in emitBinaryFloatFnCall()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUIntrinsicInfo.cpp95 F->setAttributes(AS); in getDeclaration()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp100 NewF->setAttributes(F.getAttributes()); in runOnModule()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp443 NewCall->setAttributes(NewCallAL); in wrapInvoke()
776 NewCall->setAttributes(II->getAttributes()); in runEHOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp209 NewCS.setAttributes(PAL); in DeleteDeadVarargs()
869 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
947 NewCS.setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
H A DMergeFunctions.cpp473 CS.setAttributes(AttributeList::get(Context, /*FnAttrs=*/AttributeSet(), in replaceDirectCallers()
715 CI->setAttributes(F->getAttributes()); in writeThunk()
H A DArgumentPromotion.cpp230 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
334 NewCS.setAttributes( in doPromotion()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp424 Call->setAttributes(Function->getAttributes()); in InsertStackProtectors()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp194 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp247 Call->setAttributes(F.getAttributes()); in makeStub()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1506 Call->setAttributes(legalizeCallAttributes(ToReplace->getAttributes())); in makeStatepointExplicitImpl()
1532 Invoke->setAttributes(legalizeCallAttributes(ToReplace->getAttributes())); in makeStatepointExplicitImpl()
1578 GCResult->setAttributes( in makeStatepointExplicitImpl()
2402 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
H A DCorrelatedValuePropagation.cpp489 CS.setAttributes(AS); in processCallSite()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86WinEHState.cpp505 NewCS.setAttributes(CS.getAttributes()); in rewriteSetJmpCallSite()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp884 Entry.setAttributes(&CS, ArgI); in lowerCallOperands()
1126 Entry.setAttributes(&CS, ArgI); in lowerCallTo()
1263 Entry.setAttributes(&CS, i - CS.arg_begin()); in lowerCall()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp150 Fn->setAttributes(AS); in ValidateEndOfModule()
158 CI->setAttributes(AS); in ValidateEndOfModule()
166 II->setAttributes(AS); in ValidateEndOfModule()
170 GV->setAttributes(AttributeSet::get(Context,Attrs)); in ValidateEndOfModule()
1111 GV->setAttributes(AttributeSet::get(Context, Attrs)); in ParseGlobal()
5355 Fn->setAttributes(PAL); in ParseFunctionHeader()
5957 II->setAttributes(PAL); in ParseInvoke()
6591 CI->setAttributes(PAL); in ParseCall()

12