Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7956 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local
7958 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
7959 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
7965 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()
7968 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
8182 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local
8185 StWidth -= NewVTWidth; in GenWidenVectorStores()
8187 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
8193 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local
8212 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()
[all …]