Searched refs:ReusableCCMask (Results 1 – 1 of 1) sorted by relevance
238 unsigned ReusableCCMask = SystemZII::getCompareZeroCCMask(MIFlags); in adjustCCMasksForInstr() local243 ReusableCCMask &= SystemZ::CCMASK_CMP_EQ; in adjustCCMasksForInstr()245 if (ReusableCCMask == 0) in adjustCCMasksForInstr()249 assert((ReusableCCMask & ~CCValues) == 0 && "Invalid CCValues"); in adjustCCMasksForInstr()271 unsigned OutValid = ~ReusableCCMask & CCValid; in adjustCCMasksForInstr()272 unsigned OutMask = ~ReusableCCMask & CCMask; in adjustCCMasksForInstr()284 if (CCMask & ~ReusableCCMask) in adjustCCMasksForInstr()285 AlterMasks[I + 1]->setImm((CCMask & ReusableCCMask) | in adjustCCMasksForInstr()286 (CCValues & ~ReusableCCMask)); in adjustCCMasksForInstr()