Searched refs:LiveOuts (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 81 LocationVec &Locs, LiveOutVec &LiveOuts) const { in parseOperand() 133 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand() 162 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local 167 LiveOuts.push_back(createLiveOutReg(Reg, TRI)); in parseRegisterLiveOutMask() 172 std::sort(LiveOuts.begin(), LiveOuts.end()); in parseRegisterLiveOutMask() 173 for (LiveOutVec::iterator I = LiveOuts.begin(), E = LiveOuts.end(); in parseRegisterLiveOutMask() 187 LiveOuts.erase(std::remove_if(LiveOuts.begin(), LiveOuts.end(), in parseRegisterLiveOutMask() 188 LiveOutReg::IsInvalid), LiveOuts.end()); in parseRegisterLiveOutMask() 189 return LiveOuts; in parseRegisterLiveOutMask() 202 LiveOutVec LiveOuts; in recordStackMapOpers() local [all …]
|
D | ExecutionDepsFix.cpp | 139 LiveOutMap LiveOuts; member in __anonb8d554340311::ExeDepsFix 387 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock() 388 if (fi == LiveOuts.end()) { in enterBasicBlock() 430 bool First = LiveOuts.insert(std::make_pair(MBB, LiveRegs)).second; in leaveBasicBlock() 778 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); in runOnMachineFunction() 779 if (FI == LiveOuts.end() || !FI->second) in runOnMachineFunction() 786 LiveOuts.clear(); in runOnMachineFunction()
|
D | LiveVariables.cpp | 623 SmallSet<unsigned, 4> LiveOuts; in runOnMachineFunction() local 634 LiveOuts.insert(LReg); in runOnMachineFunction() 641 if ((PhysRegDef[i] || PhysRegUse[i]) && !LiveOuts.count(i)) in runOnMachineFunction()
|
D | MachineScheduler.cpp | 1113 ArrayRef<unsigned> LiveOuts = RPTracker.getPressure().LiveOutRegs; in computeCyclicCriticalPath() local 1114 for (ArrayRef<unsigned>::iterator RI = LiveOuts.begin(), RE = LiveOuts.end(); in computeCyclicCriticalPath()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 146 LiveOutVec LiveOuts; member 149 LocationVec &Locations, LiveOutVec &LiveOuts) in CallsiteInfo() 151 LiveOuts(LiveOuts) {} in CallsiteInfo() 164 LocationVec &Locs, LiveOutVec &LiveOuts) const;
|
/external/llvm/lib/Target/R600/ |
D | R600MachineFunctionInfo.h | 27 SmallVector<unsigned, 4> LiveOuts; variable
|
D | R600ISelLowering.cpp | 553 for (unsigned i = 0, e = MFI->LiveOuts.size(); i != e; ++i) in EmitInstrWithCustomInserter() 554 MIB.addReg(MFI->LiveOuts[i], RegState::Implicit); in EmitInstrWithCustomInserter() 599 MFI->LiveOuts.push_back(Reg); in LowerOperation()
|
/external/llvm/docs/ |
D | StackMaps.rst | 344 LiveOuts[NumLiveOuts]
|