HomeSort by relevance Sort by last modified time
    Searched defs:PPCInstrInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo {
80 explicit PPCInstrInfo(PPCTargetMachine &TM);
PPCInstrInfo.cpp 1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
43 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm)
49 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer(
63 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetPostRAHazardRecognizer(
78 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
96 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
117 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
181 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB
    [all...]

Completed in 25 milliseconds