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.cpp8156 TypeSize StWidth = StVT.getSizeInBits(); in GenWidenVectorStores() local
8175 while (StWidth.isNonZero()) { in GenWidenVectorStores()
8178 findMemType(DAG, TLI, StWidth.getKnownMinValue(), ValVT); in GenWidenVectorStores()
8185 StWidth -= NewVTWidth; in GenWidenVectorStores()
8187 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
H A DLegalizeDAG.cpp545 TypeSize StWidth = StVT.getSizeInBits(); in LegalizeStoreOps() local
549 if (StWidth != StSize) { in LegalizeStoreOps()
559 } else if (!StVT.isVector() && !isPowerOf2_64(StWidth.getFixedValue())) { in LegalizeStoreOps()
562 unsigned StWidthBits = StWidth.getFixedValue(); in LegalizeStoreOps()