Searched refs:SMPos0 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 593 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() 627 if (Shamt != SMPos0) in PerformORCombine() 632 DAG.getConstant(SMPos0, MVT::i32), in PerformORCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 735 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() 775 DAG.getConstant(SMPos0, DL, MVT::i32), in performORCombine()
|