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

  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 89 unsigned OtherReg = TRI->getSubReg(GR64BitReg, otherSubRegIdx);
90 if (LiveRegs.contains(OtherReg))
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 321 unsigned OtherReg = Hint.second;
322 Hint = MRI->getRegAllocationHint(OtherReg);
325 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
329 : ARMRI::RegPairOdd, OtherReg);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 579 unsigned OtherReg = Hint.second;
580 Hint = MRI->getRegAllocationHint(OtherReg);
583 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
    [all...]
  /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 361 milliseconds