Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp545 Register CopySrc = Copy->getOperand(1).getReg(); in lookThroughCRCopy() local
547 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp514 const MachineOperand &CopySrc = Copy->getOperand(1); in forwardUses() local
515 Register CopySrcReg = CopySrc.getReg(); in forwardUses()
555 if (!CopySrc.isRenamable()) in forwardUses()