Lines Matching refs:getStoreSize
1553 VT.getStoreSize() > 16)) { in allowsMisalignedMemoryAccesses()
1719 if (MemVT.getStoreSize() < 4 && Alignment < 4) { in lowerKernargMemParameter()
1766 unsigned ArgSize = VA.getValVT().getStoreSize(); in lowerStackParameter()
2796 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs()
3143 Flags.getByValSize() : VA.getValVT().getStoreSize(); in LowerCall()
6375 VT.getStoreSize(), Alignment); in lowerSBuffer()
6390 MF.getMachineMemOperand(MMO, 0, WidenedVT.getStoreSize())); in lowerSBuffer()
8121 Alignment < MemVT.getStoreSize() && MemVT.getSizeInBits() > 32) { in LowerLOAD()
8206 ((Subtarget->useDS128() && MemVT.getStoreSize() == 16) || in LowerLOAD()
8207 MemVT.getStoreSize() == 12) && in LowerLOAD()
8221 NumElements == 2 && MemVT.getStoreSize() == 8 && in LowerLOAD()
8668 Store->getAlignment() < VT.getStoreSize() && VT.getSizeInBits() > 32) { in LowerSTORE()
8714 ((Subtarget->useDS128() && VT.getStoreSize() == 16) || in LowerSTORE()
8715 (VT.getStoreSize() == 12)) && in LowerSTORE()
8729 NumElements == 2 && VT.getStoreSize() == 8 && in LowerSTORE()