| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 32 void LiveRangeEdit::Delegate::anchor() { } in anchor() 34 LiveInterval &LiveRangeEdit::createEmptyIntervalFrom(Register OldReg, in createEmptyIntervalFrom() 55 Register LiveRangeEdit::createFrom(Register OldReg) { in createFrom() 71 bool LiveRangeEdit::checkRematerializable(VNInfo *VNI, in checkRematerializable() 81 void LiveRangeEdit::scanRemattable() { in scanRemattable() 98 bool LiveRangeEdit::anyRematerializable() { in anyRematerializable() 106 bool LiveRangeEdit::allUsesAvailableAt(const MachineInstr *OrigMI, in allUsesAvailableAt() 158 bool LiveRangeEdit::canRematerializeAt(Remat &RM, VNInfo *OrigVNI, in canRematerializeAt() 182 SlotIndex LiveRangeEdit::rematerializeAt(MachineBasicBlock &MBB, in rematerializeAt() 204 void LiveRangeEdit::eraseVirtReg(Register Reg) { in eraseVirtReg() [all …]
|
| H A D | RegAllocBasic.cpp | 59 private LiveRangeEdit::Delegate { 241 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences() 301 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
|
| H A D | SplitKit.h | 38 class LiveRangeEdit; variable 297 LiveRangeEdit *Edit = nullptr; 442 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
|
| H A D | RegAllocGreedy.h | 63 private LiveRangeEdit::Delegate { 335 void splitAroundRegion(LiveRangeEdit &, ArrayRef<unsigned>);
|
| H A D | InlineSpiller.cpp | 84 class HoistSpillHelper : private LiveRangeEdit::Delegate { 168 LiveRangeEdit *Edit; 206 void spill(LiveRangeEdit &) override; 608 LiveRangeEdit::Remat RM(ParentVNI); in reMaterializeFor() 1215 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() 1560 LiveRangeEdit Edit(nullptr, NewVRegs, MF, LIS, &VRM, this); in hoistAllSpills()
|
| H A D | RegAllocGreedy.cpp | 900 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, in splitAroundRegion() 1161 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in doRegionSplit() 1209 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryBlockSplit() 1331 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryInstructionSplit() 1662 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryLocalSplit() 2398 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl()
|
| H A D | CMakeLists.txt | 92 LiveRangeEdit.cpp
|
| H A D | RegisterCoalescer.cpp | 126 private LiveRangeEdit::Delegate { 202 void eliminateDeadDefs(LiveRangeEdit *Edit = nullptr); 600 void RegisterCoalescer::eliminateDeadDefs(LiveRangeEdit *Edit) { in eliminateDeadDefs() 606 LiveRangeEdit(nullptr, NewRegs, *MF, *LIS, in eliminateDeadDefs() 1300 LiveRangeEdit Edit(&SrcInt, NewRegs, *MF, *LIS, nullptr, this); in reMaterializeTrivialDef() 1348 LiveRangeEdit::Remat RM(ValNo); in reMaterializeTrivialDef()
|
| H A D | SplitKit.cpp | 357 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset() 599 LiveRangeEdit::Remat RM(ParentVNI); in defFromParent()
|
| H A D | RegAllocPBQP.cpp | 695 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | Spiller.h | 14 class LiveRangeEdit; variable 31 virtual void spill(LiveRangeEdit &LRE) = 0;
|
| H A D | LiveRangeEdit.h | 42 class LiveRangeEdit : private MachineRegisterInfo::Delegate { 129 LiveRangeEdit(const LiveInterval *parent, SmallVectorImpl<Register> &newRegs, 139 ~LiveRangeEdit() override { MRI.resetDelegate(this); } in ~LiveRangeEdit()
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/ |
| H A D | Makefile | 75 LiveRangeEdit.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
| H A D | BUILD.gn | 92 "LiveRangeEdit.cpp",
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 1352 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.macppc | 1351 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.loongson | 1351 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.octeon | 1351 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.arm64 | 1352 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.powerpc64 | 1350 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.armv7 | 1350 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.i386 | 1350 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|
| H A D | clang.sparc64 | 1351 ./usr/include/llvm/CodeGen/LiveRangeEdit.h
|