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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 746 SmallVector<unsigned, 8> PartialDefs;
768 PartialDefs.push_back(LRI->PhysReg);
799 // Also mark PartialDefs as used to avoid reallocation.
800 for (unsigned i = 0, e = PartialDefs.size(); i != e; ++i)
801 markRegUsedInInstr(PartialDefs[i]);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 684 SmallVector<unsigned, 8> PartialDefs;
706 PartialDefs.push_back(LRI->second.PhysReg);
728 // Also mark PartialDefs as used to avoid reallocation.
729 for (unsigned i = 0, e = PartialDefs.size(); i != e; ++i)
730 UsedInInstr.set(PartialDefs[i]);
    [all...]

Completed in 198 milliseconds