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

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 702 unsigned RegB = OpB.getReg();
709 if (TargetRegisterInfo::isVirtualRegister(RegB))
710 MRI.constrainRegClass(RegB, RC);
719 // recycling RegB because the MachineCombiner's computation of the critical
    [all...]
TwoAddressInstructionPass.cpp 109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
115 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
119 unsigned RegA, unsigned RegB, unsigned Dist);
534 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) {
535 if (RegA == RegB)
537 if (!RegA || !RegB)
539 return TRI->regsOverlap(RegA, RegB);
546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
584 unsigned FromRegB = getMappedReg(regB, SrcRegMap);
590 // -RegB is not tied to a register and RegC is compatible with RegA
    [all...]

Completed in 79 milliseconds