Home
last modified time | relevance | path

Searched refs:isMisaligned128StoreSlow (Results 1 – 8 of 8) 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-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h328 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow() function
DAArch64TargetTransformInfo.cpp647 if (ST->isMisaligned128StoreSlow() && Opcode == Instruction::Store && in getMemoryOpCost()
DAArch64ISelLowering.cpp1184 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 || in allowsMisalignedMemoryAccesses()
1209 *Fast = !Subtarget->isMisaligned128StoreSlow() || in allowsMisalignedMemoryAccesses()
11439 if (!Subtarget->isMisaligned128StoreSlow()) in splitStores()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h360 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow() function
DAArch64TargetTransformInfo.cpp792 if (ST->isMisaligned128StoreSlow() && Opcode == Instruction::Store && in getMemoryOpCost()
DAArch64ISelLowering.cpp1618 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 || in allowsMisalignedMemoryAccesses()
1643 *Fast = !Subtarget->isMisaligned128StoreSlow() || in allowsMisalignedMemoryAccesses()
13856 if (!Subtarget->isMisaligned128StoreSlow()) in splitStores()