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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 97 unsigned OtherReg =
99 if (MRI->getRegClass(OtherReg) == &SystemZ::GRX32BitRegClass)
100 Worklist.push_back(OtherReg);
SystemZShortenInst.cpp 89 unsigned OtherReg = TRI->getSubReg(GR64BitReg, otherSubRegIdx);
90 if (LiveRegs.contains(OtherReg))
  /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-7.0/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 349 unsigned OtherReg = Hint.second;
350 Hint = MRI->getRegAllocationHint(OtherReg);
353 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
357 : ARMRI::RegPairOdd, OtherReg);
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /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...]

Completed in 293 milliseconds