Home
last modified time | relevance | path

Searched refs:isMisaligned128StoreSlow (Results 1 – 5 of 5) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h251 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow() function
DAArch64TargetTransformInfo.cpp625 if (ST->isMisaligned128StoreSlow() && Opcode == Instruction::Store && in getMemoryOpCost()
DAArch64ISelLowering.cpp1062 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 || in allowsMisalignedMemoryAccesses()
10033 if (!Subtarget->isMisaligned128StoreSlow()) in splitStores()