HomeSort by relevance Sort by last modified time
    Searched defs: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.
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,
  /external/swiftshader/third_party/llvm-7.0/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.
30 class LLVM_LIBRARY_VISIBILITY AllocationOrder {
40 /// Create a new AllocationOrder for VirtReg.
44 AllocationOrder(unsigned VirtReg,
RegisterScavenging.cpp 381 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder,
399 for (MCPhysReg Reg : AllocationOrder) {
417 for (MCPhysReg Reg : AllocationOrder) {
585 ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF);
587 findSurvivorBackwards(*MRI, MBBI, To, LiveUnits, AllocationOrder,
  /external/swiftshader/third_party/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"
25 AllocationOrder::AllocationOrder(unsigned VirtReg,
76 AllocationOrder::~AllocationOrder() {
AllocationOrder.h 1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
25 class AllocationOrder {
34 /// AllocationOrder - Create a new AllocationOrder for VirtReg.
39 AllocationOrder(unsigned VirtReg,
43 ~AllocationOrder();

Completed in 490 milliseconds