/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILIntrinsicExpansion.cpp | 119 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 D | LowerInvoke.cpp | 58 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
H A D | CloneFunction.cpp | 113 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 147 NewFunc->setAttributes( in CloneFunctionInto() 843 NewFunc->setAttributes(Attrs); in CloneAndPruneIntoFromInst()
|
H A D | CallPromotionUtils.cpp | 556 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
|
H A D | InlineFunction.cpp | 1427 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 D | WebAssemblyAddMissingPrototypes.cpp | 137 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 201 F.setAttributes(UpdateAttrs(F.getAttributes())); in runIPSCCP() 207 CB->setAttributes(UpdateAttrs(CB->getAttributes())); in runIPSCCP()
|
H A D | DeadArgumentElimination.cpp | 214 NewCB->setAttributes(PAL); in deleteDeadVarargs() 874 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction() 952 NewCB->setAttributes(NewCallPAL); in removeDeadStuffFromFunction()
|
H A D | ExpandVariadics.cpp | 517 NF->setAttributes(Attrs); in replaceAllUsesWithNewDeclaration() 558 NF->setAttributes(Attrs); in deriveFixedArityReplacement() 831 NewCB->setAttributes(PAL); in expandCall()
|
H A D | ArgumentPromotion.cpp | 183 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion() 278 NewCS->setAttributes(AttributeList::get(F->getContext(), in doPromotion()
|
H A D | ThinLTOBitcodeWriter.cpp | 197 NewF->setAttributes(AttributeList::get(M.getContext(), in simplifyExternals()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 243 void setAttributes(AttributeSet A) { in hasImplicitSection() 237 void setAttributes(AttributeSet A) { setAttributes() function
|
H A D | Function.h | 353 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 216 NewF->setAttributes(Attrs); in visitCallScalToVec()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 152 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 325 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 D | Globals.cpp | 511 setAttributes(Src->getAttributes()); in copyAttributesFrom()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 273 Call->setAttributes(F.getAttributes()); in makeStub()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 628 Call->setAttributes(GuardCheck->getAttributes()); in CreateFailBB()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 369 EntryFn->setAttributes(NewAttrs); in emitEntryFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1837 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 D | CoroSplit.cpp | 200 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 D | X86WinEHState.cpp | 494 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 738 Entry.setAttributes(CI, ArgI); in lowerCallOperands() 987 Entry.setAttributes(CI, ArgI); in lowerCallTo() 1137 Entry.setAttributes(CI, i - CI->arg_begin()); in lowerCall()
|