HomeSort by relevance Sort by last modified time
    Searched full:mapped_reg (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 222 unsigned mapped_reg = (reg - SP::I0 + SP::O0); local
223 assert(!MRI.isPhysRegUsed(mapped_reg));
226 MRI.replaceRegWith(reg, mapped_reg);

Completed in 234 milliseconds