Searched refs:RegC (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 815 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()
|
D | TwoAddressInstructionPass.cpp | 687 unsigned RegC = MI->getOperand(RegCIdx).getReg(); in commuteInstruction() local 702 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 705 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()
|
D | TwoAddressInstructionPass.cpp | 647 unsigned RegC = MI->getOperand(RegCIdx).getReg(); in commuteInstruction() local 662 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 106 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()
|