Home
last modified time | relevance | path

Searched refs:KnownAttrs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp81 unsigned KnownAttrs = SMEAttrs::Normal; in addKnownFunctionAttrs() local
83 KnownAttrs |= (SMEAttrs::SM_Compatible | SMEAttrs::SME_ABI_Routine); in addKnownFunctionAttrs()
85 KnownAttrs |= SMEAttrs::SM_Compatible | encodeZAState(StateValue::In) | in addKnownFunctionAttrs()
89 KnownAttrs |= SMEAttrs::SM_Compatible; in addKnownFunctionAttrs()
92 KnownAttrs |= SMEAttrs::SM_Compatible | SMEAttrs::SME_ABI_Routine; in addKnownFunctionAttrs()
93 set(KnownAttrs); in addKnownFunctionAttrs()