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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 1 //===-- HexagonSelectionDAGInfo.h - Hexagon SelectionDAG Info ---*- C++ -*-===//
23 class HexagonSelectionDAGInfo : public TargetSelectionDAGInfo {
25 explicit HexagonSelectionDAGInfo(const HexagonTargetMachine &TM);
26 ~HexagonSelectionDAGInfo();
HexagonSelectionDAGInfo.cpp 1 //===-- HexagonSelectionDAGInfo.cpp - Hexagon SelectionDAG Info -----------===//
10 // This file implements the HexagonSelectionDAGInfo class.
20 HexagonSelectionDAGInfo::HexagonSelectionDAGInfo(const HexagonTargetMachine
25 HexagonSelectionDAGInfo::~HexagonSelectionDAGInfo() {
29 HexagonSelectionDAGInfo::
HexagonTargetMachine.h 20 #include "HexagonSelectionDAGInfo.h"
34 HexagonSelectionDAGInfo TSInfo;
67 virtual const HexagonSelectionDAGInfo* getSelectionDAGInfo() const {

Completed in 148 milliseconds