| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Function.cpp | 371 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 D | Globals.cpp | 390 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
| H A D | Module.cpp | 153 New->setAttributes(AttributeList); in getOrInsertFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1248 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 D | GlobalVariable.h | 239 void setAttributes(AttributeSet A) { in setAttributes() function
|
| H A D | Function.h | 227 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function 252 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
|
| H A D | CallSite.h | 333 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 D | LowerInvoke.cpp | 59 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
| H A D | CallPromotionUtils.cpp | 433 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
| H A D | CloneFunction.cpp | 103 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 123 NewFunc->setAttributes( in CloneFunctionInto()
|
| H A D | BuildLibCalls.cpp | 976 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitUnaryFloatFnCallHelper() 1015 CI->setAttributes(Attrs); in emitBinaryFloatFnCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIntrinsicInfo.cpp | 95 F->setAttributes(AS); in getDeclaration()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 100 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 443 NewCall->setAttributes(NewCallAL); in wrapInvoke() 776 NewCall->setAttributes(II->getAttributes()); in runEHOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 209 NewCS.setAttributes(PAL); in DeleteDeadVarargs() 869 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction() 947 NewCS.setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
|
| H A D | MergeFunctions.cpp | 473 CS.setAttributes(AttributeList::get(Context, /*FnAttrs=*/AttributeSet(), in replaceDirectCallers() 715 CI->setAttributes(F->getAttributes()); in writeThunk()
|
| H A D | ArgumentPromotion.cpp | 230 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 334 NewCS.setAttributes( in doPromotion()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 424 Call->setAttributes(Function->getAttributes()); in InsertStackProtectors()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 194 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 247 Call->setAttributes(F.getAttributes()); in makeStub()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1506 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 D | CorrelatedValuePropagation.cpp | 489 CS.setAttributes(AS); in processCallSite()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 505 NewCS.setAttributes(CS.getAttributes()); in rewriteSetJmpCallSite()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 884 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 D | LLParser.cpp | 150 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()
|