LLVM
8.0.1
|
#include "PPCTargetTransformInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/CodeGen/CostTable.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.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")) |
static cl::opt< bool > | EnablePPCColdCC ("ppc-enable-coldcc", cl::Hidden, cl::init(false), cl::desc("Enable using coldcc calling conv for cold " "internal functions")) |
#define DEBUG_TYPE "ppctti" |
Definition at line 19 of file PPCTargetTransformInfo.cpp.
|
static |
Referenced by llvm::PPCTTIImpl::getCacheLineSize().
|
static |
Referenced by llvm::PPCTTIImpl::getIntImmCost().