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

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 838 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex,
839 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
841 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
842 AttributeSet::ReturnIndex));
844 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex)
    [all...]
ArgumentPromotion.cpp 516 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
638 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
    [all...]
  /external/llvm/unittests/IR/
VerifierTest.cpp 70 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
  /external/llvm/lib/CodeGen/
Analysis.cpp 524 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex).
526 AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex).
531 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
532 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 198 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
203 ReturnIndex = 0U,
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Attributes.cpp 794 return pImpl && hasAttributes(ReturnIndex) ?
797 std::make_pair(ReturnIndex,
798 getAttributes(ReturnIndex)))) :
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 736 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
737 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
795 if (AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
797 AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex).
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 105 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 316 milliseconds