HomeSort by: relevance | last modified time | path
    Searched defs:RegC (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 125 bool isProfitableToCommute(Register RegA, Register RegB, Register RegC,
439 Register RegC,
463 if (!isPlainlyKilled(MI, RegC, LIS))
479 MCRegister FromRegC = getMappedReg(RegC, SrcRegMap);
484 // -RegB is not tied to a register and RegC is compatible with RegA.
485 // -RegB is tied to the wrong physical register, but RegC is.
486 // -RegB is tied to the wrong physical register, and RegC isn't tied.
490 // -RegC is not tied to a register and RegB is compatible with RegA.
491 // -RegC is tied to the wrong physical register, but RegB is.
492 // -RegC is tied to the wrong physical register, and RegB isn't tied
    [all...]
TargetInstrInfo.cpp 848 Register RegC = OpC.getReg();
858 if (Register::isVirtualRegister(RegC))
859 MRI.constrainRegClass(RegC, RC);
878 BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 803 Register RegC = OpC.getReg();
804 const TargetRegisterClass *RC = MRI.getRegClass(RegC);
805 MRI.constrainRegClass(RegC, RC);
943 get(FMAOpIdxInfo[Idx][InfoArrayIdxFAddInst]), RegC)
985 get(FMAOpIdxInfo[Idx][InfoArrayIdxFAddInst]), RegC)
1023 NewCRegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), RegC)
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 898 RegC, /* %cl / %cx / %ecx / %rcx, e.g. register to hold shift count */
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 885 RegC, /* %cl / %cx / %ecx / %rcx, e.g. register to hold shift count */
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 851 RegC, /* %cl / %cx / %ecx / %rcx, e.g. register to hold shift count */
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 834 RegC, /* %cl / %cx / %ecx / %rcx, e.g. register to hold shift count */

Completed in 39 milliseconds