HomeSort by: relevance | last modified time | path
    Searched defs:RISCVInstrInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.h 1 //===-- RISCVInstrInfo.h - RISCV Instruction Information --------*- C++ -*-===//
27 class RISCVInstrInfo : public RISCVGenInstrInfo {
30 explicit RISCVInstrInfo(RISCVSubtarget &STI);
RISCVInstrInfo.cpp 1 //===-- RISCVInstrInfo.cpp - RISCV Instruction Information ------*- C++ -*-===//
13 #include "RISCVInstrInfo.h"
49 RISCVInstrInfo::RISCVInstrInfo(RISCVSubtarget &STI)
53 MCInst RISCVInstrInfo::getNop() const {
62 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
89 unsigned RISCVInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
120 void RISCVInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
242 void RISCVInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
336 void RISCVInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB
    [all...]

Completed in 69 milliseconds