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

  /external/llvm/lib/CodeGen/
Analysis.cpp 529 AttrBuilder CallerAttrs(F->getAttributes(),
536 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias);
540 if (CallerAttrs.contains(Attribute::ZExt)) {
545 CallerAttrs.removeAttribute(Attribute::ZExt);
547 } else if (CallerAttrs.contains(Attribute::SExt)) {
552 CallerAttrs.removeAttribute(Attribute::SExt);
559 if (CallerAttrs != CalleeAttrs)
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 54 AttributeSet CallerAttrs = F->getAttributes();
55 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
60 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
61 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 201 milliseconds