HomeSort by relevance Sort by last modified time
    Searched refs:ARMSubtarget (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.h 22 class ARMSubtarget;
28 ARMRegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
ARMInstrInfo.h 20 #include "ARMSubtarget.h"
23 class ARMSubtarget;
28 explicit ARMInstrInfo(const ARMSubtarget &STI);
ARMRegisterInfo.cpp 22 const ARMSubtarget &sti)
Thumb2RegisterInfo.h 23 class ARMSubtarget;
28 Thumb2RegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
ARMHazardRecognizer.h 23 class ARMSubtarget;
33 const ARMSubtarget &STI;
42 const ARMSubtarget &sti,
Thumb1FrameLowering.h 19 #include "ARMSubtarget.h"
25 class ARMSubtarget;
29 explicit Thumb1FrameLowering(const ARMSubtarget &sti)
Thumb1InstrInfo.h 22 class ARMSubtarget;
27 explicit Thumb1InstrInfo(const ARMSubtarget &STI);
ARMTargetObjectFile.cpp 11 #include "ARMSubtarget.h"
27 bool isAAPCS_ABI = TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI();
Thumb2InstrInfo.h 22 class ARMSubtarget;
28 explicit Thumb2InstrInfo(const ARMSubtarget &STI);
ARMFrameLowering.h 18 #include "ARMSubtarget.h"
22 class ARMSubtarget;
26 const ARMSubtarget &STI;
29 explicit ARMFrameLowering(const ARMSubtarget &sti)
ARMSubtarget.cpp 1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
37 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU,
133 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
184 unsigned ARMSubtarget::getMispredictionPenalty() const {
188 bool ARMSubtarget::enablePostRAScheduler(
Thumb1RegisterInfo.h 23 class ARMSubtarget;
28 Thumb1RegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
ARMSelectionDAGInfo.h 39 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
41 const ARMSubtarget *Subtarget;
Thumb2RegisterInfo.cpp 18 #include "ARMSubtarget.h"
28 const ARMSubtarget &sti)
ARMAsmPrinter.h 35 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
37 const ARMSubtarget *Subtarget;
53 Subtarget = &TM.getSubtarget<ARMSubtarget>();
ARMBaseRegisterInfo.h 24 class ARMSubtarget;
78 const ARMSubtarget &STI;
90 const ARMSubtarget &STI);
ARMSubtarget.h 1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
30 class ARMSubtarget : public ARMGenSubtargetInfo {
177 ARMSubtarget(const std::string &TT, const std::string &CPU,
ARMTargetMachine.h 21 #include "ARMSubtarget.h"
36 ARMSubtarget Subtarget;
49 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; }
ARMMachineFunctionInfo.h 17 #include "ARMSubtarget.h"
125 isThumb(MF.getTarget().getSubtarget<ARMSubtarget>().isThumb()),
126 hasThumb2(MF.getTarget().getSubtarget<ARMSubtarget>().hasThumb2()),
Android.mk 39 ARMSubtarget.cpp \
ARMBaseInstrInfo.h 27 class ARMSubtarget;
31 const ARMSubtarget &Subtarget;
35 explicit ARMBaseInstrInfo(const ARMSubtarget &STI);
50 const ARMSubtarget &getSubtarget() const { return Subtarget; }
ARMInstrInfo.cpp 27 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
ARMISelLowering.h 19 #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;
Thumb1InstrInfo.cpp 24 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI)
ARMTargetMachine.cpp 121 const ARMSubtarget &getARMSubtarget() const {

Completed in 89 milliseconds

1 2