OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRSubtarget
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AVR/
AVRTargetMachine.h
24
#include "
AVRSubtarget
.h"
35
const
AVRSubtarget
*getSubtargetImpl() const;
36
const
AVRSubtarget
*getSubtargetImpl(const Function &) const override;
46
AVRSubtarget
SubTarget;
AVRSubtarget.cpp
1
//===--
AVRSubtarget
.cpp - AVR Subtarget Information ----------------------===//
14
#include "
AVRSubtarget
.h"
31
AVRSubtarget
::
AVRSubtarget
(const Triple &TT, const std::string &CPU,
AVRSubtarget.h
1
//===--
AVRSubtarget
.h - Define Subtarget for the AVR -----------*- C++ -*-===//
33
class
AVRSubtarget
: public AVRGenSubtargetInfo {
40
AVRSubtarget
(const Triple &TT, const std::string &CPU, const std::string &FS,
AVRTargetMachine.cpp
81
const
AVRSubtarget
*AVRTargetMachine::getSubtargetImpl() const {
85
const
AVRSubtarget
*AVRTargetMachine::getSubtargetImpl(const Function &) const {
Completed in 1009 milliseconds