Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5458 TypeSize StWidth = StVT.getSizeInBits(); in GenWidenVectorStores() local
5471 while (StWidth.isNonZero()) { in GenWidenVectorStores()
5473 EVT NewVT = FindMemType(DAG, TLI, StWidth.getKnownMinSize(), ValVT); in GenWidenVectorStores()
5488 StWidth -= NewVTWidth; in GenWidenVectorStores()
5493 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
5509 StWidth -= NewVTWidth; in GenWidenVectorStores()
5511 } 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.getFixedSize())) { in LegalizeStoreOps()
562 unsigned StWidthBits = StWidth.getFixedSize(); in LegalizeStoreOps()