HomeSort by relevance Sort by last modified time
    Searched defs:ARMSubtarget (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
37 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU,
132 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
183 unsigned ARMSubtarget::getMispredictionPenalty() const {
195 void ARMSubtarget::computeIssueWidth() {
211 bool ARMSubtarget::enablePostRAScheduler(
ARMSubtarget.h 1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
30 class ARMSubtarget : public ARMGenSubtargetInfo {
174 ARMSubtarget(const std::string &TT, const std::string &CPU,

Completed in 51 milliseconds