HomeSort by: relevance | last modified time | path
    Searched defs:CallerAttrs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 3428 AttributeList CallerAttrs = F->getAttributes();
3431 AttrBuilder CallerABIAttrs = getParameterABIAttributes(I, CallerAttrs);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 502 AttributeList CallerAttrs = F.getAttributes();
503 if (AttrBuilder(CallerAttrs, AttributeList::ReturnIndex)
510 if (CallerAttrs.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt) ||
511 CallerAttrs.hasAttribute(AttributeList::ReturnIndex, Attribute::SExt))

Completed in 78 milliseconds