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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp851 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex,
852 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
854 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
855 AttributeSet::ReturnIndex));
857 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
859 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
860 AttributeSet::ReturnIndex) &&
863 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
905 AttributeSet::get(NF->getContext(), AttributeSet::ReturnIndex,
906 AttrBuilder(RAttrs, AttributeSet::ReturnIndex)
[all...]
H A DArgumentPromotion.cpp518 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
640 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c566 * ReturnIndex - Where the resource index is returned. NULL
581 UINT8 *ReturnIndex)
705 if (ReturnIndex)
707 *ReturnIndex = ResourceIndex;
578 AcpiUtValidateResource( ACPI_WALK_STATE *WalkState, void *Aml, UINT8 *ReturnIndex) argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp428 AttributeSet::ReturnIndex,
430 AttributeSet::ReturnIndex));
501 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
508 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
581 AttributeSet::ReturnIndex,
583 AttributeSet::ReturnIndex));
830 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
921 FallbackCall->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
966 FallbackCall->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
1363 *DFSF.DFS.Ctx, AttributeSet::ReturnIndex,
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1013 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
1016 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex),
1017 AttributeSet::ReturnIndex))
1114 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
1120 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex),
1121 AttributeSet::ReturnIndex); member in class:AttributeSet
1126 AttributeSet::ReturnIndex, RAttrs));
1283 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp530 AttributeSet::ReturnIndex);
532 AttributeSet::ReturnIndex); member in class:AttributeSet
H A DTargetLoweringBase.cpp1195 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1197 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
1215 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg))
1219 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1221 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h200 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
205 ReturnIndex = 0U,
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1596 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
1597 Out << Attrs.getAsString(AttributeSet::ReturnIndex) << ' ';
1894 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
1895 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
1933 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
1934 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
H A DAttributes.cpp801 return pImpl && hasAttributes(ReturnIndex) ?
804 std::make_pair(ReturnIndex,
805 getAttributes(ReturnIndex)))) :
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp728 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
729 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
787 if (AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
789 AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp105 AttributeSet::ReturnIndex,
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacutils.h887 UINT8 *ReturnIndex);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp54 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
59 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
60 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
H A DSelectionDAGBuilder.cpp1251 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
1254 else if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
1270 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3037 AttributeSet::ReturnIndex,
3586 AttributeSet::ReturnIndex,
3992 AttributeSet::ReturnIndex,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1993 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex))
H A DCGCall.cpp1114 llvm::AttributeSet::ReturnIndex, member in class:llvm::AttributeSet

Completed in 327 milliseconds