Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp534 ElementBitwidth /= 2; in applyModifier()
537 ElementBitwidth /= 2; in applyModifier()
540 ElementBitwidth /= 4; in applyModifier()
546 ElementBitwidth /= 4; in applyModifier()
549 ElementBitwidth *= 4; in applyModifier()
557 ElementBitwidth = 1; in applyModifier()
565 ElementBitwidth /= 2; in applyModifier()
569 ElementBitwidth /= 4; in applyModifier()
576 ElementBitwidth /= 4; in applyModifier()
667 ElementBitwidth = 64; in applyModifier()
[all …]
H A DRISCVVEmitter.cpp564 ElementBitwidth = 8; in applyBasicType()
568 ElementBitwidth = 16; in applyBasicType()
572 ElementBitwidth = 32; in applyBasicType()
576 ElementBitwidth = 64; in applyBasicType()
580 ElementBitwidth = 16; in applyBasicType()
584 ElementBitwidth = 32; in applyBasicType()
588 ElementBitwidth = 64; in applyBasicType()
610 ElementBitwidth *= 2; in applyModifier()
615 ElementBitwidth *= 4; in applyModifier()
620 ElementBitwidth *= 8; in applyModifier()
[all …]
H A DNeonEmitter.cpp247 ElementBitwidth = 32; in make32BitElement()
692 switch (ElementBitwidth) { in getNeonEnum()
794 ElementBitwidth = ~0U; in applyTypespec()
816 ElementBitwidth = 8; in applyTypespec()
822 ElementBitwidth = 16; in applyTypespec()
828 ElementBitwidth = 32; in applyTypespec()
834 ElementBitwidth = 64; in applyTypespec()
844 ElementBitwidth = 16; in applyTypespec()
874 ElementBitwidth = 16; in applyModifiers()
884 ElementBitwidth *= 2; in applyModifiers()
[all …]