Searched refs:MEMI (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp870 uint64_t MEMI = MI.getOperand(4).getImm(); local
872 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) &&
875 // If MBMI is bigger than MEMI, we always can not get run of ones.
898 // For other MBMI > MEMI cases, just return.
899 if ((MBMI > MEMI) && !SrcMaskFull)
902 // Handle MBMI <= MEMI cases.
903 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI);
950 // Here we only handle MBMI <= MEMI case, so NewMB must be no bigger
960 // If SrcMI mask is full, no need to update MBMI and MEMI.
1535 uint64_t MEMI local
1600 uint64_t MEMI = MOpMEMI.getImm(); local
[all...]

Completed in 30 milliseconds