Searched refs:SMSize (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 794 uint64_t Pos = 0, SMPos, SMSize; in performANDCombine() local 801 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine() 817 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine() 835 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine() 836 Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine() 841 SMSize--; in performANDCombine() 861 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine() 1118 uint64_t Pos = 0, SMPos, SMSize; in performSHLCombine() local 1136 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine() 1141 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine() [all …]
|