Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h186 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow() function
DAArch64ISelLowering.cpp811 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 || in allowsMisalignedMemoryAccesses()
8759 if (!Subtarget->isMisaligned128StoreSlow()) in split16BStores()