HomeSort by: relevance | last modified time | path
    Searched refs:ReturnIndex (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelArguments.cpp 84 KernArgSegment->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
85 KernArgSegment->addAttribute(AttributeList::ReturnIndex,
235 AttributeList::ReturnIndex,
AMDGPUPromoteAlloca.cpp 259 DispatchPtr->addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
260 DispatchPtr->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
263 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64);
AMDGPURewriteOutArguments.cpp 360 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 337 * ReturnIndex - Where the resource index is returned. NULL
352 UINT8 *ReturnIndex)
476 if (ReturnIndex)
478 *ReturnIndex = ResourceIndex;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 1219 AttributeList::ReturnIndex,
1306 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1319 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1332 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1343 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1354 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1375 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1384 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
1572 AttributeList::ReturnIndex,
1960 Call->addAttribute(AttributeList::ReturnIndex, Attribute::ZExt)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 702 return AttributeSets.hasAttribute(AttributeList::ReturnIndex,
706 addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
InstrTypes.h 1630 /// \p i == Attribute::ReturnIndex -> the return value
1643 if (i == AttributeList::ReturnIndex)
1764 return Attrs.hasAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
2276 if (Attrs.hasAttribute(AttributeList::ReturnIndex, Kind))
2281 return F->getAttributes().hasAttribute(AttributeList::ReturnIndex, Kind);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 314 CB->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
315 CB->addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
CoroSplit.cpp 1545 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
1546 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
1629 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
1630 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 140 setArgFlags(Info.OrigRet, AttributeList::ReturnIndex, DL, CB);
842 setArgFlags(DemoteArg, AttributeList::ReturnIndex, DL, F);
860 setArgFlags(DemoteArg, AttributeList::ReturnIndex, DL, CB);
888 addArgFlagsFromAttributes(Flags, Attrs, AttributeList::ReturnIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 376 setArgFlags(CurArgInfo, AttributeList::ReturnIndex, DL, F);
387 if (F.getAttributes().hasAttribute(AttributeList::ReturnIndex,
390 else if (F.getAttributes().hasAttribute(AttributeList::ReturnIndex,
444 setArgFlags(CurArgInfo, AttributeList::ReturnIndex, DL, F);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 1058 if (F->getAttributes().hasAttribute(AttributeList::ReturnIndex,
1080 F->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
1093 if (F->getAttributes().hasAttribute(AttributeList::ReturnIndex,
1099 F->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2149 Call.addAttribute(AttributeList::ReturnIndex,
2153 Call.addAttribute(AttributeList::ReturnIndex,
2158 Call.addAttribute(AttributeList::ReturnIndex,
2166 Call.removeAttribute(AttributeList::ReturnIndex, Attribute::Alignment);
2167 Call.addAttribute(AttributeList::ReturnIndex,
2173 Call.addAttribute(AttributeList::ReturnIndex,
2181 Call.addAttribute(AttributeList::ReturnIndex,
2189 Call.addAttribute(AttributeList::ReturnIndex,
2195 AttributeList::ReturnIndex,
2396 GCR.addAttribute(AttributeList::ReturnIndex, Attribute::NonNull)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 515 NewCI->removeAttributes(AttributeList::ReturnIndex,
544 NewCI->removeAttributes(AttributeList::ReturnIndex,
607 NewCI->removeAttributes(AttributeList::ReturnIndex,
1084 NewCI->removeAttributes(AttributeList::ReturnIndex,
1138 NewCI->removeAttributes(AttributeList::ReturnIndex,
1153 NewCI->removeAttributes(AttributeList::ReturnIndex,
1215 NewCI->removeAttributes(AttributeList::ReturnIndex,
3265 NewCI->removeAttributes(AttributeList::ReturnIndex,
3279 NewCI->removeAttributes(AttributeList::ReturnIndex,
3295 NewCI->removeAttributes(AttributeList::ReturnIndex,
    [all...]
CallPromotionUtils.cpp 508 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex);
BuildLibCalls.cpp 99 if (F.hasAttribute(AttributeList::ReturnIndex, Attribute::NoAlias))
101 F.addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias);
148 !F.hasAttribute(AttributeList::ReturnIndex, Attribute::NoUndef)) {
149 F.addAttribute(AttributeList::ReturnIndex, Attribute::NoUndef);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallLowering.cpp 147 setArgFlags(OrigRetInfo, AttributeList::ReturnIndex, DL, F);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 558 AttrBuilder CallerAttrs(F->getAttributes(), AttributeList::ReturnIndex);
560 AttributeList::ReturnIndex);
TargetLoweringBase.cpp 1634 if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::SExt))
1636 else if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt))
1656 if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::InReg))
1660 if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::SExt))
1662 else if (attr.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt))
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 829 DerefBytes = Call->getDereferenceableBytes(AttributeList::ReturnIndex);
832 Call->getDereferenceableOrNullBytes(AttributeList::ReturnIndex);
AsmWriter.cpp 3736 if (Attrs.hasAttributes(AttributeList::ReturnIndex))
3737 Out << Attrs.getAsString(AttributeList::ReturnIndex) << ' ';
4143 if (PAL.hasAttributes(AttributeList::ReturnIndex))
4144 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4188 if (PAL.hasAttributes(AttributeList::ReturnIndex))
4189 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4231 if (PAL.hasAttributes(AttributeList::ReturnIndex))
4232 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
Attributes.cpp 1560 return getAttributes(ReturnIndex);
1608 return getAttributes(ReturnIndex).getAlignment();
1704 case AttrIndex::ReturnIndex:
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMCallLowering.cpp 194 setArgFlags(OrigRetInfo, AttributeList::ReturnIndex, DL, F);
  /src/sys/external/bsd/acpica/dist/include/
acutils.h 938 UINT8 *ReturnIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1788 AttributeList::get(GCResult->getContext(), AttributeList::ReturnIndex,
2633 RemoveNonValidAttrAtIndex(Ctx, F, AttributeList::ReturnIndex);
2707 RemoveNonValidAttrAtIndex(Ctx, *Call, AttributeList::ReturnIndex);

Completed in 117 milliseconds

1 2