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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetSelectionDAGInfo.cpp1 //===-- TargetSelectionDAGInfo.cpp - SelectionDAG Info --------------------===//
10 // This implements the TargetSelectionDAGInfo class.
14 #include "llvm/Target/TargetSelectionDAGInfo.h"
18 TargetSelectionDAGInfo::TargetSelectionDAGInfo(const DataLayout *DL) function in class:TargetSelectionDAGInfo
22 TargetSelectionDAGInfo::~TargetSelectionDAGInfo() {
/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h1 //==-- llvm/Target/TargetSelectionDAGInfo.h - SelectionDAG Info --*- C++ -*-==//
10 // This file declares the TargetSelectionDAGInfo class, which targets can
27 /// TargetSelectionDAGInfo - Targets can subclass this to parameterize the
30 class TargetSelectionDAGInfo { class in namespace:llvm
31 TargetSelectionDAGInfo(const TargetSelectionDAGInfo &) LLVM_DELETED_FUNCTION;
32 void operator=(const TargetSelectionDAGInfo &) LLVM_DELETED_FUNCTION;
40 explicit TargetSelectionDAGInfo(const DataLayout *DL);
41 virtual ~TargetSelectionDAGInfo();

Completed in 79 milliseconds