Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp703 unsigned RegC = OpC.getReg(); in reassociateOps() local
713 if (TargetRegisterInfo::isVirtualRegister(RegC)) in reassociateOps()
714 MRI.constrainRegClass(RegC, RC); in reassociateOps()
733 BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC) in reassociateOps()
DTwoAddressInstructionPass.cpp648 unsigned RegC = MI->getOperand(RegCIdx).getReg(); in commuteInstruction() local
663 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction()