Searched refs:PPCSelectionDAGInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCSelectionDAGInfo.cpp1 //===-- PPCSelectionDAGInfo.cpp - PowerPC SelectionDAG Info ---------------===//
10 // This file implements the PPCSelectionDAGInfo class.
18 PPCSelectionDAGInfo::PPCSelectionDAGInfo(const PPCTargetMachine &TM) function in class:PPCSelectionDAGInfo
22 PPCSelectionDAGInfo::~PPCSelectionDAGInfo() {
H A DPPCSelectionDAGInfo.h1 //===-- PPCSelectionDAGInfo.h - PowerPC SelectionDAG Info -------*- C++ -*-===//
23 class PPCSelectionDAGInfo : public TargetSelectionDAGInfo { class in namespace:llvm
25 explicit PPCSelectionDAGInfo(const PPCTargetMachine &TM);
26 ~PPCSelectionDAGInfo();
H A DPPCTargetMachine.h21 #include "PPCSelectionDAGInfo.h"
37 PPCSelectionDAGInfo TSInfo;
54 virtual const PPCSelectionDAGInfo* getSelectionDAGInfo() const {
/freebsd-10.2-release/lib/clang/libllvmpowerpccodegen/
H A DMakefile22 PPCSelectionDAGInfo.cpp \

Completed in 125 milliseconds