Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6759 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local
6761 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
6762 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
6768 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()
6771 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
6985 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local
6988 StWidth -= NewVTWidth; in GenWidenVectorStores()
6990 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
6996 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local
7016 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()
[all …]