Searched refs:getStoreSizeInBits (Results 1 – 10 of 10) sorted by relevance
325 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
852 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
43 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType()642 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth()649 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth()975 unsigned MemoryBits = ArgVT.getStoreSizeInBits() / NumRegs; in analyzeFormalArgumentsCompute()976 assert(ArgVT.getStoreSizeInBits() % NumRegs == 0); in analyzeFormalArgumentsCompute()
547 if (StWidth != StVT.getStoreSizeInBits()) { in LegalizeStoreOps()552 StVT.getStoreSizeInBits()); in LegalizeStoreOps()728 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps()741 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
10489 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth()10490 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()10899 LN0->getMemoryVT().getStoreSizeInBits() < VT.getSizeInBits()) { in visitTRUNCATE()14215 Offset = ((int64_t)STMemType.getStoreSizeInBits() - in ForwardStoreValueToDirectLoad()14216 (int64_t)LDMemType.getStoreSizeInBits()) / 8 - Offset; in ForwardStoreValueToDirectLoad()15159 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()15369 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in MergeStoresOfConstantsOrVecElts()16600 ST->getMemoryVT().getStoreSizeInBits())) { in visitLIFETIME_END()
365 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
470 (unsigned)VA.getLocVT().getStoreSizeInBits() >> 3); in LowerCall()821 : VA.getLocVT().getStoreSizeInBits() / 8; in LowerFormalArguments()
1792 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
2023 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits(); in adjustSubwordCmp()2253 if (L->getMemoryVT().getStoreSizeInBits() <= C.Op0.getValueSizeInBits()) { in adjustICmpTruncate()
8122 assert(EltBaseVT.getSizeInBits() == EltBaseVT.getStoreSizeInBits() && in EltsFromConsecutiveLoads()8126 unsigned BaseSizeInBits = EltBaseVT.getStoreSizeInBits(); in EltsFromConsecutiveLoads()