Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp576 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local
577 assert(RoundWidth < StWidthBits); in LegalizeStoreOps()
579 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
594 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
599 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()
616 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
789 assert(RoundWidth < SrcWidthBits); in LegalizeLoadOps()
791 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
808 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()
823 DAG.getConstant(RoundWidth, dl, in LegalizeLoadOps()
[all …]