Home
last modified time | relevance | path

Searched refs:LiveOuts (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
DStackMaps.cpp90 LocationVec &Locs, LiveOutVec &LiveOuts) const { in parseOperand()
152 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
163 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print() local
211 OS << WSMP << " has " << LiveOuts.size() << " live-out registers\n"; in print()
214 for (const auto &LO : LiveOuts) { in print()
241 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local
246 LiveOuts.push_back(createLiveOutReg(Reg, TRI)); in parseRegisterLiveOutMask()
251 std::sort(LiveOuts.begin(), LiveOuts.end()); in parseRegisterLiveOutMask()
252 for (LiveOutVec::iterator I = LiveOuts.begin(), E = LiveOuts.end(); in parseRegisterLiveOutMask()
266 LiveOuts.erase(std::remove_if(LiveOuts.begin(), LiveOuts.end(), in parseRegisterLiveOutMask()
[all …]
DExecutionDepsFix.cpp144 LiveOutMap LiveOuts; member in __anone7243c1d0311::ExeDepsFix
394 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()
395 if (fi == LiveOuts.end()) { in enterBasicBlock()
437 bool First = LiveOuts.insert(std::make_pair(MBB, LiveRegs)).second; in leaveBasicBlock()
787 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); in runOnMachineFunction()
788 if (FI == LiveOuts.end() || !FI->second) in runOnMachineFunction()
795 LiveOuts.clear(); in runOnMachineFunction()
DLiveVariables.cpp598 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
609 LiveOuts.insert(LReg); in runOnBlock()
616 if ((PhysRegDef[i] || PhysRegUse[i]) && !LiveOuts.count(i)) in runOnBlock()
DMachineScheduler.cpp1132 ArrayRef<unsigned> LiveOuts = RPTracker.getPressure().LiveOutRegs; in computeCyclicCriticalPath() local
1133 for (ArrayRef<unsigned>::iterator RI = LiveOuts.begin(), RE = LiveOuts.end(); in computeCyclicCriticalPath()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h201 LiveOutVec LiveOuts; member
204 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
206 LiveOuts(std::move(LiveOuts)) {} in CallsiteInfo()
219 LocationVec &Locs, LiveOutVec &LiveOuts) const;
/external/llvm/lib/Target/R600/
DR600MachineFunctionInfo.h27 SmallVector<unsigned, 4> LiveOuts; variable
DR600ISelLowering.cpp564 for (unsigned i = 0, e = MFI->LiveOuts.size(); i != e; ++i) in EmitInstrWithCustomInserter()
565 MIB.addReg(MFI->LiveOuts[i], RegState::Implicit); in EmitInstrWithCustomInserter()
610 MFI->LiveOuts.push_back(Reg); in LowerOperation()
/external/llvm/test/CodeGen/X86/
Dstatepoint-allocas.ll91 ; No Padding or LiveOuts
116 ; No Padding or LiveOuts
Dstatepoint-stackmap-format.ll104 ; No Padding or LiveOuts
/external/llvm/docs/
DStackMaps.rst351 LiveOuts[NumLiveOuts]