Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp789 uint64_t Pos = 0, SMPos, SMSize; in performANDCombine() local
796 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
812 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
830 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()
848 if (SMPos) in performANDCombine()
1113 uint64_t Pos = 0, SMPos, SMSize; in performSHLCombine() local
1131 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
1136 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp565 uint64_t SMPos, SMSize; in PerformANDCombine() local
568 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in PerformANDCombine()
573 if (SMPos != 0 || Pos + SMSize > 32) in PerformANDCombine()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp704 uint64_t SMPos, SMSize; in performANDCombine() local
708 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
714 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()