Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7042 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local
7044 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
7045 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
7051 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()
7054 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
7268 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local
7271 StWidth -= NewVTWidth; in GenWidenVectorStores()
7273 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
7279 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local
7303 Idx = Idx * ValEltWidth / NewVTWidth.getFixedValue(); in GenWidenVectorStores()
[all …]