/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 198 PAL.getRetAttrs(), ArgAttrs); in deleteDeadVarargs() 840 AttrBuilder RAttrs(F->getContext(), PAL.getRetAttrs()); in removeDeadStuffFromFunction() 892 AttrBuilder RAttrs(F->getContext(), CallPAL.getRetAttrs()); in removeDeadStuffFromFunction()
|
H A D | ArgumentPromotion.cpp | 184 PAL.getRetAttrs(), ArgAttrVec)); in doPromotion() 280 CallPAL.getRetAttrs(), ArgAttrVec)); in doPromotion()
|
H A D | ExpandVariadics.cpp | 800 AttributeList::get(Ctx, PAL.getFnAttrs(), PAL.getRetAttrs(), ArgAttrs); in expandCall()
|
H A D | Attributor.cpp | 3053 Ctx, OldFnAttributeList.getFnAttrs(), OldFnAttributeList.getRetAttrs(), in rewriteFunctionSignatures() 3142 OldCallAttributeList.getRetAttrs(), NewArgOperandAttributes)); in rewriteFunctionSignatures() 3438 AttributeSet RetAttrs = Attrs.getRetAttrs(); in identifyDefaultAbstractAttributes()
|
H A D | WholeProgramDevirt.cpp | 1515 Attrs.getRetAttrs(), NewArgAttrs)); in applyICallBranchFunnel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 112 collectDeadStringAttrs(DeadAttrs, Attrs.getRetAttrs(), LiveKeys, in removeStringFunctionAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 592 AttrBuilder CallerAttrs(F->getContext(), F->getAttributes().getRetAttrs()); in attributesPermitTailCall() 594 cast<CallInst>(I)->getAttributes().getRetAttrs()); in attributesPermitTailCall()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 1624 AttributeSet AttributeList::getRetAttrs() const { in getRetAttrs() function in AttributeList 1709 return getRetAttrs().getStackAlignment(); in getRetStackAlignment() 1713 return getRetAttrs().getDereferenceableBytes(); in getRetDereferenceableBytes() 1721 return getRetAttrs().getDereferenceableOrNullBytes(); in getRetDereferenceableOrNullBytes() 1730 return getRetAttrs().getNoFPClass(); in getRetNoFPClass()
|
H A D | Instruction.cpp | 468 AttributeSet RetAttrs = CB->getAttributes().getRetAttrs(); in hasPoisonGeneratingReturnAttributes()
|
H A D | AutoUpgrade.cpp | 4776 C, OldAttrs.getFnAttrs(), OldAttrs.getRetAttrs(), in UpgradeIntrinsicCall()
|
H A D | Verifier.cpp | 2119 AttributeSet RetAttrs = Attrs.getRetAttrs(); in verifyFunctionAttrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 547 AttrBuilder RAttrs(Ctx, CallerPAL.getRetAttrs()); in promoteCall()
|
H A D | CloneFunction.cpp | 149 OldAttrs.getRetAttrs(), NewArgAttrs)); in CloneFunctionInto()
|
H A D | InlineFunction.cpp | 2588 Attrs.getRetAttrs(), ArgAttrs); in InlineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 1042 retAttrs = GCResultLocality.first->getAttributes().getRetAttrs(); in LowerStatepoint() 1148 Call->getAttributes().getRetAttrs(), /*IsPatchPoint=*/false); in LowerCallSiteWithDeoptBundleImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchOptWInstrs.cpp | 558 const AttributeSet &Attrs = CalleeFn->getAttributes().getRetAttrs(); in isSignExtendedW()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVOptWInstrs.cpp | 477 const AttributeSet &Attrs = CalleeFn->getAttributes().getRetAttrs(); in isSignExtendedW()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 790 AttributeSet getRetAttrs() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 558 C, AttributeSet::get(C, FnAttrs), InvokeAL.getRetAttrs(), ArgAttributes); in wrapInvoke()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4130 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() 4230 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() 4449 Attrs.getRetAttrs(), NewArgAttrs); in transformCallThroughTrampoline()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 1711 AttributeSet RetAttrs = OldAttrs.getRetAttrs(); in moveFunctionAdaptingType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1908 Call->getAttributes().getRetAttrs())); in makeStatepointExplicitImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 414 CallSiteAttrs.getRetAttrs(), in transformFunctionAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 5326 const AttributeSet &Attrs = CalleeFn->getAttributes().getRetAttrs(); in isSignOrZeroExtended()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5917 oldAttrs.getRetAttrs(), newArgAttrs)); in replaceUsesOfNonProtoConstant()
|