Searched refs:ReturnIndex (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp103 KernArgSegment->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
104 KernArgSegment->addAttribute(AttributeList::ReturnIndex,
238 AttributeList::ReturnIndex,
H A DAMDGPUCallLowering.cpp209 if (OrigArgIdx == AttributeList::ReturnIndex && VT.isScalarInteger()) {
326 setArgFlags(OrigRetInfo, AttributeList::ReturnIndex, DL, F);
330 B, OrigRetInfo, AttributeList::ReturnIndex, SplitRetInfos, DL, CC,
H A DAMDGPUPromoteAlloca.cpp281 DispatchPtr->addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
282 DispatchPtr->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
285 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64);
H A DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c409 * ReturnIndex - Where the resource index is returned. NULL
424 UINT8 *ReturnIndex)
548 if (ReturnIndex)
550 *ReturnIndex = ResourceIndex;
421 AcpiUtValidateResource( ACPI_WALK_STATE *WalkState, void *Aml, UINT8 *ReturnIndex) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp311 setArgFlags(CurArgInfo, AttributeList::ReturnIndex, DL, F);
322 if (F.getAttributes().hasAttribute(AttributeList::ReturnIndex,
325 else if (F.getAttributes().hasAttribute(AttributeList::ReturnIndex,
374 setArgFlags(CurArgInfo, AttributeList::ReturnIndex, DL, F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp687 AttributeList::ReturnIndex,
753 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
766 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
779 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
907 AttributeList::ReturnIndex,
1184 Call->addAttribute(AttributeList::ReturnIndex, Attribute::ZExt);
1197 Call->addAttribute(AttributeList::ReturnIndex, Attribute::ZExt);
1301 FallbackCall->addAttribute(AttributeList::ReturnIndex, Attribute::ZExt);
1360 FallbackCall->addAttribute(AttributeList::ReturnIndex, Attribute::ZExt);
1814 *DFSF.DFS.Ctx, AttributeList::ReturnIndex,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h633 return AttributeSets.hasAttribute(AttributeList::ReturnIndex,
637 addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
H A DAttributes.h349 /// `AttributeList::ReturnIndex', and the attributes for the parameters start at
354 ReturnIndex = 0U,
H A DInstrTypes.h1518 /// \p i == Attribute::ReturnIndex -> the return value
1531 if (i == AttributeList::ReturnIndex)
1649 return Attrs.hasAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp300 CB->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
301 CB->addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1045 if (F->getAttributes().hasAttribute(AttributeList::ReturnIndex,
1067 F->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
1080 if (F->getAttributes().hasAttribute(AttributeList::ReturnIndex,
1086 F->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp76 if (F.hasAttribute(AttributeList::ReturnIndex, Attribute::NoAlias))
78 F.addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
110 if (F.hasAttribute(AttributeList::ReturnIndex, Attribute::NonNull))
112 F.addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
H A DCallPromotionUtils.cpp511 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4319 II->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
4530 Call.addAttribute(AttributeList::ReturnIndex,
4534 Call.addAttribute(AttributeList::ReturnIndex,
4538 Call.addAttribute(AttributeList::ReturnIndex,
4545 Call.addAttribute(AttributeList::ReturnIndex,
4550 Call.addAttribute(AttributeList::ReturnIndex,
4558 Call.addAttribute(AttributeList::ReturnIndex,
4566 Call.addAttribute(AttributeList::ReturnIndex,
4572 AttributeList::ReturnIndex,
4777 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp704 DerefBytes = Call->getDereferenceableBytes(AttributeList::ReturnIndex);
707 Call->getDereferenceableOrNullBytes(AttributeList::ReturnIndex);
H A DAsmWriter.cpp3577 if (Attrs.hasAttributes(AttributeList::ReturnIndex))
3578 Out << Attrs.getAsString(AttributeList::ReturnIndex) << ' ';
3984 if (PAL.hasAttributes(AttributeList::ReturnIndex))
3985 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4029 if (PAL.hasAttributes(AttributeList::ReturnIndex))
4030 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4072 if (PAL.hasAttributes(AttributeList::ReturnIndex))
4073 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
H A DAttributes.cpp1396 return getAttributes(ReturnIndex);
1444 return getAttributes(ReturnIndex).getAlignment();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp565 AttrBuilder CallerAttrs(F->getAttributes(), AttributeList::ReturnIndex);
567 AttributeList::ReturnIndex); member in class:AttributeList
H A DTargetLoweringBase.cpp1530 if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::SExt))
1532 else if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt))
1552 if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::InReg))
1556 if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::SExt))
1558 else if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp253 setArgFlags(OrigRetInfo, AttributeList::ReturnIndex, DL, F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp64 setArgFlags(Info.OrigRet, AttributeList::ReturnIndex, DL, CB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp210 setArgFlags(CurArgInfo, AttributeList::ReturnIndex, DL, F);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacutils.h1018 UINT8 *ReturnIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1632 AttributeList::get(GCResult->getContext(), AttributeList::ReturnIndex,
2468 RemoveNonValidAttrAtIndex(Ctx, F, AttributeList::ReturnIndex);
2539 RemoveNonValidAttrAtIndex(Ctx, *Call, AttributeList::ReturnIndex);

Completed in 373 milliseconds

12