Searched refs:SMPos (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 789 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/ |
D | MipsISelLowering.cpp | 565 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/ |
D | MipsISelLowering.cpp | 704 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()
|