Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp119 Exp2Call->setAttributes(Orig->getAttributes()); in expandExpIntrinsic()
190 Log2Call->setAttributes(Orig->getAttributes()); in expandLogIntrinsic()
214 Exp2Call->setAttributes(Orig->getAttributes()); in expandPowIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp58 NewCall->setAttributes(II->getAttributes()); in runImpl()
H A DCloneFunction.cpp113 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
147 NewFunc->setAttributes( in CloneFunctionInto()
843 NewFunc->setAttributes(Attrs); in CloneAndPruneIntoFromInst()
H A DCallPromotionUtils.cpp556 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
H A DInlineFunction.cpp1427 NewInnerCB->setAttributes(AL); in AddParamAndFnBasicAttributes()
1581 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
2595 NewCI->setAttributes(Attrs); in InlineFunction()
2807 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp137 NewF->setAttributes(F.getAttributes()); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp201 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP()
207 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
H A DDeadArgumentElimination.cpp214 NewCB->setAttributes(PAL); in deleteDeadVarargs()
874 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction()
952 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
H A DExpandVariadics.cpp517 NF->setAttributes(Attrs); in replaceAllUsesWithNewDeclaration()
558 NF->setAttributes(Attrs); in deriveFixedArityReplacement()
831 NewCB->setAttributes(PAL); in expandCall()
H A DArgumentPromotion.cpp183 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
278 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
H A DThinLTOBitcodeWriter.cpp197 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h243 void setAttributes(AttributeSet A) { in hasImplicitSection()
237 void setAttributes(AttributeSet A) { setAttributes() function
H A DFunction.h353 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp216 NewF->setAttributes(Attrs); in visitCallScalToVec()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h152 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp325 getParent()->setAttributes(AL); in addAttrs()
343 getParent()->setAttributes(AL); in removeAttrs()
508 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
842 setAttributes(Src->getAttributes()); in copyAttributesFrom()
H A DGlobals.cpp511 setAttributes(Src->getAttributes()); in copyAttributesFrom()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp273 Call->setAttributes(F.getAttributes()); in makeStub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp628 Call->setAttributes(GuardCheck->getAttributes()); in CreateFailBB()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp369 EntryFn->setAttributes(NewAttrs); in emitEntryFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1837 SPCall->setAttributes( in makeStatepointExplicitImpl()
1862 SPInvoke->setAttributes( in makeStatepointExplicitImpl()
1906 GCResult->setAttributes( in makeStatepointExplicitImpl()
2899 F.setAttributes(Intrinsic::getAttributes(Ctx, id)); in stripNonValidAttributesFromPrototype()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp200 WrapperInvoke->setAttributes(NewAttributes); in lowerAwaitSuspend()
206 WrapperCall->setAttributes(NewAttributes); in lowerAwaitSuspend()
1083 NewF->setAttributes(NewAttrs); in create()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp494 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp738 Entry.setAttributes(CI, ArgI); in lowerCallOperands()
987 Entry.setAttributes(CI, ArgI); in lowerCallTo()
1137 Entry.setAttributes(CI, i - CI->arg_begin()); in lowerCall()

123