Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp815 unsigned SMPos, SMSize; in performANDCombine() local
822 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
838 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
856 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()
857 Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
862 SMSize--; in performANDCombine()
882 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()
1192 unsigned SMPos, SMSize; in performSHLCombine() local
1210 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
1215 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()
[all …]