Searched refs:AArch64SelectionDAGInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp1 //===-- AArch64SelectionDAGInfo.cpp - AArch64 SelectionDAG Info -----------===//
10 // This file implements the AArch64SelectionDAGInfo class.
19 AArch64SelectionDAGInfo::AArch64SelectionDAGInfo(const AArch64TargetMachine &TM) function in class:AArch64SelectionDAGInfo
24 AArch64SelectionDAGInfo::~AArch64SelectionDAGInfo() {
H A DAArch64SelectionDAGInfo.h1 //===-- AArch64SelectionDAGInfo.h - AArch64 SelectionDAG Info ---*- C++ -*-===//
23 class AArch64SelectionDAGInfo : public TargetSelectionDAGInfo { class in namespace:llvm
26 explicit AArch64SelectionDAGInfo(const AArch64TargetMachine &TM);
27 ~AArch64SelectionDAGInfo();
H A DAArch64TargetMachine.h20 #include "AArch64SelectionDAGInfo.h"
32 AArch64SelectionDAGInfo TSInfo;
53 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const {

Completed in 49 milliseconds