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

  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 269 LiveInterval::const_iterator &SRI = RangeIterPair.second;
270 while (SRI != SR->end() && SRI->end <= MBBBegin)
271 ++SRI;
272 if (SRI == SR->end())
274 if (SRI->start <= MBBBegin)
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 267 SubRegMap::const_iterator SRI = Map.find(I->first);
268 if (SRI == Map.end())
270 // Add I->second as a name for the subreg SRI->second, assuming it is
272 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
275 SubRegs.insert(std::make_pair(I->second, SRI->second));
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 156 milliseconds