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.
102 // selectOrSplit requests the allocator to return an available physical
110 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs);
113 // selectOrSplit failed to find a register!
RegAllocBasic.cpp 72 // selectOrSplit().
102 unsigned selectOrSplit(LiveInterval &VirtReg,
214 // selectOrSplit can only be called once per live virtual register. We then do a
219 // selectOrSplit().
220 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg,
RegAllocGreedy.cpp 329 unsigned selectOrSplit(LiveInterval&, SmallVectorImpl<unsigned>&) override;
    [all...]

Completed in 870 milliseconds