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"
30 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST)
40 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
59 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
116 SparcInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF,
127 bool SparcInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
230 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
258 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) cons
    [all...]

Completed in 364 milliseconds