Home
last modified time | relevance | path

Searched refs:LiveRangeEdit (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp31 void LiveRangeEdit::Delegate::anchor() { } in anchor()
33 LiveInterval &LiveRangeEdit::createEmptyIntervalFrom(unsigned OldReg, in createEmptyIntervalFrom()
54 unsigned LiveRangeEdit::createFrom(unsigned OldReg) { in createFrom()
70 bool LiveRangeEdit::checkRematerializable(VNInfo *VNI, in checkRematerializable()
81 void LiveRangeEdit::scanRemattable(AliasAnalysis *aa) { in scanRemattable()
98 bool LiveRangeEdit::anyRematerializable(AliasAnalysis *aa) { in anyRematerializable()
106 bool LiveRangeEdit::allUsesAvailableAt(const MachineInstr *OrigMI, in allUsesAvailableAt()
140 bool LiveRangeEdit::canRematerializeAt(Remat &RM, VNInfo *OrigVNI, in canRematerializeAt()
164 SlotIndex LiveRangeEdit::rematerializeAt(MachineBasicBlock &MBB, in rematerializeAt()
180 void LiveRangeEdit::eraseVirtReg(unsigned Reg) { in eraseVirtReg()
[all …]
DSpiller.h14 class LiveRangeEdit; variable
30 virtual void spill(LiveRangeEdit &LRE) = 0;
DRegAllocBasic.cpp62 private LiveRangeEdit::Delegate {
238 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences()
297 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
DSplitKit.h38 class LiveRangeEdit; variable
297 LiveRangeEdit *Edit = nullptr;
450 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
DInlineSpiller.cpp85 class HoistSpillHelper : private LiveRangeEdit::Delegate {
172 LiveRangeEdit *Edit;
207 void spill(LiveRangeEdit &) override;
570 LiveRangeEdit::Remat RM(ParentVNI); in reMaterializeFor()
1106 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill()
1454 LiveRangeEdit Edit(nullptr, NewVRegs, MF, LIS, &VRM, this); in hoistAllSpills()
DCMakeLists.txt56 LiveRangeEdit.cpp
DRegAllocGreedy.cpp152 private LiveRangeEdit::Delegate {
463 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
1677 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, in splitAroundRegion()
1977 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in doRegionSplit()
2024 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryBlockSplit()
2095 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryInstructionSplit()
2421 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryLocalSplit()
3125 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl()
DRegAllocPBQP.cpp681 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg()
692 for (LiveRangeEdit::iterator I = LRE.begin(), E = LRE.end(); in spillVReg()
DSplitKit.cpp375 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
647 LiveRangeEdit::Remat RM(ParentVNI); in defFromParent()
1409 for (LiveRangeEdit::iterator I = Edit->begin(), E = Edit->end(); I != E; ++I){ in deleteRematVictims()
DRegisterCoalescer.cpp126 private LiveRangeEdit::Delegate {
575 LiveRangeEdit(nullptr, NewRegs, *MF, *LIS, in eliminateDeadDefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h45 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
138 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
148 ~LiveRangeEdit() override { MRI.resetDelegate(this); } in ~LiveRangeEdit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp205 "llvm/lib/CodeGen/LiveRangeEdit.cpp",
DBUILD.gn360 "llvm/lib/CodeGen/LiveRangeEdit.cpp",
DCMakeLists.txt205 ${LLVM_DIR}/lib/CodeGen/LiveRangeEdit.cpp