Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp870 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local
878 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
890 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()
903 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
909 DAG.getConstant(SMSize0, DL, MVT::i32), in performORCombine()
916 if (~CN->getSExtValue() == ((((int64_t)1 << SMSize0) - 1) << SMPos0) && in performORCombine()
917 ((SMSize0 + SMPos0 <= 64 && Subtarget.hasMips64r2()) || in performORCombine()
918 (SMSize0 + SMPos0 <= 32))) { in performORCombine()
947 DAG.getConstant(ValTy.getSizeInBits() / 8 < 8 ? SMSize0 & 31 in performORCombine()
948 : SMSize0, in performORCombine()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp593 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in PerformORCombine() local
601 !IsShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in PerformORCombine()
613 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in PerformORCombine()
633 DAG.getConstant(SMSize0, MVT::i32), in PerformORCombine()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp735 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local
743 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
755 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()
770 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
776 DAG.getConstant(SMSize0, DL, MVT::i32), in performORCombine()