Searched refs:RISCVInstrInfo (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1 //===-- RISCVInstrInfo.cpp - RISCV Instruction Information ------*- C++ -*-===//
13 #include "RISCVInstrInfo.h"
35 RISCVInstrInfo::RISCVInstrInfo(RISCVSubtarget &STI) function in class:RISCVInstrInfo
39 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
65 unsigned RISCVInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
88 void RISCVInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
113 void RISCVInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
140 void RISCVInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
164 void RISCVInstrInfo
[all...]
H A DRISCVSubtarget.h18 #include "RISCVInstrInfo.h"
51 RISCVInstrInfo InstrInfo;
74 const RISCVInstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DRISCVInstructionSelector.cpp44 const RISCVInstrInfo &TII;
H A DRISCVInstrInfo.h1 //===-- RISCVInstrInfo.h - RISCV Instruction Information --------*- C++ -*-===//
26 class RISCVInstrInfo : public RISCVGenInstrInfo { class in namespace:llvm
29 explicit RISCVInstrInfo(RISCVSubtarget &STI);
H A DRISCVRegisterInfo.cpp114 const RISCVInstrInfo *TII = MF.getSubtarget<RISCVSubtarget>().getInstrInfo();
H A DRISCVExpandPseudoInsts.cpp16 #include "RISCVInstrInfo.h"
31 const RISCVInstrInfo *TII;
78 TII = static_cast<const RISCVInstrInfo *>(MF.getSubtarget().getInstrInfo());
233 static void doAtomicBinOpExpansion(const RISCVInstrInfo *TII, MachineInstr &MI,
273 static void insertMaskedMerge(const RISCVInstrInfo *TII, DebugLoc DL,
296 const RISCVInstrInfo *TII, MachineInstr &MI, DebugLoc DL,
396 static void insertSext(const RISCVInstrInfo *TII, DebugLoc DL,
H A DRISCVFrameLowering.cpp75 const RISCVInstrInfo *TII = STI.getInstrInfo();
113 const RISCVInstrInfo *TII = STI.getInstrInfo();
216 const RISCVInstrInfo *TII = STI.getInstrInfo();
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1230 SRCS_MIN+= Target/RISCV/RISCVInstrInfo.cpp

Completed in 184 milliseconds