HomeSort by relevance Sort by last modified time
    Searched full:allocationorder (Results 1 - 7 of 7) 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.
18 #include "AllocationOrder.h"
29 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.
28 class AllocationOrder {
34 /// Create a new AllocationOrder for VirtReg.
38 AllocationOrder(unsigned VirtReg,
CMakeLists.txt 3 AllocationOrder.cpp
Android.mk 5 AllocationOrder.cpp \
RegAllocBasic.cpp 17 #include "AllocationOrder.h"
230 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo);
RegAllocGreedy.cpp 17 #include "AllocationOrder.h"
218 /// Candidate info for for each PhysReg in AllocationOrder.
270 unsigned tryAssign(LiveInterval&, AllocationOrder&,
272 unsigned tryEvict(LiveInterval&, AllocationOrder&,
274 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
276 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
278 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
280 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
282 unsigned trySplit(LiveInterval&, AllocationOrder&,
457 AllocationOrder &Order
    [all...]
RegisterClassInfo.cpp 140 dbgs() << "AllocationOrder(" << RC->getName() << ") = [";

Completed in 170 milliseconds