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

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 1 //===-- SparcInstrInfo.h - Sparc Instruction Information --------*- C++ -*-===//
37 class SparcInstrInfo : public SparcGenInstrInfo {
41 explicit SparcInstrInfo(SparcSubtarget &ST);
SparcInstrInfo.cpp 1 //===-- SparcInstrInfo.cpp - Sparc Instruction Information ----------------===//
14 #include "SparcInstrInfo.h"
32 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST)
42 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
62 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
119 bool SparcInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
222 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
250 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
272 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB
    [all...]

Completed in 822 milliseconds