Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36888 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult() local
36889 if (!(MatchSizeInBits == 128 || in combineHorizontalPredicateResult()
36890 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combineHorizontalPredicateResult()
36904 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combineHorizontalPredicateResult()
36908 MatchSizeInBits = Match.getValueSizeInBits(); in combineHorizontalPredicateResult()
36915 MatchSizeInBits / BitWidth); in combineHorizontalPredicateResult()
36917 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combineHorizontalPredicateResult()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44349 unsigned MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction() local
44350 if (!(MatchSizeInBits == 128 || in combinePredicateReduction()
44351 (MatchSizeInBits == 256 && Subtarget.hasAVX()))) in combinePredicateReduction()
44365 if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) { in combinePredicateReduction()
44369 MatchSizeInBits = Match.getValueSizeInBits(); in combinePredicateReduction()
44376 MatchSizeInBits / BitWidth); in combinePredicateReduction()
44378 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()