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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ------------*- C++ -*-===//
14 #include "ARMSubtarget.h"
38 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU, function in class:ARMSubtarget
132 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
183 unsigned ARMSubtarget::getMispredictionPenalty() const {
195 void ARMSubtarget::computeIssueWidth() {
211 bool ARMSubtarget::enablePostRAScheduler(
H A DARMSubtarget.h1 //=====---- ARMSubtarget.h - Define Subtarget for the ARM -----*- C++ -*--====//
30 class ARMSubtarget : public ARMGenSubtargetInfo { class in namespace:llvm
172 ARMSubtarget(const std::string &TT, const std::string &CPU,
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
20 #include "ARMSubtarget.h"
72 ARMSubtarget &ARMSubtarget::initializeSubtargetDependencies(StringRef CPU,
79 ARMFrameLowering *ARMSubtarget::initializeFrameLowering(StringRef CPU,
81 ARMSubtarget &STI = initializeSubtargetDependencies(CPU, FS);
88 ARMSubtarget::ARMSubtarget(const Triple &TT, const std::string &CPU, function in class:ARMSubtarget
103 void ARMSubtarget
[all...]
H A DARMSubtarget.h1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
22 #include "ARMSubtarget.h"
42 class ARMSubtarget : public ARMGenSubtargetInfo { class in namespace:llvm
346 ARMSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
360 ARMSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);

Completed in 267 milliseconds