Home
last modified time | relevance | path

Searched defs:ASN (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp651 const AttributeSetNode *ASN = getSlotNode(I); in Raw() local
1093 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local
1098 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local
1103 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes() local
1128 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local
1134 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local
1139 AttributeSetNode *ASN = getAttributes(Index); in getParamAlignment() local
1144 AttributeSetNode *ASN = getAttributes(Index); in getStackAlignment() local
1149 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableBytes() local
1154 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableOrNullBytes() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h217 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet()