Home
last modified time | relevance | path

Searched refs:getRetAttrs (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp198 PAL.getRetAttrs(), ArgAttrs); in deleteDeadVarargs()
842 AttrBuilder RAttrs(F->getContext(), PAL.getRetAttrs()); in removeDeadStuffFromFunction()
894 AttrBuilder RAttrs(F->getContext(), CallPAL.getRetAttrs()); in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp183 PAL.getRetAttrs(), ArgAttrVec)); in doPromotion()
278 CallPAL.getRetAttrs(), ArgAttrVec)); in doPromotion()
H A DAttributor.cpp3047 Ctx, OldFnAttributeList.getFnAttrs(), OldFnAttributeList.getRetAttrs(), in rewriteFunctionSignatures()
3136 OldCallAttributeList.getRetAttrs(), NewArgOperandAttributes)); in rewriteFunctionSignatures()
3433 AttributeSet RetAttrs = Attrs.getRetAttrs(); in identifyDefaultAbstractAttributes()
H A DWholeProgramDevirt.cpp1523 Attrs.getRetAttrs(), NewArgAttrs)); in applyICallBranchFunnel()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1487 AttributeSet AttributeList::getRetAttrs() const { in getRetAttrs() function in AttributeList
1572 return getRetAttrs().getStackAlignment(); in getRetStackAlignment()
1576 return getRetAttrs().getDereferenceableBytes(); in getRetDereferenceableBytes()
1584 return getRetAttrs().getDereferenceableOrNullBytes(); in getRetDereferenceableOrNullBytes()
1593 return getRetAttrs().getNoFPClass(); in getRetNoFPClass()
H A DAutoUpgrade.cpp4684 C, OldAttrs.getFnAttrs(), OldAttrs.getRetAttrs(), in UpgradeIntrinsicCall()
H A DVerifier.cpp2029 AttributeSet RetAttrs = Attrs.getRetAttrs(); in verifyFunctionAttrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp627 AttrBuilder CallerAttrs(F->getContext(), F->getAttributes().getRetAttrs()); in attributesPermitTailCall()
629 cast<CallInst>(I)->getAttributes().getRetAttrs()); in attributesPermitTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp534 AttrBuilder RAttrs(Ctx, CallerPAL.getRetAttrs()); in promoteCall()
H A DCloneFunction.cpp147 OldAttrs.getRetAttrs(), NewArgAttrs)); in CloneFunctionInto()
H A DInlineFunction.cpp2484 Attrs.getRetAttrs(), ArgAttrs); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1039 retAttrs = GCResultLocality.first->getAttributes().getRetAttrs(); in LowerStatepoint()
1145 Call->getAttributes().getRetAttrs(), /*IsPatchPoint=*/false); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.cpp10077 ReturnTy, CB.getAttributes().getRetAttrs(), true); in visitPatchpoint()
H A DTargetLowering.cpp64 AttrBuilder CallerAttrs(F.getContext(), F.getAttributes().getRetAttrs()); in isInTailCallPosition()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp468 const AttributeSet &Attrs = CalleeFn->getAttributes().getRetAttrs(); in isSignExtendedW()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h752 AttributeSet getRetAttrs() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3900 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
4000 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
4219 Attrs.getRetAttrs(), NewArgAttrs); in transformCallThroughTrampoline()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp564 C, AttributeSet::get(C, FnAttrs), InvokeAL.getRetAttrs(), ArgAttributes); in wrapInvoke()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1907 Call->getAttributes().getRetAttrs())); in makeStatepointExplicitImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp414 CallSiteAttrs.getRetAttrs(), in transformFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5262 const AttributeSet &Attrs = CalleeFn->getAttributes().getRetAttrs(); in isSignOrZeroExtended()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp526 auto RetAttrs = Attrs.getRetAttrs(); in addAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5770 oldAttrs.getRetAttrs(), newArgAttrs)); in replaceUsesOfNonProtoConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp492 if (AttrBuilder(F.getContext(), CallerAttrs.getRetAttrs()) in isLibCallInTailPosition()