Searched refs:TargetSelectionDAGInfo (Results 1 - 25 of 27) sorted by relevance

12

/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 TargetMachine &TM) function in class:TargetSelectionDAGInfo
22 TargetSelectionDAGInfo::~TargetSelectionDAGInfo() {
H A DAndroid.mk26 TargetSelectionDAGInfo.cpp
/external/llvm/lib/Target/MSP430/
H A DMSP430SelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) {
H A DMSP430SelectionDAGInfo.h10 // This file defines the MSP430 subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class MSP430SelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/Mips/
H A DMipsSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) {
H A DMipsSelectionDAGInfo.h10 // This file defines the Mips subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class MipsSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/PowerPC/
H A DPPCSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) {
H A DPPCSelectionDAGInfo.h10 // This file defines the PowerPC subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class PPCSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/Sparc/
H A DSparcSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) {
H A DSparcSelectionDAGInfo.h10 // This file defines the Sparc subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class SparcSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) {
H A DXCoreSelectionDAGInfo.h10 // This file defines the XCore subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class XCoreSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp20 : TargetSelectionDAGInfo(TM),
H A DAArch64SelectionDAGInfo.h10 // This file defines the AArch64 subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class AArch64SelectionDAGInfo : public 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 TargetMachine &TM);
41 virtual ~TargetSelectionDAGInfo();
H A DTargetMachine.h43 class TargetSelectionDAGInfo;
116 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const{ return 0; }
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h10 // This file defines the Hexagon subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class HexagonSelectionDAGInfo : public TargetSelectionDAGInfo {
H A DHexagonSelectionDAGInfo.cpp22 : TargetSelectionDAGInfo(TM) {
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h10 // This file defines the ARM subclass for TargetSelectionDAGInfo.
18 #include "llvm/Target/TargetSelectionDAGInfo.h"
38 class ARMSelectionDAGInfo : public TargetSelectionDAGInfo {
H A DARMSelectionDAGInfo.cpp21 : TargetSelectionDAGInfo(TM),
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h10 // This file defines the SystemZ subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
23 class SystemZSelectionDAGInfo : public TargetSelectionDAGInfo {
H A DSystemZTargetMachine.h63 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const
H A DSystemZSelectionDAGInfo.cpp22 : TargetSelectionDAGInfo(TM) {
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h10 // This file defines the X86 subclass for TargetSelectionDAGInfo.
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
25 class X86SelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h26 #include "llvm/Target/TargetSelectionDAGInfo.h"
37 TargetSelectionDAGInfo TSInfo;
69 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const {

Completed in 329 milliseconds

12