Searched defs:ARMSubtarget (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
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 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,

Completed in 64 milliseconds