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

  /external/llvm/lib/CodeGen/
Analysis.cpp 523 AttributeSet CallerAttrs = F->getAttributes();
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))
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 735 AttributeSet CallerAttrs = F->getAttributes();
736 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
737 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 53 AttributeSet CallerAttrs = F->getAttributes();
54 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
59 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
60 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]

Completed in 689 milliseconds