Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp565 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local
566 assert(RoundWidth < StWidthBits); in LegalizeStoreOps()
568 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
583 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
587 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()
604 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
777 assert(RoundWidth < SrcWidthBits); in LegalizeLoadOps()
779 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
796 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()
810 DAG.getConstant(RoundWidth, dl, in LegalizeLoadOps()
[all …]