Searched defs:LIS (Results 1 - 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h44 LiveIntervals &LIS; member in class:llvm::VirtRegAuxInfo
50 MF(mf), LIS(lis), Loops(loops) {}
H A DMachineScheduler.h49 LiveIntervals *LIS; member in struct:llvm::MachineSchedContext
H A DLiveRangeEdit.h61 LiveIntervals &LIS; member in class:llvm::LiveRangeEdit
109 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm),
189 /// to erase it from LIS.
H A DRegisterPressure.h140 const LiveIntervals *LIS; member in class:llvm::RegPressureTracker
149 /// or RegisterPressure. If requireIntervals is false, LIS are ignored.
165 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(true) {}
168 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(false) {}
H A DScheduleDAGInstrs.h182 LiveIntervals *LIS; member in class:llvm::ScheduleDAGInstrs
252 LiveIntervals *LIS = 0);
/external/llvm/lib/CodeGen/
H A DRegAllocBase.h64 LiveIntervals *LIS; member in class:llvm::RegAllocBase
68 RegAllocBase(): TRI(0), MRI(0), VRM(0), LIS(0), Matrix(0) {}
H A DLiveRegMatrix.h43 LiveIntervals *LIS; member in class:llvm::LiveRegMatrix
H A DCalcSpillWeights.cpp46 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); local
48 VirtRegAuxInfo VRAI(MF, LIS, getAnalysis<MachineLoopInfo>());
53 VRAI.CalculateWeightAndHint(LIS.getInterval(Reg));
91 const LiveIntervals &LIS,
101 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
104 if (!TII.isTriviallyReMaterializable(MI, LIS.getAliasAnalysis()))
153 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
167 if (hweight > bestPhys && LIS.isAllocatable(hint))
189 if (li.isZeroLength(LIS.getSlotIndexes())) {
198 if (isRematerializable(li, LIS, *M
90 isRematerializable(const LiveInterval &LI, const LiveIntervals &LIS, const TargetInstrInfo &TII) argument
[all...]
H A DInterferenceCache.h57 /// LIS - Used for accessing register mask interference maps.
58 LiveIntervals *LIS; member in class:llvm::InterferenceCache::Entry
96 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
103 LIS = lis;
H A DSplitKit.h45 const LiveIntervals &LIS; member in class:llvm::SplitAnalysis
212 LiveIntervals &LIS; member in class:llvm::SplitEditor
H A DVirtRegMap.cpp152 LiveIntervals *LIS; member in class:__anon8745::VirtRegRewriter
197 LIS = &getAnalysis<LiveIntervals>();
205 LIS->addKillFlags(VRM);
231 LiveInterval &LI = LIS->getInterval(VirtReg);
232 if (LI.empty() || LIS->intervalIsInOneMBB(LI))
H A DRegAllocPBQP.cpp195 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis); local
218 LiveInterval *vregLI = &LIS->getInterval(vreg);
222 LIS->checkRegMaskInterference(*vregLI, regMaskOverlaps);
240 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
H A DRegisterPressure.cpp180 LIS = lis;
221 LIS->getInstructionIndex(CurrPos).getRegSlot();
240 static_cast<IntervalPressure&>(P).BottomIdx = LIS->getMBBEndIdx(MBB);
243 LIS->getInstructionIndex(CurrPos).getRegSlot();
446 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
492 const LiveInterval *LI = &LIS->getInterval(Reg);
515 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
543 const LiveInterval *LI = &LIS->getInterval(Reg);
733 const LiveIntervals *LIS) {
738 SlotIndex InstSlot = LIS
730 findUseBetween(unsigned Reg, SlotIndex PriorUseIdx, SlotIndex NextUseIdx, const MachineRegisterInfo *MRI, const LiveIntervals *LIS) argument
[all...]
H A DInlineSpiller.cpp56 LiveIntervals &LIS; member in class:__anon8665::InlineSpiller
140 LIS(pass.getAnalysis<LiveIntervals>()),
232 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
282 LiveInterval &SnipLI = LIS.getInterval(SnipReg);
368 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
386 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def);
526 LiveInterval &LI = LIS.getInterval(Reg);
527 LiveInterval &OrigLI = LIS.getInterval(Original);
572 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
578 LiveInterval &SrcLI = LIS
[all...]
H A DLiveDebugVariables.cpp129 LiveIntervals &LIS, const TargetInstrInfo &TII);
223 /// @param LIS Live intervals analysis.
228 LiveIntervals &LIS, MachineDominatorTree &MDT,
242 LiveIntervals &LIS);
247 LiveIntervals &LIS, MachineDominatorTree &MDT,
264 LiveIntervals &LIS, const TargetInstrInfo &TRI);
284 LiveIntervals *LIS; member in class:__anon8669::LDVImpl
470 LIS->getMBBStartIdx(MBB) :
471 LIS->getInstructionIndex(llvm::prior(MBBI)).getRegSlot();
488 LiveIntervals &LIS, MachineDominatorTre
485 extendDef(SlotIndex Idx, unsigned LocNo, LiveInterval *LI, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS, MachineDominatorTree &MDT, UserValueScopes &UVS) argument
547 addDefsFromCopies(LiveInterval *LI, unsigned LocNo, const SmallVectorImpl<SlotIndex> &Kills, SmallVectorImpl<std::pair<SlotIndex, unsigned> > &NewDefs, MachineRegisterInfo &MRI, LiveIntervals &LIS) argument
620 computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI, LiveIntervals &LIS, MachineDominatorTree &MDT, UserValueScopes &UVS) argument
924 findInsertLocation(MachineBasicBlock *MBB, SlotIndex Idx, LiveIntervals &LIS) argument
950 insertDebugValue(MachineBasicBlock *MBB, SlotIndex Idx, unsigned LocNo, LiveIntervals &LIS, const TargetInstrInfo &TII) argument
973 emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, const TargetInstrInfo &TII) argument
[all...]
H A DLiveIntervalAnalysis.cpp943 LiveIntervals& LIS; member in class:LiveIntervals::HMEditor
961 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, argument
963 : LIS(LIS), MRI(MRI), TRI(TRI), NewIdx(NewIdx) {}
1009 SlotIndex OldIdx = LIS.getSlotIndexes()->getInstructionIndex(MI);
1010 assert(LIS.getSlotIndexes()->getInstructionFromIndex(OldIdx) == MI &&
1106 if (TargetRegisterInfo::isPhysicalRegister(Reg) && LIS.isReserved(Reg))
1113 if (LiveInterval *LI = LIS.getCachedRegUnit(*Units))
1117 collectRanges(MO, &LIS.getInterval(Reg),
1175 MachineInstr* OldKillMI = LIS
[all...]
H A DRegisterCoalescer.cpp77 LiveIntervals *LIS; member in class:__anon8709::RegisterCoalescer
372 LiveRangeEdit(0, NewRegs, *MF, *LIS, 0, this).eliminateDeadDefs(DeadDefs);
402 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
404 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
405 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
427 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
440 LIS->getInstructionFromIndex(ValLR->end.getPrevSlot());
479 LIS->shrinkToUses(&IntA);
493 if (LIS->hasPHIKill(IntA, AValNo))
542 SlotIndex CopyIdx = LIS
[all...]
H A DTwoAddressInstructionPass.cpp71 LiveIntervals *LIS; member in class:__anon8742::TwoAddressInstructionPass
295 if (LIS)
296 LIS->handleMove(MI);
846 if (LIS)
847 LIS->handleMove(MI);
1002 if (LIS)
1003 LIS->handleMove(KillMI);
1367 LIS = getAnalysisIfAvailable<LiveIntervals>();

Completed in 1944 milliseconds