HomeSort by relevance Sort by last modified time
    Searched refs:MBlazeSubtarget (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeFrameLowering.h 18 #include "MBlazeSubtarget.h"
22 class MBlazeSubtarget;
26 const MBlazeSubtarget &STI;
29 explicit MBlazeFrameLowering(const MBlazeSubtarget &sti)
MBlazeRegisterInfo.h 25 class MBlazeSubtarget;
39 const MBlazeSubtarget &Subtarget;
42 MBlazeRegisterInfo(const MBlazeSubtarget &Subtarget,
MBlazeSubtarget.cpp 1 //===- MBlazeSubtarget.cpp - MBlaze Subtarget Information -------*- C++ -*-===//
14 #include "MBlazeSubtarget.h"
26 MBlazeSubtarget::MBlazeSubtarget(const std::string &TT,
51 void MBlazeSubtarget::computeIssueWidth() {
55 bool MBlazeSubtarget::
MBlazeSubtarget.h 1 //=====-- MBlazeSubtarget.h - Define Subtarget for the MBlaze -*- C++ -*--====//
27 class MBlazeSubtarget : public MBlazeGenSubtargetInfo {
45 MBlazeSubtarget(const std::string &TT, const std::string &CPU,
MBlazeTargetMachine.h 17 #include "MBlazeSubtarget.h"
33 MBlazeSubtarget Subtarget;
57 virtual const MBlazeSubtarget *getSubtargetImpl() const
MBlazeAsmPrinter.cpp 18 #include "MBlazeSubtarget.h"
52 const MBlazeSubtarget *Subtarget;
56 Subtarget = &TM.getSubtarget<MBlazeSubtarget>();
MBlazeISelDAGToDAG.cpp 18 #include "MBlazeSubtarget.h"
52 /// Subtarget - Keep a pointer to the MBlazeSubtarget around so that we can
54 const MBlazeSubtarget &Subtarget;
59 TM(tm), Subtarget(tm.getSubtarget<MBlazeSubtarget>()) {}
MBlazeISelLowering.h 22 #include "MBlazeSubtarget.h"
109 const MBlazeSubtarget *Subtarget;
MBlazeRegisterInfo.cpp 18 #include "MBlazeSubtarget.h"
45 MBlazeRegisterInfo(const MBlazeSubtarget &ST, const TargetInstrInfo &tii)
MBlazeISelLowering.cpp 20 #include "MBlazeSubtarget.h"
57 Subtarget = &TM.getSubtarget<MBlazeSubtarget>();
    [all...]

Completed in 1194 milliseconds