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

12

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp790 AttributeSet::ReturnIndex,
793 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
797 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
840 AttributeSet::ReturnIndex,
842 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
H A DFunctionAttrs.cpp859 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
880 F->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
893 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex,
899 F->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
H A DArgumentPromotion.cpp667 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
787 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
H A DMergeFunctions.cpp1622 Context, AttributeSet::ReturnIndex, NewFuncAttrs.getRetAttributes());
/external/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,
986 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
999 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
1102 FallbackCall->addAttribute(AttributeSet::ReturnIndex, Attribut
[all...]
/external/llvm/unittests/IR/
H A DVerifierTest.cpp55 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp542 AttributeSet::ReturnIndex);
544 AttributeSet::ReturnIndex); member in class:AttributeSet
H A DTargetLoweringBase.cpp1581 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1583 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
1601 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg))
1605 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
1607 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
H A DCodeGenPrepare.cpp1990 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
1991 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
2049 if (AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
2051 AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
H A DAtomicExpandPass.cpp1596 Attr = Attr.addAttribute(Ctx, AttributeSet::ReturnIndex, Attribute::ZExt);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp285 DispatchPtr->addAttribute(AttributeSet::ReturnIndex, Attribute::NoAlias);
286 DispatchPtr->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
289 DispatchPtr->addDereferenceableAttr(AttributeSet::ReturnIndex, 64);
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp99 assert((n != AttributeSet::ReturnIndex ||
685 Changed |= setNonNull(F, AttributeSet::ReturnIndex);
686 Changed |= setDoesNotAlias(F, AttributeSet::ReturnIndex);
H A DCloneFunction.cpp117 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex,
/external/llvm/include/llvm/IR/
H A DAttributes.h201 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
206 ReturnIndex = 0U,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h201 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
206 ReturnIndex = 0U,
/external/llvm/lib/IR/
H A DAttributes.cpp1075 return pImpl && hasAttributes(ReturnIndex) ?
1078 std::make_pair(ReturnIndex,
1079 getAttributes(ReturnIndex)))) :
H A DAsmWriter.cpp2639 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
2640 Out << Attrs.getAsString(AttributeSet::ReturnIndex) << ' ';
3015 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
3016 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
3058 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
3059 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
H A DValue.cpp628 Align = CS.getAttributes().getParamAlignment(AttributeSet::ReturnIndex);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2333 II->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull);
2652 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
2763 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
2772 AttributeSet::ReturnIndex, RAttrs));
2937 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1110 if (Index == AttributeSet::ReturnIndex ||
2215 RemoveNonValidAttrAtIndex(Ctx, F, AttributeSet::ReturnIndex);
2250 RemoveNonValidAttrAtIndex(Ctx, CS, AttributeSet::ReturnIndex);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp169 return CS && CS.paramHasAttr(AttributeSet::ReturnIndex, Attribute::NoAlias);
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp675 if (Attrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt))
677 if (Attrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp59 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
64 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
65 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
H A DFastISel.cpp866 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex,
/external/llvm/lib/AsmParser/
H A DLLParser.cpp4664 AttributeSet::ReturnIndex,
5295 AttributeSet::ReturnIndex,
5899 AttributeSet::ReturnIndex,

Completed in 625 milliseconds

12