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

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 1 //===-- SparcInstrInfo.h - Sparc Instruction Information --------*- C++ -*-===//
39 class SparcInstrInfo : public SparcGenInstrInfo {
44 explicit SparcInstrInfo(SparcSubtarget &ST);
SparcInstrInfo.cpp 1 //===-- SparcInstrInfo.cpp - Sparc Instruction Information ----------------===//
14 #include "SparcInstrInfo.h"
33 void SparcInstrInfo::anchor() {}
35 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST)
44 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
63 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
160 bool SparcInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
243 unsigned SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,
272 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) cons
    [all...]
  /external/swiftshader/third_party/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 -------*- C++ -*-===//
14 #include "SparcInstrInfo.h"
30 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST)
40 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
59 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
116 bool SparcInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
219 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
247 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
269 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.h 1 //===-- SparcInstrInfo.h - Sparc Instruction Information --------*- C++ -*-===//
39 class SparcInstrInfo : public SparcGenInstrInfo {
44 explicit SparcInstrInfo(SparcSubtarget &ST);
SparcInstrInfo.cpp 1 //===-- SparcInstrInfo.cpp - Sparc Instruction Information ----------------===//
14 #include "SparcInstrInfo.h"
33 void SparcInstrInfo::anchor() {}
35 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST)
44 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
63 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
160 bool SparcInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
243 unsigned SparcInstrInfo::insertBranch(MachineBasicBlock &MBB,
274 unsigned SparcInstrInfo::removeBranch(MachineBasicBlock &MBB
    [all...]

Completed in 145 milliseconds