HomeSort by relevance Sort by last modified time
    Searched refs:ReturnIndex (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 765 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex,
766 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
768 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
769 AttributeSet::ReturnIndex));
771 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
773 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
774 AttributeSet::ReturnIndex) &&
777 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
846 AttributeSet::get(NF->getContext(), AttributeSet::ReturnIndex,
847 AttrBuilder(RAttrs, AttributeSet::ReturnIndex)
    [all...]
ArgumentPromotion.cpp 521 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
643 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 314 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex).
316 AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex).
321 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
322 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 194 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
199 ReturnIndex = 0U,
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Attributes.cpp 776 return pImpl && hasAttributes(ReturnIndex) ?
779 std::make_pair(ReturnIndex,
780 getAttributes(ReturnIndex)))) :
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 733 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
734 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
792 if (AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
794 AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 104 AttributeSet::ReturnIndex,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 54 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
59 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
60 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 1537 milliseconds