Searched refs:isMisaligned128StoreSlow (Results 1 – 5 of 5) sorted by relevance
186 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow() function
811 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 || in allowsMisalignedMemoryAccesses()8759 if (!Subtarget->isMisaligned128StoreSlow()) in split16BStores()
251 bool isMisaligned128StoreSlow() const { return Misaligned128StoreIsSlow; } in isMisaligned128StoreSlow() function
625 if (ST->isMisaligned128StoreSlow() && Opcode == Instruction::Store && in getMemoryOpCost()
1062 *Fast = !Subtarget->isMisaligned128StoreSlow() || VT.getStoreSize() != 16 || in allowsMisalignedMemoryAccesses()10033 if (!Subtarget->isMisaligned128StoreSlow()) in splitStores()