Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7637 TypeSize StWidth = StVT.getSizeInBits(); in GenWidenVectorStores()
7656 while (StWidth.isNonZero()) { in GenWidenVectorStores()
7659 findMemType(DAG, TLI, StWidth.getKnownMinValue(), ValVT); in GenWidenVectorStores()
7666 StWidth -= NewVTWidth; in GenWidenVectorStores()
7668 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
7633 TypeSize StWidth = StVT.getSizeInBits(); GenWidenVectorStores() local
H A DLegalizeDAG.cpp535 TypeSize StWidth = StVT.getSizeInBits(); in LegalizeStoreOps() local
539 if (StWidth != StSize) { in LegalizeStoreOps()
549 } else if (!StVT.isVector() && !isPowerOf2_64(StWidth.getFixedValue())) { in LegalizeStoreOps()
552 unsigned StWidthBits = StWidth.getFixedValue(); in LegalizeStoreOps()