Home
last modified time | relevance | path

Searched refs:Misaligned128StoreIsSlow (Results 1 – 7 of 7) 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">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h180 bool Misaligned128StoreIsSlow = false; variable
328 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow()
DAArch64.td178 "Misaligned128StoreIsSlow", "true", "Misaligned 128 bit stores are slow">;
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h206 bool Misaligned128StoreIsSlow = false; variable
360 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow()
DAArch64.td201 "Misaligned128StoreIsSlow", "true", "Misaligned 128 bit stores are slow">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19291 if (Bits[AArch64::FeatureSlowMisaligned128Store]) Misaligned128StoreIsSlow = true;