Searched refs:SparcSelectionDAGInfo (Results 1 - 4 of 4) 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();
H A DSparcSubtarget.h21 #include "SparcSelectionDAGInfo.h"
44 SparcSelectionDAGInfo TSInfo;
58 const SparcSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; }
H A DSparcTargetMachine.h44 const SparcSelectionDAGInfo *getSelectionDAGInfo() const override {

Completed in 48 milliseconds