|
LLVM
4.0.0
|
#include "PPCTargetTransformInfo.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/CodeGen/BasicTTIImpl.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Target/CostTable.h"#include "llvm/Target/TargetLowering.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "ppctti" |
Variables | |
| static cl::opt< bool > | DisablePPCConstHoist ("disable-ppc-constant-hoisting", cl::desc("disable constant hoisting on PPC"), cl::init(false), cl::Hidden) |
| static cl::opt< unsigned > | CacheLineSize ("ppc-loop-prefetch-cache-line", cl::Hidden, cl::init(64), cl::desc("The loop prefetch cache line size")) |
| #define DEBUG_TYPE "ppctti" |
Definition at line 19 of file PPCTargetTransformInfo.cpp.
|
static |
Referenced by llvm::PPCTTIImpl::getCacheLineSize().
|
static |
Referenced by llvm::PPCTTIImpl::getIntImmCost().
1.8.6