Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp65 GV.setAttributes(AttributeSet::get(Context, AttrsToPreserve)); in visitGlobalVariable()
72 F.setAttributes(visitAttributeList(F.getAttributes())); in visitFunction()
76 CB.setAttributes(visitAttributeList(CB.getAttributes())); in visitCallBase()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp130 void setAttributes(Function &F,
277 setAttributes(F, NewProps.Attributes); in process()
320 setAttributes(*NewF, NewProps.Attributes); in cloneWithProperties()
347 void AMDGPUPropagateAttributes::setAttributes( in setAttributes() function in AMDGPUPropagateAttributes
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp58 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DCallPromotionUtils.cpp542 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
H A DCloneFunction.cpp106 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
140 NewFunc->setAttributes( in CloneFunctionInto()
H A DInlineFunction.cpp1420 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
2431 NewCI->setAttributes(Attrs); in InlineFunction()
2649 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp137 NewF->setAttributes(F.getAttributes()); in runOnModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h237 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h316 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp197 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP()
203 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
H A DDeadArgumentElimination.cpp207 NewCB->setAttributes(PAL); in deleteDeadVarargs()
861 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction()
938 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp211 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
280 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
H A DThinLTOBitcodeWriter.cpp191 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
H A DAttributor.cpp1020 ScopeFn->setAttributes(Attrs); in manifestAttrs()
1025 cast<CallBase>(IRP.getAnchorValue()).setAttributes(Attrs); in manifestAttrs()
2577 Wrapper->setAttributes(F.getAttributes()); in createShallowWrapper()
2862 NewFn->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
2938 NewCB->setAttributes(AttributeList::get( in rewriteFunctionSignatures()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp216 NewF->setAttributes(Attrs); in visitCallScalToVec()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h146 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp518 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp282 getParent()->setAttributes(AL); in addAttrs()
300 getParent()->setAttributes(AL); in removeAttrs()
421 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
742 setAttributes(Src->getAttributes()); in copyAttributesFrom()
H A DGlobals.cpp488 setAttributes(Src->getAttributes()); in copyAttributesFrom()
H A DModule.cpp153 New->setAttributes(AttributeList); in getOrInsertFunction()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp277 Call->setAttributes(F.getAttributes()); in makeStub()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp369 EntryFn->setAttributes(NewAttrs); in emitEntryFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1859 SPCall->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl()
1886 SPInvoke->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl()
1930 GCResult->setAttributes( in makeStatepointExplicitImpl()
2934 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86WinEHState.cpp498 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()

123