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

  /external/llvm/lib/Target/Sparc/
SparcSelectionDAGInfo.cpp 1 //===-- SparcSelectionDAGInfo.cpp - Sparc SelectionDAG Info ---------------===//
10 // This file implements the SparcSelectionDAGInfo class.
18 SparcSelectionDAGInfo::SparcSelectionDAGInfo(const SparcTargetMachine &TM)
22 SparcSelectionDAGInfo::~SparcSelectionDAGInfo() {
SparcSelectionDAGInfo.h 1 //===-- SparcSelectionDAGInfo.h - Sparc SelectionDAG Info -------*- C++ -*-===//
23 class SparcSelectionDAGInfo : public TargetSelectionDAGInfo {
25 explicit SparcSelectionDAGInfo(const SparcTargetMachine &TM);
26 ~SparcSelectionDAGInfo();
SparcTargetMachine.h 20 #include "SparcSelectionDAGInfo.h"
33 SparcSelectionDAGInfo TSInfo;
52 virtual const SparcSelectionDAGInfo* getSelectionDAGInfo() const {

Completed in 41 milliseconds