Searched refs:CopySrc (Results 1 – 3 of 3) sorted by relevance
545 Register CopySrc = Copy->getOperand(1).getReg(); in lookThroughCRCopy() local547 if (!Register::isVirtualRegister(CopySrc)) { in lookThroughCRCopy()550 if (CopySrc == PPC::CR0EQ || CopySrc == PPC::CR6EQ) in lookThroughCRCopy()552 if (CopySrc == PPC::CR0LT || CopySrc == PPC::CR6LT) in lookThroughCRCopy()554 if (CopySrc == PPC::CR0GT || CopySrc == PPC::CR6GT) in lookThroughCRCopy()556 if (CopySrc == PPC::CR0UN || CopySrc == PPC::CR6UN) in lookThroughCRCopy()561 if ((--Me)->modifiesRegister(CopySrc, TRI)) in lookThroughCRCopy()565 return MRI->getVRegDef(CopySrc); in lookThroughCRCopy()
593 const MachineOperand &CopySrc = *CopyOperands->Source; in forwardUses() local594 Register CopySrcReg = CopySrc.getReg(); in forwardUses()635 if (!CopySrc.isRenamable()) in forwardUses()637 MOUse.setIsUndef(CopySrc.isUndef()); in forwardUses()
1058 MachineInstr *CopySrc = in ValidateLiveOuts() local1060 if (CopySrc) in ValidateLiveOuts()1061 Worklist.push_back(CopySrc); in ValidateLiveOuts()