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

12

/external/llvm/lib/Target/ARM/
H A DARMRegisterInfo.h23 class ARMSubtarget;
28 ARMRegisterInfo(const ARMSubtarget &STI);
H A DARMRegisterInfo.cpp21 ARMRegisterInfo::ARMRegisterInfo(const ARMSubtarget &sti)
H A DARMInstrInfo.h20 #include "ARMSubtarget.h"
23 class ARMSubtarget;
28 explicit ARMInstrInfo(const ARMSubtarget &STI);
H A DThumb2RegisterInfo.h24 class ARMSubtarget;
28 Thumb2RegisterInfo(const ARMSubtarget &STI);
H A DThumb1FrameLowering.h19 #include "ARMSubtarget.h"
25 class ARMSubtarget;
29 explicit Thumb1FrameLowering(const ARMSubtarget &sti)
H A DThumb1InstrInfo.h22 class ARMSubtarget;
27 explicit Thumb1InstrInfo(const ARMSubtarget &STI);
H A DThumb1RegisterInfo.h23 class ARMSubtarget;
28 Thumb1RegisterInfo(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 DARMHazardRecognizer.h23 class ARMSubtarget;
H A DARMTargetObjectFile.cpp11 #include "ARMSubtarget.h"
29 bool isAAPCS_ABI = TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI();
H A DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
60 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU, function in class:ARMSubtarget
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
[all...]
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"
27 Thumb2RegisterInfo::Thumb2RegisterInfo(const ARMSubtarget &sti)
H A DARMBaseRegisterInfo.h24 class ARMSubtarget;
77 const ARMSubtarget &STI;
88 explicit ARMBaseRegisterInfo(const ARMSubtarget &STI);
H A DARMInstrInfo.cpp31 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
111 unsigned PCAdj = TM->getSubtarget<ARMSubtarget>().isThumb() ? 4 : 8;
123 unsigned Opc = TM->getSubtarget<ARMSubtarget>().isThumb2() ?
H A DARMAsmPrinter.h31 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
33 const ARMSubtarget *Subtarget;
49 Subtarget = &TM.getSubtarget<ARMSubtarget>();
H A DARMTargetMachine.h22 #include "ARMSubtarget.h"
35 ARMSubtarget Subtarget;
48 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; }
H A DARMMachineFunctionInfo.h17 #include "ARMSubtarget.h"
137 isThumb(MF.getTarget().getSubtarget<ARMSubtarget>().isThumb()),
138 hasThumb2(MF.getTarget().getSubtarget<ARMSubtarget>().hasThumb2()),
H A DARMSubtarget.h1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
31 class ARMSubtarget : public ARMGenSubtargetInfo { class in namespace:llvm
205 ARMSubtarget(const std::string &TT, const std::string &CPU,
H A DAndroid.mk38 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 DThumb1InstrInfo.cpp24 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI)
H A DARMTargetMachine.cpp135 const ARMSubtarget &getARMSubtarget() const {
161 const ARMSubtarget *Subtarget = &getARMSubtarget();
H A DARMISelLowering.h19 #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;

Completed in 223 milliseconds

12