Searched refs:SplitEditor (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 349 SplitEditor::SplitEditor(SplitAnalysis &SA, LiveIntervals &LIS, VirtRegMap &VRM, in SplitEditor() function in SplitEditor 357 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset() 375 LLVM_DUMP_METHOD void SplitEditor::dump() const { in dump() 420 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { in addDeadDef() 461 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() 498 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI) { in forceRecompute() 517 SlotIndex SplitEditor::buildSingleSubRegCopy(Register FromReg, Register ToReg, in buildSingleSubRegCopy() 536 SlotIndex SplitEditor::buildCopy(Register FromReg, Register ToReg, in buildCopy() 581 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, const VNInfo *ParentVNI, in defFromParent() 635 unsigned SplitEditor::openIntv() { in openIntv() [all …]
|
| H A D | SplitKit.h | 257 class LLVM_LIBRARY_VISIBILITY SplitEditor { 437 SplitEditor(SplitAnalysis &SA, LiveIntervals &LIS, VirtRegMap &VRM,
|
| H A D | RegAllocGreedy.cpp | 86 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode( 89 cl::values(clEnumValN(SplitEditor::SM_Partition, "default", "Default"), 90 clEnumValN(SplitEditor::SM_Size, "size", "Optimize for size"), 91 clEnumValN(SplitEditor::SM_Speed, "speed", "Optimize for speed")), 92 cl::init(SplitEditor::SM_Speed)); 1332 SE->reset(LREdit, SplitEditor::SM_Size); in tryInstructionSplit() 2657 SE.reset(new SplitEditor(*SA, *LIS, *VRM, *DomTree, *MBFI, *VRAI)); in runOnMachineFunction()
|
| H A D | RegAllocGreedy.h | 215 std::unique_ptr<SplitEditor> SE;
|