Searched defs:MipsSubtarget (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp1 //===-- MipsSubtarget.cpp - Mips Subtarget Information --------------------===//
14 #include "MipsSubtarget.h"
25 void MipsSubtarget::anchor() { }
27 MipsSubtarget::MipsSubtarget(const std::string &TT, const std::string &CPU, function in class:MipsSubtarget
60 MipsSubtarget::enablePostRAScheduler(CodeGenOpt::Level OptLevel,
H A DMipsSubtarget.h1 //===-- MipsSubtarget.h - Define Subtarget for the Mips ---------*- C++ -*-===//
27 class MipsSubtarget : public MipsGenSubtargetInfo { class in namespace:llvm
105 MipsSubtarget(const std::string &TT, const std::string &CPU,

Completed in 74 milliseconds