Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMaps.cpp90 LiveOutVec &LiveOuts) const { in parseOperand()
154 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
165 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print() local
213 OS << WSMP << "\thas " << LiveOuts.size() << " live-out registers\n"; in print()
216 for (const auto &LO : LiveOuts) { in print()
243 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local
248 LiveOuts.push_back(createLiveOutReg(Reg, TRI)); in parseRegisterLiveOutMask()
254 std::sort(LiveOuts.begin(), LiveOuts.end(), in parseRegisterLiveOutMask()
260 for (auto I = LiveOuts.begin(), E = LiveOuts.end(); I != E; ++I) { in parseRegisterLiveOutMask()
274 LiveOuts.erase( in parseRegisterLiveOutMask()
[all …]
DExecutionDepsFix.cpp144 LiveOutMap LiveOuts; member in __anon822fba5c0311::ExeDepsFix
398 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()
399 if (fi == LiveOuts.end()) { in enterBasicBlock()
441 bool First = LiveOuts.insert(std::make_pair(MBB, LiveRegs)).second; in leaveBasicBlock()
792 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); in runOnMachineFunction()
793 if (FI == LiveOuts.end() || !FI->second) in runOnMachineFunction()
800 LiveOuts.clear(); in runOnMachineFunction()
DLiveVariables.cpp602 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
611 LiveOuts.insert(LI.PhysReg); in runOnBlock()
618 if ((PhysRegDef[i] || PhysRegUse[i]) && !LiveOuts.count(i)) in runOnBlock()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h200 LiveOutVec LiveOuts; member
203 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
205 LiveOuts(std::move(LiveOuts)) {} in CallsiteInfo()
218 LiveOutVec &LiveOuts) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h67 std::vector<unsigned> LiveOuts; variable
304 void addLiveOut(unsigned Reg) { LiveOuts.push_back(Reg); } in addLiveOut()
314 liveout_iterator liveout_begin() const { return LiveOuts.begin(); } in liveout_begin()
315 liveout_iterator liveout_end() const { return LiveOuts.end(); } in liveout_end()
316 bool liveout_empty() const { return LiveOuts.empty(); } in liveout_empty()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DExecutionDepsFix.cpp119 LiveOutMap LiveOuts; member in __anon16a38e880211::ExeDepsFix
282 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()
283 if (fi == LiveOuts.end()) continue; in enterBasicBlock()
504 LiveOuts.insert(std::make_pair(MBB, LiveRegs)); in runOnMachineFunction()
510 for (LiveOutMap::const_iterator i = LiveOuts.begin(), e = LiveOuts.end(); in runOnMachineFunction()
513 LiveOuts.clear(); in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600MachineFunctionInfo.h26 SmallVector<unsigned, 4> LiveOuts; variable
DR600ISelLowering.cpp598 for (unsigned i = 0, e = MFI->LiveOuts.size(); i != e; ++i) in EmitInstrWithCustomInserter()
599 MIB.addReg(MFI->LiveOuts[i], RegState::Implicit); in EmitInstrWithCustomInserter()
/external/llvm/test/CodeGen/X86/
Dstatepoint-allocas.ll96 ; No Padding or LiveOuts
126 ; No Padding or LiveOuts
Dstatepoint-stackmap-format.ll168 ; No Padding or LiveOuts
235 ; No Padding or LiveOuts
275 ; No padding or LiveOuts
/external/llvm/docs/
DStackMaps.rst349 LiveOuts[NumLiveOuts]