|
LLVM
8.0.1
|
#include "PPCHazardRecognizers.h"#include "PPC.h"#include "PPCInstrInfo.h"#include "PPCTargetMachine.h"#include "llvm/CodeGen/ScheduleDAG.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::PPC | |
| Define some predicates that are used for node matching. | |
Macros | |
| #define | DEBUG_TYPE "pre-RA-sched" |
Functions | |
| int | llvm::PPC::getNonRecordFormOpcode (uint16_t) |
| #define DEBUG_TYPE "pre-RA-sched" |
Definition at line 24 of file PPCHazardRecognizers.cpp.
1.8.13