Searched refs:LHSVWidth (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1154 unsigned LHSVWidth = in SimplifyDemandedVectorElts() local 1156 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() 1161 assert(MaskVal < LHSVWidth * 2 && in SimplifyDemandedVectorElts() 1163 if (MaskVal < LHSVWidth) in SimplifyDemandedVectorElts() 1166 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts() 1171 APInt LHSUndefElts(LHSVWidth, 0); in SimplifyDemandedVectorElts() 1176 APInt RHSUndefElts(LHSVWidth, 0); in SimplifyDemandedVectorElts() 1193 } else if (MaskVal < LHSVWidth) { in SimplifyDemandedVectorElts() 1198 LHSIdx = LHSIdx == -1u ? i : LHSVWidth; in SimplifyDemandedVectorElts() 1199 LHSValIdx = LHSValIdx == -1u ? MaskVal : LHSVWidth; in SimplifyDemandedVectorElts() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 930 uint64_t LHSVWidth = in SimplifyDemandedVectorElts() local 932 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() 937 assert(MaskVal < LHSVWidth * 2 && in SimplifyDemandedVectorElts() 939 if (MaskVal < LHSVWidth) in SimplifyDemandedVectorElts() 942 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts() 947 APInt UndefElts4(LHSVWidth, 0); in SimplifyDemandedVectorElts() 952 APInt UndefElts3(LHSVWidth, 0); in SimplifyDemandedVectorElts() 965 } else if (MaskVal < LHSVWidth) { in SimplifyDemandedVectorElts() 971 if (UndefElts3[MaskVal - LHSVWidth]) { in SimplifyDemandedVectorElts()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1023 uint64_t LHSVWidth = in SimplifyDemandedVectorElts() local 1025 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() 1030 assert(MaskVal < LHSVWidth * 2 && in SimplifyDemandedVectorElts() 1032 if (MaskVal < LHSVWidth) in SimplifyDemandedVectorElts() 1035 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts() 1040 APInt UndefElts4(LHSVWidth, 0); in SimplifyDemandedVectorElts() 1045 APInt UndefElts3(LHSVWidth, 0); in SimplifyDemandedVectorElts() 1058 } else if (MaskVal < LHSVWidth) { in SimplifyDemandedVectorElts() 1064 if (UndefElts3[MaskVal - LHSVWidth]) { in SimplifyDemandedVectorElts()
|