Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp35313 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
35314 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
35315 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
35329 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
35333 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
35340 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
35342 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp36903 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
36904 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
36905 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
36919 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
36923 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
36930 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
36932 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36885 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
36886 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
36887 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
36901 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
36905 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
36912 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
36914 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36903 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
36904 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
36905 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
36919 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
36923 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
36930 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
36932 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39579 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
39580 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
39581 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
39595 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
39599 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
39606 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
39608 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40664 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40665 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40666 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40680 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40684 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40691 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40693 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38814 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
38815 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
38816 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
38830 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
38834 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
38841 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
38843 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp40664 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40665 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40666 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40680 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40684 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40691 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40693 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40043 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40044 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40045 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40059 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40063 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40070 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40072 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp38839 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
38840 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
38841 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
38855 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
38859 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
38866 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
38868 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40658 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40659 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40660 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40674 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40678 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40685 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40687 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40664 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40665 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40666 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40680 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40684 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40691 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40693 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40043 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40044 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40045 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40059 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40063 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40070 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40072 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40664 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
40665 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
40666 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
40680 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
40684 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
40691 MatchSizeInBits / BitWidth); in combinePredicateReduction()
40693 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp32073 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
32074 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
32075 (MatchSizeInBits == 256 && in combineHorizontalPredicateResult()
32091 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
32093 MaskVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41723 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
41724 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
41725 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
41739 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
41743 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
41750 MatchSizeInBits / BitWidth); in combinePredicateReduction()
41752 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp33516 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
33517 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
33518 (MatchSizeInBits == 256 && in combineHorizontalPredicateResult()
33534 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
33536 MaskVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()