OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocationOrder
(Results
1 - 4
of
4
) 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/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 1054 milliseconds