HomeSort by relevance Sort by last modified time
    Searched refs:RegC (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 703 unsigned RegC = OpC.getReg();
713 if (TargetRegisterInfo::isVirtualRegister(RegC))
714 MRI.constrainRegClass(RegC, RC);
733 BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC)
    [all...]
TwoAddressInstructionPass.cpp 109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
547 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
570 if (!isPlainlyKilled(MI, regC, LIS))
586 unsigned FromRegC = getMappedReg(regC, SrcRegMap);
591 // -RegB is not tied to a register and RegC is compatible with RegA.
592 // -RegB is tied to the wrong physical register, but RegC is.
593 // -RegB is tied to the wrong physical register, and RegC isn't tied.
597 // -RegC is not tied to a register and RegB is compatible with RegA.
598 // -RegC is tied to the wrong physical register, but RegB is.
599 // -RegC is tied to the wrong physical register, and RegB isn't tied
    [all...]

Completed in 98 milliseconds