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

1 2

  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.h 23 class ARMSubtarget;
28 ARMRegisterInfo(const ARMSubtarget &STI);
ARMInstrInfo.h 20 #include "ARMSubtarget.h"
23 class ARMSubtarget;
28 explicit ARMInstrInfo(const ARMSubtarget &STI);
ARMRegisterInfo.cpp 21 ARMRegisterInfo::ARMRegisterInfo(const ARMSubtarget &sti)
Thumb2RegisterInfo.h 24 class ARMSubtarget;
28 Thumb2RegisterInfo(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);
ARMHazardRecognizer.h 23 class ARMSubtarget;
Thumb1RegisterInfo.h 23 class ARMSubtarget;
28 Thumb1RegisterInfo(const ARMSubtarget &STI);
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)
ARMTargetObjectFile.cpp 11 #include "ARMSubtarget.h"
29 bool isAAPCS_ABI = TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI();
ARMSubtarget.cpp 1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
60 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU,
73 void ARMSubtarget::initializeEnvironment() {
119 void ARMSubtarget::resetSubtargetFeatures(const MachineFunction *MF) {
135 void ARMSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) {
219 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
270 unsigned ARMSubtarget::getMispredictionPenalty() const {
274 bool ARMSubtarget::enablePostRAScheduler
    [all...]
ARMBaseRegisterInfo.h 24 class ARMSubtarget;
77 const ARMSubtarget &STI;
88 explicit ARMBaseRegisterInfo(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"
27 Thumb2RegisterInfo::Thumb2RegisterInfo(const ARMSubtarget &sti)
ARMAsmPrinter.h 31 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
33 const ARMSubtarget *Subtarget;
49 Subtarget = &TM.getSubtarget<ARMSubtarget>();
ARMTargetMachine.h 22 #include "ARMSubtarget.h"
35 ARMSubtarget Subtarget;
48 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; }
ARMInstrInfo.cpp 31 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
111 unsigned PCAdj = TM->getSubtarget<ARMSubtarget>().isThumb() ? 4 : 8;
123 unsigned Opc = TM->getSubtarget<ARMSubtarget>().isThumb2() ?
ARMMachineFunctionInfo.h 17 #include "ARMSubtarget.h"
137 isThumb(MF.getTarget().getSubtarget<ARMSubtarget>().isThumb()),
138 hasThumb2(MF.getTarget().getSubtarget<ARMSubtarget>().hasThumb2()),
ARMSubtarget.h 1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
31 class ARMSubtarget : public ARMGenSubtargetInfo {
205 ARMSubtarget(const std::string &TT, const std::string &CPU,
Android.mk 38 ARMSubtarget.cpp \
ARMBaseInstrInfo.h 27 class ARMSubtarget;
31 const ARMSubtarget &Subtarget;
35 explicit ARMBaseInstrInfo(const ARMSubtarget &STI);
50 const ARMSubtarget &getSubtarget() const { return Subtarget; }
ARMISelLowering.h 19 #include "ARMSubtarget.h"
366 const ARMSubtarget* getSubtarget() const {
401 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
403 const ARMSubtarget *Subtarget;
438 const ARMSubtarget *Subtarget) const;
460 const ARMSubtarget *ST) const;
462 const ARMSubtarget *ST) const;
Thumb1InstrInfo.cpp 24 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI)
ARMTargetMachine.cpp 135 const ARMSubtarget &getARMSubtarget() const {
161 const ARMSubtarget *Subtarget = &getARMSubtarget();

Completed in 73 milliseconds

1 2