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

  /external/llvm/lib/Target/R600/
R600MachineFunctionInfo.h 27 SmallVector<unsigned, 4> LiveOuts;
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 201 LiveOutVec LiveOuts;
204 LocationVec &&Locations, LiveOutVec &&LiveOuts)
206 LiveOuts(std::move(LiveOuts)) {}
219 LocationVec &Locs, LiveOutVec &LiveOuts) const;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 90 LocationVec &Locs, LiveOutVec &LiveOuts) const {
152 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut());
163 const LiveOutVec &LiveOuts = CSI.LiveOuts;
211 OS << WSMP << " has " << LiveOuts.size() << " live-out registers\n";
214 for (const auto &LO : LiveOuts) {
241 LiveOutVec LiveOuts;
246 LiveOuts.push_back(createLiveOutReg(Reg, TRI));
251 std::sort(LiveOuts.begin(), LiveOuts.end())
    [all...]
LiveVariables.cpp 598 SmallSet<unsigned, 4> LiveOuts;
609 LiveOuts.insert(LReg);
616 if ((PhysRegDef[i] || PhysRegUse[i]) && !LiveOuts.count(i))
MachineScheduler.cpp     [all...]

Completed in 5387 milliseconds