Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h80 bool Misaligned128StoreIsSlow = false; variable
186 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow()
DAArch64.td87 "Misaligned128StoreIsSlow", "true", "Misaligned 128 bit stores are slow">;