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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 89 Register OtherReg = TRI->getSubReg(GR64BitReg, otherSubRegIdx);
90 if (LiveRegs.contains(OtherReg))
SystemZRegisterInfo.cpp 165 Register OtherReg =
167 if (MRI->getRegClass(OtherReg) == &SystemZ::GRX32BitRegClass)
168 Worklist.push_back(OtherReg);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 383 Register OtherReg = Hint.second;
384 Hint = MRI->getRegAllocationHint(OtherReg);
387 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
393 OtherReg);
  /src/external/gpl3/binutils/dist/include/opcode/
tic30.h 193 #define OtherReg 0x0008
214 #define AllReg Reg | DPReg | OtherReg
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic30.h 193 #define OtherReg 0x0008
214 #define AllReg Reg | DPReg | OtherReg
  /src/external/gpl3/gdb/dist/include/opcode/
tic30.h 193 #define OtherReg 0x0008
214 #define AllReg Reg | DPReg | OtherReg
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic30.h 193 #define OtherReg 0x0008
214 #define AllReg Reg | DPReg | OtherReg
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 3853 Register OtherSrcReg, OtherReg;
3855 if (!isMoveInstr(*TRI, &Copy, OtherSrcReg, OtherReg, OtherSrcSubReg,
3858 if (OtherReg == SrcReg)
3859 OtherReg = OtherSrcReg;
3860 // Check if OtherReg is a non-terminal.
3861 if (Register::isPhysicalRegister(OtherReg) ||
3862 isTerminalReg(OtherReg, MI, MRI))
3864 // Check that OtherReg interfere with DstReg.
3865 if (LIS->getInterval(OtherReg).overlaps(DstLI)) {

Completed in 57 milliseconds