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

  /external/llvm/lib/Target/AVR/
AVRSelectionDAGInfo.h 1 //===-- AVRSelectionDAGInfo.h - AVR SelectionDAG Info -----------*- C++ -*-===//
22 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
AVRSubtarget.h 25 #include "AVRSelectionDAGInfo.h"
46 const AVRSelectionDAGInfo *getSelectionDAGInfo() const override { return &TSInfo; }
86 AVRSelectionDAGInfo TSInfo;

Completed in 66 milliseconds