Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp536 setAttributes(PAL); in addAttribute()
542 setAttributes(PAL); in addAttribute()
548 setAttributes(PAL); in addAttributes()
554 setAttributes(PAL); in addParamAttr()
560 setAttributes(PAL); in addParamAttr()
566 setAttributes(PAL); in addParamAttrs()
572 setAttributes(PAL); in removeAttribute()
578 setAttributes(PAL); in removeAttribute()
584 setAttributes(PAL); in removeAttributes()
590 setAttributes(PAL); in removeParamAttr()
[all …]
H A DAttributes.cpp1388 return setAttributes(C, Index, AttributeSet::get(C, NewAttrs)); in addAttribute()
1406 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, in setAttributes() function in AttributeList
1435 return setAttributes(C, Index, AttributeSet::get(C, Merged)); in addAttributes()
1492 return setAttributes(C, Index, NewAttrs); in removeAttributes()
H A DGlobals.cpp415 setAttributes(Src->getAttributes()); in copyAttributesFrom()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp177 I.first->setAttributes(convertAttributeRefToAttributeSet(C, I.second)); in extractAttributesFromModule()
179 I.first->setAttributes(convertAttributeRefVecToAttributeList(C, I.second)); in extractAttributesFromModule()
181 I.first->setAttributes(convertAttributeRefVecToAttributeList(C, I.second)); in extractAttributesFromModule()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp134 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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1496 setAttributes(PAL);
1503 setAttributes(PAL);
1511 setAttributes(PAL);
1519 setAttributes(PAL);
1526 setAttributes(PAL);
1533 setAttributes(PAL);
1539 setAttributes(PAL);
1547 setAttributes(PAL);
1555 setAttributes(PAL);
1562 setAttributes(PAL);
[all …]
H A DGlobalVariable.h238 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h252 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
277 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntry.h66 void setAttributes(LDAPAttributeList *attrs);
H A DLDAPEntry.cpp61 void LDAPEntry::setAttributes(LDAPAttributeList *attrs){ in setAttributes() function in LDAPEntry
H A DLdifReader.cpp217 resEntry.setAttributes( curAl ); in getEntryRecord()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DSimplifyLibCalls.cpp514 NewCI->setAttributes(CI->getAttributes()); in optimizeStrCpy()
543 NewCI->setAttributes(CI->getAttributes()); in optimizeStpCpy()
606 NewCI->setAttributes(CI->getAttributes()); in optimizeStrNCpy()
1083 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpy()
1137 NewCI->setAttributes(CI->getAttributes()); in optimizeMemPCpy()
1152 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMove()
1214 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSet()
3264 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpyChk()
3278 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMoveChk()
3294 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSetChk()
[all …]
H A DCallPromotionUtils.cpp517 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
H A DCloneFunction.cpp104 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
124 NewFunc->setAttributes( in CloneFunctionInto()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes()); in runOnModule()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp463 NewCall->setAttributes(NewCallAL); in wrapInvoke()
831 NewCall->setAttributes(II->getAttributes()); in runEHOnFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp209 NewCB->setAttributes(PAL); in DeleteDeadVarargs()
874 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
951 NewCB->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
H A DAttributor.cpp314 ScopeFn->setAttributes(Attrs); in manifestAttrs()
319 cast<CallBase>(IRP.getAnchorValue()).setAttributes(Attrs); in manifestAttrs()
1510 Wrapper->setAttributes(F.getAttributes()); in createShallowWrapper()
1753 NewFn->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
1829 NewCB->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
H A DArgumentPromotion.cpp235 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
345 NewCS->setAttributes( in doPromotion()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1716 SPCall->setAttributes( in makeStatepointExplicitImpl()
1743 SPInvoke->setAttributes( in makeStatepointExplicitImpl()
1787 GCResult->setAttributes( in makeStatepointExplicitImpl()
2611 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
2623 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp250 Call->setAttributes(F.getAttributes()); in makeStub()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp497 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2230 Call.setAttributes(AS); in visitCallBase()
2699 NewCall->setAttributes(NewCallerPAL); in transformConstExprCastCall()
2867 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
2873 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
2880 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()

123