LLVM API Documentation
#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 | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | llvm::PPC |
Define some predicates that are used for node matching. | |
Defines | |
#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.