OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
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
[
all
...]
ARMSubtarget.h
1
//===--
ARMSubtarget
.h - Define Subtarget for the ARM ----------*- C++ -*--===//
31
class
ARMSubtarget
: public ARMGenSubtargetInfo {
205
ARMSubtarget
(const std::string &TT, const std::string &CPU,
Completed in 34 milliseconds