Searched refs:LiveOuts (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 90 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 …]
|
D | ExecutionDepsFix.cpp | 144 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()
|
D | LiveVariables.cpp | 598 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local 609 LiveOuts.insert(LReg); in runOnBlock() 616 if ((PhysRegDef[i] || PhysRegUse[i]) && !LiveOuts.count(i)) in runOnBlock()
|
D | MachineScheduler.cpp | 1132 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/ |
D | StackMaps.h | 201 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/ |
D | R600MachineFunctionInfo.h | 27 SmallVector<unsigned, 4> LiveOuts; variable
|
D | R600ISelLowering.cpp | 564 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/ |
D | statepoint-allocas.ll | 91 ; No Padding or LiveOuts 116 ; No Padding or LiveOuts
|
D | statepoint-stackmap-format.ll | 104 ; No Padding or LiveOuts
|
/external/llvm/docs/ |
D | StackMaps.rst | 351 LiveOuts[NumLiveOuts]
|