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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVRegisterInfo.h 1 //===-- RISCVRegisterInfo.h - RISCV Register Information Impl ---*- C++ -*-===//
24 struct RISCVRegisterInfo : public RISCVGenRegisterInfo {
26 RISCVRegisterInfo(unsigned HwMode);
RISCVRegisterInfo.cpp 1 //===-- RISCVRegisterInfo.cpp - RISCV Register Information ------*- C++ -*-===//
14 #include "RISCVRegisterInfo.h"
30 RISCVRegisterInfo::RISCVRegisterInfo(unsigned HwMode)
35 RISCVRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
46 BitVector RISCVRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
60 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const {
64 const uint32_t *RISCVRegisterInfo::getNoPreservedMask() const {
68 void RISCVRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
112 unsigned RISCVRegisterInfo::getFrameRegister(const MachineFunction &MF) const
    [all...]

Completed in 57 milliseconds