Searched refs:ARMSubtarget (Results 1 - 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/ARM/
H A DARMRegisterInfo.h22 class ARMSubtarget;
28 ARMRegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
H A DARMRegisterInfo.cpp22 const ARMSubtarget &sti)
H A DARMInstrInfo.h20 #include "ARMSubtarget.h"
23 class ARMSubtarget;
28 explicit ARMInstrInfo(const ARMSubtarget &STI);
H A DThumb2RegisterInfo.h23 class ARMSubtarget;
28 Thumb2RegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
H A DARMHazardRecognizer.h23 class ARMSubtarget;
33 const ARMSubtarget &STI;
42 const ARMSubtarget &sti,
H A DThumb1FrameLowering.h19 #include "ARMSubtarget.h"
25 class ARMSubtarget;
29 explicit Thumb1FrameLowering(const ARMSubtarget &sti)
H A DARMTargetObjectFile.cpp11 #include "ARMSubtarget.h"
27 bool isAAPCS_ABI = TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI();
H A DThumb1InstrInfo.h22 class ARMSubtarget;
27 explicit Thumb1InstrInfo(const ARMSubtarget &STI);
H A DThumb2InstrInfo.h22 class ARMSubtarget;
28 explicit Thumb2InstrInfo(const ARMSubtarget &STI);
H A DARMFrameLowering.h18 #include "ARMSubtarget.h"
22 class ARMSubtarget;
26 const ARMSubtarget &STI;
29 explicit ARMFrameLowering(const ARMSubtarget &sti)
H A DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
37 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU, function in class:ARMSubtarget
133 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
184 unsigned ARMSubtarget::getMispredictionPenalty() const {
188 bool ARMSubtarget::enablePostRAScheduler(
H A DThumb1RegisterInfo.h23 class ARMSubtarget;
28 Thumb1RegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
H A DARMSelectionDAGInfo.h39 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
41 const ARMSubtarget *Subtarget;
H A DThumb2RegisterInfo.cpp18 #include "ARMSubtarget.h"
28 const ARMSubtarget &sti)
H A DARMAsmPrinter.h35 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
37 const ARMSubtarget *Subtarget;
53 Subtarget = &TM.getSubtarget<ARMSubtarget>();
H A DARMBaseRegisterInfo.h24 class ARMSubtarget;
78 const ARMSubtarget &STI;
90 const ARMSubtarget &STI);
H A DARMSubtarget.h1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
30 class ARMSubtarget : public ARMGenSubtargetInfo { class in namespace:llvm
177 ARMSubtarget(const std::string &TT, const std::string &CPU,
H A DARMTargetMachine.h21 #include "ARMSubtarget.h"
36 ARMSubtarget Subtarget;
49 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; }
H A DARMMachineFunctionInfo.h17 #include "ARMSubtarget.h"
125 isThumb(MF.getTarget().getSubtarget<ARMSubtarget>().isThumb()),
126 hasThumb2(MF.getTarget().getSubtarget<ARMSubtarget>().hasThumb2()),
H A DAndroid.mk39 ARMSubtarget.cpp \
H A DARMBaseInstrInfo.h27 class ARMSubtarget;
31 const ARMSubtarget &Subtarget;
35 explicit ARMBaseInstrInfo(const ARMSubtarget &STI);
50 const ARMSubtarget &getSubtarget() const { return Subtarget; }
H A DARMInstrInfo.cpp27 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
H A DARMISelLowering.h19 #include "ARMSubtarget.h"
355 const ARMSubtarget* getSubtarget() const {
390 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
392 const ARMSubtarget *Subtarget;
427 const ARMSubtarget *Subtarget) const;
449 const ARMSubtarget *ST) const;
451 const ARMSubtarget *ST) const;
H A DThumb1InstrInfo.cpp24 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI)
H A DARMTargetMachine.cpp121 const ARMSubtarget &getARMSubtarget() const {

Completed in 145 milliseconds

12