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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c567 * ReturnIndex - Where the resource index is returned. NULL
582 UINT8 *ReturnIndex)
706 if (ReturnIndex)
708 *ReturnIndex = ResourceIndex;
579 AcpiUtValidateResource( ACPI_WALK_STATE *WalkState, void *Aml, UINT8 *ReturnIndex) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp858 AttributeSet::ReturnIndex,
861 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
865 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
907 AttributeSet::ReturnIndex,
909 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
H A DFunctionAttrs.cpp885 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
905 F->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
918 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
924 F->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
H A DInferFunctionAttrs.cpp90 assert((n != AttributeSet::ReturnIndex ||
909 Changed |= setNonNull(F, AttributeSet::ReturnIndex);
910 Changed |= setDoesNotAlias(F, AttributeSet::ReturnIndex);
H A DArgumentPromotion.cpp641 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
766 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
H A DMergeFunctions.cpp1616 Context, AttributeSet::ReturnIndex, NewFuncAttrs.getRetAttributes());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp542 AttributeSet::ReturnIndex,
543 AttributeSet::get(F->getContext(), AttributeSet::ReturnIndex,
627 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
635 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
644 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
720 AttributeSet::ReturnIndex,
721 AttributeSet::get(NewF->getContext(), AttributeSet::ReturnIndex,
991 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
1004 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
1108 FallbackCall->addAttribute(AttributeSet::ReturnIndex, Attribut
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp543 AttributeSet::ReturnIndex);
545 AttributeSet::ReturnIndex); member in class:AttributeSet
H A DTargetLoweringBase.cpp1492 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1494 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
1512 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg))
1516 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1518 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
H A DCodeGenPrepare.cpp1933 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
1934 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1992 if (AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
1994 AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h172 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
177 ReturnIndex = 0U,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1777 II->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
1783 II->addDereferenceableAttr(AttributeSet::ReturnIndex, Bytes);
2097 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
2208 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
2217 AttributeSet::ReturnIndex, RAttrs));
2385 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacutils.h836 UINT8 *ReturnIndex);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp979 return pImpl && hasAttributes(ReturnIndex) ?
982 std::make_pair(ReturnIndex,
983 getAttributes(ReturnIndex)))) :
H A DAsmWriter.cpp2563 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
2564 Out << Attrs.getAsString(AttributeSet::ReturnIndex) << ' ';
2939 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
2940 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
2982 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
2983 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1246 if (Index == AttributeSet::ReturnIndex ||
2513 RemoveNonValidAttrAtIndex(Ctx, F, AttributeSet::ReturnIndex);
2548 RemoveNonValidAttrAtIndex(Ctx, CS, AttributeSet::ReturnIndex);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp117 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex,
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp55 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
60 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
61 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
H A DFastISel.cpp866 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex,
H A DSelectionDAGBuilder.cpp1368 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
1371 else if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
1376 bool RetInReg = F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
7012 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex,
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp4445 AttributeSet::ReturnIndex,
5076 AttributeSet::ReturnIndex,
5680 AttributeSet::ReturnIndex,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1639 getLLVMContext(), llvm::AttributeSet::ReturnIndex, RetAttrs));
H A DCodeGenModule.cpp2606 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex))
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1587 Align = CS.getAttributes().getParamAlignment(AttributeSet::ReturnIndex);

Completed in 259 milliseconds