|
LLVM
4.0.0
|
#include "llvm/CodeGen/LiveRegMatrix.h"#include "RegisterCoalescer.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/LiveIntervalAnalysis.h"#include "llvm/CodeGen/VirtRegMap.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "regalloc" |
Functions | |
| STATISTIC (NumAssigned,"Number of registers assigned") | |
| STATISTIC (NumUnassigned,"Number of registers unassigned") | |
| INITIALIZE_PASS_BEGIN (LiveRegMatrix,"liveregmatrix","Live Register Matrix", false, false) INITIALIZE_PASS_END(LiveRegMatrix | |
| template<typename Callable > | |
| static bool | foreachUnit (const TargetRegisterInfo *TRI, LiveInterval &VRegInterval, unsigned PhysReg, Callable Func) |
Variables | |
| liveregmatrix | |
| Live Register | Matrix |
| Live Register | false |
| #define DEBUG_TYPE "regalloc" |
Definition at line 26 of file LiveRegMatrix.cpp.
|
static |
Definition at line 74 of file LiveRegMatrix.cpp.
References llvm::LiveInterval::hasSubRanges(), llvm::MCRegisterInfo::DiffListIterator::isValid(), llvm::MCRegUnitMaskIterator::isValid(), llvm::BitmaskEnumDetail::Mask(), and llvm::LiveInterval::subranges().
Referenced by llvm::LiveRegMatrix::assign(), llvm::LiveRegMatrix::checkRegUnitInterference(), and llvm::LiveRegMatrix::unassign().
| INITIALIZE_PASS_BEGIN | ( | LiveRegMatrix | , |
| "liveregmatrix" | , | ||
| "Live Register Matrix" | , | ||
| false | , | ||
| false | |||
| ) |
| STATISTIC | ( | NumAssigned | , |
| "Number of registers assigned" | |||
| ) |
| STATISTIC | ( | NumUnassigned | , |
| "Number of registers unassigned" | |||
| ) |
| Live Register false |
Definition at line 36 of file LiveRegMatrix.cpp.
| liveregmatrix |
Definition at line 36 of file LiveRegMatrix.cpp.
| Live Register Matrix |
Definition at line 36 of file LiveRegMatrix.cpp.
Referenced by llvm::PBQP::applyR1(), llvm::PBQP::applyR2(), and llvm::PBQP::backpropagate().
1.8.6