HomeSort by relevance Sort by last modified time
    Searched full:avrsubtarget (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AVR/
CMakeLists.txt 12 AVRSubtarget.cpp
AVRSubtarget.cpp 1 //===-- AVRSubtarget.cpp - AVR Subtarget Information ----------------------===//
14 #include "AVRSubtarget.h"
31 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU,
AVRTargetMachine.h 24 #include "AVRSubtarget.h"
35 const AVRSubtarget *getSubtargetImpl() const;
36 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
46 AVRSubtarget SubTarget;
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 {
AVR.td 30 // new member in AVRSubtarget (to store a value) for each set because we do not

Completed in 4424 milliseconds