Home | History | Annotate | Download | only in ARM

Lines Matching refs:ARMSubtarget

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(