Home
last modified time | relevance | path

Searched refs:NewVTWidth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6366 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local
6368 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
6369 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
6375 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()
6378 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
6592 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local
6595 StWidth -= NewVTWidth; in GenWidenVectorStores()
6603 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local
6623 unsigned NumElts = ValWidth.getFixedSize() / NewVTWidth.getFixedSize(); in GenWidenVectorStores()
6627 Idx = Idx * ValEltWidth / NewVTWidth.getFixedSize(); in GenWidenVectorStores()
[all …]