Searched refs:Misaligned128StoreIsSlow (Results 1 – 5 of 5) sorted by relevance
80 bool Misaligned128StoreIsSlow = false; variable186 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow()
87 "Misaligned128StoreIsSlow", "true", "Misaligned 128 bit stores are slow">;
117 bool Misaligned128StoreIsSlow = false; variable251 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow()
131 "Misaligned128StoreIsSlow", "true", "Misaligned 128 bit stores are slow">;
10927 if (Bits[AArch64::FeatureSlowMisaligned128Store]) Misaligned128StoreIsSlow = true;