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

  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 1 //===-- llvm/CodeGen/AllocationOrder.cpp - Allocation Order ---------------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
17 #include "AllocationOrder.h"
30 AllocationOrder::AllocationOrder(unsigned VirtReg,
AllocationOrder.h 1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
29 class LLVM_LIBRARY_VISIBILITY AllocationOrder {
35 /// Create a new AllocationOrder for VirtReg.
39 AllocationOrder(unsigned VirtReg,
RegAllocGreedy.cpp 16 #include "AllocationOrder.h"
294 /// Candidate info for each PhysReg in AllocationOrder.
364 unsigned tryAssign(LiveInterval&, AllocationOrder&,
366 unsigned tryEvict(LiveInterval&, AllocationOrder&,
368 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
372 AllocationOrder &Order,
381 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order,
385 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
387 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
389 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&
    [all...]
Android.mk 5 AllocationOrder.cpp \
RegAllocBasic.cpp 16 #include "AllocationOrder.h"
226 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);

Completed in 41 milliseconds