Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7437 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local
7439 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
7440 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
7446 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()
7449 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
7663 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local
7666 StWidth -= NewVTWidth; in GenWidenVectorStores()
7668 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
7674 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local
7694 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()
[all …]