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

  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 83 unsigned OtherReg = TRI->getSubReg(GR64BitReg, otherSubRegIdx);
84 if (LiveRegs.contains(OtherReg))
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 290 unsigned OtherReg = Hint.second;
291 Hint = MRI->getRegAllocationHint(OtherReg);
294 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
298 : ARMRI::RegPairOdd, OtherReg);
  /toolchain/binutils/binutils-2.25/include/opcode/
tic30.h 193 #define OtherReg 0x0008
214 #define AllReg Reg | DPReg | OtherReg
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 241 milliseconds