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/ |
D | LiveRangeEdit.cpp | 31 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 …]
|
D | Spiller.h | 14 class LiveRangeEdit; variable 30 virtual void spill(LiveRangeEdit &LRE) = 0;
|
D | RegAllocBasic.cpp | 62 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()
|
D | SplitKit.h | 38 class LiveRangeEdit; variable 297 LiveRangeEdit *Edit = nullptr; 450 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
|
D | InlineSpiller.cpp | 85 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()
|
D | CMakeLists.txt | 56 LiveRangeEdit.cpp
|
D | RegAllocGreedy.cpp | 152 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()
|
D | RegAllocPBQP.cpp | 681 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() 692 for (LiveRangeEdit::iterator I = LRE.begin(), E = LRE.end(); in spillVReg()
|
D | SplitKit.cpp | 375 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()
|
D | RegisterCoalescer.cpp | 126 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/ |
D | LiveRangeEdit.h | 45 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/ |
D | Android.bp | 205 "llvm/lib/CodeGen/LiveRangeEdit.cpp",
|
D | BUILD.gn | 360 "llvm/lib/CodeGen/LiveRangeEdit.cpp",
|
D | CMakeLists.txt | 205 ${LLVM_DIR}/lib/CodeGen/LiveRangeEdit.cpp
|