Searched refs:SparcInstrInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h1 //===-- SparcInstrInfo.h - Sparc Instruction Information --------*- C++ -*-===//
38 class SparcInstrInfo : public SparcGenInstrInfo { class in namespace:llvm
43 explicit SparcInstrInfo(SparcSubtarget &ST);
H A DSparcSubtarget.h18 #include "SparcInstrInfo.h"
55 SparcInstrInfo InstrInfo;
64 const SparcInstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DSparcInstrInfo.cpp1 //===-- SparcInstrInfo.cpp - Sparc Instruction Information ----------------===//
13 #include "SparcInstrInfo.h"
32 void SparcInstrInfo::anchor() {}
34 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST) function in class:SparcInstrInfo
43 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
62 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
159 bool SparcInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
242 unsigned SparcInstrInfo::insertBranch(MachineBasicBlock &MBB,
273 unsigned SparcInstrInfo
[all...]
H A DSparcFrameLowering.cpp14 #include "SparcInstrInfo.h"
48 const SparcInstrInfo &TII =
49 *static_cast<const SparcInstrInfo *>(MF.getSubtarget().getInstrInfo());
92 const SparcInstrInfo &TII =
93 *static_cast<const SparcInstrInfo *>(Subtarget.getInstrInfo());
224 const SparcInstrInfo &TII =
225 *static_cast<const SparcInstrInfo *>(MF.getSubtarget().getInstrInfo());
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1264 SRCS_MIN+= Target/Sparc/SparcInstrInfo.cpp

Completed in 180 milliseconds