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

  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.h 1 //===-- XCoreSelectionDAGInfo.h - XCore SelectionDAG Info -------*- C++ -*-===//
23 class XCoreSelectionDAGInfo : public TargetSelectionDAGInfo {
25 explicit XCoreSelectionDAGInfo(const DataLayout &DL);
26 ~XCoreSelectionDAGInfo();
XCoreSelectionDAGInfo.cpp 1 //===-- XCoreSelectionDAGInfo.cpp - XCore SelectionDAG Info ---------------===//
10 // This file implements the XCoreSelectionDAGInfo class.
19 XCoreSelectionDAGInfo::XCoreSelectionDAGInfo(const DataLayout &DL)
22 XCoreSelectionDAGInfo::~XCoreSelectionDAGInfo() {
25 SDValue XCoreSelectionDAGInfo::
XCoreSubtarget.h 20 #include "XCoreSelectionDAGInfo.h"
38 XCoreSelectionDAGInfo TSInfo;
54 const XCoreSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; }
XCoreTargetMachine.h 40 const XCoreSelectionDAGInfo* getSelectionDAGInfo() const override {

Completed in 185 milliseconds