Searched refs:setAttributes (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes());
H A DCallPromotionUtils.cpp442 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(),
H A DSimplifyLibCalls.cpp567 NewCI->setAttributes(CI->getAttributes());
595 NewCI->setAttributes(CI->getAttributes());
631 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
644 NewCI->setAttributes(CI->getAttributes());
1121 NewCI->setAttributes(CI->getAttributes());
1171 NewCI->setAttributes(CI->getAttributes());
1184 NewCI->setAttributes(CI->getAttributes());
1245 NewCI->setAttributes(CI->getAttributes());
3288 NewCI->setAttributes(CI->getAttributes());
3300 NewCI->setAttributes(C
[all...]
H A DCloneFunction.cpp102 NewFunc->setAttributes(NewAttrs);
122 NewFunc->setAttributes(
H A DBuildLibCalls.cpp1055 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
1097 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp196 getParent()->setAttributes(AL);
286 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
402 setAttributes(PAL);
408 setAttributes(PAL);
414 setAttributes(PAL);
420 setAttributes(PAL);
426 setAttributes(PAL);
432 setAttributes(PAL);
438 setAttributes(PAL);
444 setAttributes(PA
[all...]
H A DGlobals.cpp415 setAttributes(Src->getAttributes());
H A DModule.cpp152 New->setAttributes(AttributeList);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes());
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp433 NewCall->setAttributes(NewCallAL);
777 NewCall->setAttributes(II->getAttributes());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h238 void setAttributes(AttributeSet A) { function in class:llvm::GlobalVariable
H A DInstrTypes.h1388 void setAttributes(AttributeList A) { Attrs = A; } function in class:llvm::CallBase
1404 setAttributes(PAL);
1411 setAttributes(PAL);
1419 setAttributes(PAL);
1427 setAttributes(PAL);
1434 setAttributes(PAL);
1441 setAttributes(PAL);
1449 setAttributes(PAL);
1457 setAttributes(PAL);
1464 setAttributes(PA
[all...]
H A DFunction.h226 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } function in class:llvm::Function
251 setAttributes(getAttributes().removeAttribute(
H A DCallSite.h341 void setAttributes(AttributeList PAL) { function in class:llvm::CallSiteBase
342 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp209 NewCS.setAttributes(PAL);
869 NF->setAttributes(NewPAL);
947 NewCS.setAttributes(NewCallPAL);
H A DArgumentPromotion.cpp232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(),
338 NewCS.setAttributes(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp455 Call->setAttributes(GuardCheck->getAttributes());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp252 Call->setAttributes(F.getAttributes());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc418 F.setAttributes(
H A DTargetLowering.h202 void setAttributes(const CallBase *Call, unsigned ArgIdx);
204 void setAttributes(ImmutableCallSite *CS, unsigned ArgIdx) { function in class:llvm::TargetLoweringBase::ArgListEntry
205 return setAttributes(cast<CallBase>(CS->getInstruction()), ArgIdx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp52 Fn.setAttributes( \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1501 SPCall->setAttributes(legalizeCallAttributes(CI->getAttributes()));
1527 SPInvoke->setAttributes(legalizeCallAttributes(II->getAttributes()));
1572 GCResult->setAttributes(
2397 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp898 Entry.setAttributes(&CS, ArgI);
1140 Entry.setAttributes(&CS, ArgI);
1285 Entry.setAttributes(&CS, i - CS.arg_begin());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h432 CS.setAttributes(AttrList);
434 getAssociatedFunction()->setAttributes(AttrList);

Completed in 244 milliseconds

123