Searched defs:SparcSelectionDAGInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcSelectionDAGInfo.cpp1 //===-- SparcSelectionDAGInfo.cpp - Sparc SelectionDAG Info ---------------===//
10 // This file implements the SparcSelectionDAGInfo class.
14 #include "SparcSelectionDAGInfo.h"
19 SparcSelectionDAGInfo::SparcSelectionDAGInfo(const DataLayout &DL) function in class:SparcSelectionDAGInfo
23 SparcSelectionDAGInfo::~SparcSelectionDAGInfo() {
H A DSparcSelectionDAGInfo.h1 //===-- SparcSelectionDAGInfo.h - Sparc SelectionDAG Info -------*- C++ -*-===//
23 class SparcSelectionDAGInfo : public TargetSelectionDAGInfo { class in namespace:llvm
25 explicit SparcSelectionDAGInfo(const DataLayout &DL);
26 ~SparcSelectionDAGInfo();

Completed in 374 milliseconds