Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp790 unsigned SMPos, SMSize; in performANDCombine() local
797 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
813 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
832 Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
837 SMSize--; in performANDCombine()
857 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()
1118 unsigned SMPos, SMSize; in performSHLCombine() local
1136 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
1141 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()
1146 SMSize--; in performSHLCombine()
[all …]