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

/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.h1 //===-- XCoreSelectionDAGInfo.h - XCore SelectionDAG Info -------*- C++ -*-===//
23 class XCoreSelectionDAGInfo : public TargetSelectionDAGInfo { class in namespace:llvm
25 explicit XCoreSelectionDAGInfo(const DataLayout &DL);
26 ~XCoreSelectionDAGInfo();
H A DXCoreSelectionDAGInfo.cpp1 //===-- XCoreSelectionDAGInfo.cpp - XCore SelectionDAG Info ---------------===//
10 // This file implements the XCoreSelectionDAGInfo class.
19 XCoreSelectionDAGInfo::XCoreSelectionDAGInfo(const DataLayout &DL) function in class:XCoreSelectionDAGInfo
22 XCoreSelectionDAGInfo::~XCoreSelectionDAGInfo() {
25 SDValue XCoreSelectionDAGInfo::

Completed in 102 milliseconds