Lines Matching refs:Bitmask
17 Bitmask |= M; in set()
19 Bitmask &= ~M; in set()
26 assert(!(isNewZA() && (Bitmask & SME_ABI_Routine)) && in set()
46 set(SMEAttrs(*F).Bitmask | SMEAttrs(F->getName()).Bitmask); in SMEAttrs()
50 SMEAttrs::SMEAttrs(StringRef FuncName) : Bitmask(0) { in SMEAttrs()
52 Bitmask |= (SMEAttrs::SM_Compatible | SMEAttrs::SME_ABI_Routine); in SMEAttrs()
54 Bitmask |= SMEAttrs::SM_Compatible | encodeZAState(StateValue::In) | in SMEAttrs()
58 Bitmask |= SMEAttrs::SM_Compatible; in SMEAttrs()
62 Bitmask = 0; in SMEAttrs()
64 Bitmask |= SM_Enabled; in SMEAttrs()
66 Bitmask |= SM_Compatible; in SMEAttrs()
68 Bitmask |= SM_Body; in SMEAttrs()
70 Bitmask |= encodeZAState(StateValue::In); in SMEAttrs()
72 Bitmask |= encodeZAState(StateValue::Out); in SMEAttrs()
74 Bitmask |= encodeZAState(StateValue::InOut); in SMEAttrs()
76 Bitmask |= encodeZAState(StateValue::Preserved); in SMEAttrs()
78 Bitmask |= encodeZAState(StateValue::New); in SMEAttrs()
80 Bitmask |= encodeZT0State(StateValue::In); in SMEAttrs()
82 Bitmask |= encodeZT0State(StateValue::Out); in SMEAttrs()
84 Bitmask |= encodeZT0State(StateValue::InOut); in SMEAttrs()
86 Bitmask |= encodeZT0State(StateValue::Preserved); in SMEAttrs()
88 Bitmask |= encodeZT0State(StateValue::New); in SMEAttrs()