Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp815 unsigned RegC = OpC.getReg(); in reassociateOps() local
825 if (TargetRegisterInfo::isVirtualRegister(RegC)) in reassociateOps()
826 MRI.constrainRegClass(RegC, RC); in reassociateOps()
845 BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC) in reassociateOps()
DTwoAddressInstructionPass.cpp687 unsigned RegC = MI->getOperand(RegCIdx).getReg(); in commuteInstruction() local
702 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp705 unsigned RegC = OpC.getReg(); in reassociateOps() local
715 if (TargetRegisterInfo::isVirtualRegister(RegC)) in reassociateOps()
716 MRI.constrainRegClass(RegC, RC); in reassociateOps()
735 BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC) in reassociateOps()
DTwoAddressInstructionPass.cpp647 unsigned RegC = MI->getOperand(RegCIdx).getReg(); in commuteInstruction() local
662 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp106 unsigned RegB, unsigned RegC, unsigned Dist);
595 unsigned RegB, unsigned RegC, unsigned Dist) { in CommuteInstruction() argument
610 LV->replaceKillInstruction(RegC, MI, NewMI); in CommuteInstruction()
619 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in CommuteInstruction()