Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6342 TypeSize LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads() local
6344 TypeSize WidthDiff = WidenWidth - LdWidth; in GenWidenVectorLoads()
6352 findMemType(DAG, TLI, LdWidth.getKnownMinSize(), WidenVT, LdAlign, in GenWidenVectorLoads()
6363 if (!TypeSize::isKnownLE(LdWidth, FirstVTWidth)) { in GenWidenVectorLoads()
6365 TypeSize RemainingWidth = LdWidth; in GenWidenVectorLoads()
6387 assert(TypeSize::isKnownLE(LdWidth, FirstVTWidth)); in GenWidenVectorLoads()