Home | History | Annotate | Download | only in IR

Lines Matching refs:ASN

502     const AttributeSetNode *ASN = getSlotNode(I);
505 for (AttributeSetNode::iterator II = ASN->begin(),
506 IE = ASN->end(); II != IE; ++II) {
515 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16;
517 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
830 AttributeSetNode *ASN = getAttributes(Index);
831 return ASN ? ASN->hasAttribute(Kind) : false;
835 AttributeSetNode *ASN = getAttributes(Index);
836 return ASN ? ASN->hasAttribute(Kind) : false;
840 AttributeSetNode *ASN = getAttributes(Index);
841 return ASN ? ASN->hasAttributes() : false;
860 AttributeSetNode *ASN = getAttributes(Index);
861 return ASN ? ASN->getAttribute(Kind) : Attribute();
866 AttributeSetNode *ASN = getAttributes(Index);
867 return ASN ? ASN->getAttribute(Kind) : Attribute();
871 AttributeSetNode *ASN = getAttributes(Index);
872 return ASN ? ASN->getAlignment() : 0;
876 AttributeSetNode *ASN = getAttributes(Index);
877 return ASN ? ASN->getStackAlignment() : 0;
882 AttributeSetNode *ASN = getAttributes(Index);
883 return ASN ? ASN->getAsString(InAttrGrp) : std::string("");