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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsRegisterInfo.h 1 //===- MipsRegisterInfo.h - Mips Register Information Impl ------*- C++ -*-===//
28 struct MipsRegisterInfo : public MipsGenRegisterInfo {
32 MipsRegisterInfo(const MipsSubtarget &Subtarget, const TargetInstrInfo &tii);
MipsRegisterInfo.cpp 1 //===- MipsRegisterInfo.cpp - MIPS Register Information -== -----*- C++ -*-===//
18 #include "MipsRegisterInfo.h"
44 MipsRegisterInfo::MipsRegisterInfo(const MipsSubtarget &ST,
50 unsigned MipsRegisterInfo::
139 unsigned MipsRegisterInfo::getPICCallReg() { return Mips::T9; }
146 const unsigned* MipsRegisterInfo::
190 BitVector MipsRegisterInfo::
233 void MipsRegisterInfo::
243 void MipsRegisterInfo:
    [all...]
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 1 //===-- MipsRegisterInfo.h - Mips Register Information Impl -----*- C++ -*-===//
24 class MipsRegisterInfo : public MipsGenRegisterInfo {
38 MipsRegisterInfo();
MipsRegisterInfo.cpp 1 //===-- MipsRegisterInfo.cpp - MIPS Register Information -== --------------===//
14 #include "MipsRegisterInfo.h"
45 MipsRegisterInfo::MipsRegisterInfo() : MipsGenRegisterInfo(Mips::RA) {}
47 unsigned MipsRegisterInfo::getPICCallReg() { return Mips::T9; }
50 MipsRegisterInfo::getPointerRegClass(const MachineFunction &MF,
71 MipsRegisterInfo::getRegPressureLimit(const TargetRegisterClass *RC,
97 MipsRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
128 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
149 const uint32_t *MipsRegisterInfo::getMips16RetHelperMask()
    [all...]

Completed in 2476 milliseconds