HomeSort by relevance Sort by last modified time
    Searched refs:selectOrSplit (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocBase.h 55 /// Register allocators must override the selectOrSplit() method to implement
93 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
RegAllocBase.cpp 83 // selectOrSplit implementation.
101 // selectOrSplit requests the allocator to return an available physical
109 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs);
112 // selectOrSplit failed to find a register!
RegAllocBasic.cpp 73 // selectOrSplit().
103 unsigned selectOrSplit(LiveInterval &VirtReg,
215 // selectOrSplit can only be called once per live virtual register. We then do a
220 // selectOrSplit().
221 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg,
RegAllocGreedy.cpp 313 unsigned selectOrSplit(LiveInterval&, SmallVectorImpl<unsigned>&) override;
    [all...]

Completed in 125 milliseconds