Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp29 SMEAttrs::SMEAttrs(const CallBase &CB) { in SMEAttrs() function in SMEAttrs
35 SMEAttrs::SMEAttrs(const AttributeList &Attrs) { in SMEAttrs() function in SMEAttrs
H A DAArch64SMEAttributes.h41 SMEAttrs(const Function &F) : SMEAttrs(F.getAttributes()) {} in SMEAttrs() function