Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp384 unsigned ReusableCCMask = CCValues; in adjustCCMasksForInstr() local
387 ReusableCCMask &= SystemZ::CCMASK_CMP_EQ; in adjustCCMasksForInstr()
416 ReusableCCMask = SystemZ::CCMASK_CMP_EQ; in adjustCCMasksForInstr()
419 ReusableCCMask &= SystemZII::getCompareZeroCCMask(MIFlags); in adjustCCMasksForInstr()
420 assert((ReusableCCMask & ~CCValues) == 0 && "Invalid CCValues"); in adjustCCMasksForInstr()
422 ReusableCCMask == CCValues && CCValues == CompareCCValues; in adjustCCMasksForInstr()
424 if (ReusableCCMask == 0) in adjustCCMasksForInstr()
450 unsigned OutValid = ~ReusableCCMask & CCValid; in adjustCCMasksForInstr()
451 unsigned OutMask = ~ReusableCCMask & CCMask; in adjustCCMasksForInstr()
469 if (CCMask & ~ReusableCCMask) in adjustCCMasksForInstr()
[all …]