|
LLVM
3.7.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) |
| #define DEBUG_TYPE "ppctti" |
Definition at line 19 of file PPCTargetTransformInfo.cpp.
|
static |
Referenced by llvm::PPCTTIImpl::getIntImmCost().
1.8.6