Home
last modified time | relevance | path

Searched refs:TargetSelectionDAGInfo (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h30 class TargetSelectionDAGInfo {
31 TargetSelectionDAGInfo(const TargetSelectionDAGInfo &); // DO NOT IMPLEMENT
32 void operator=(const TargetSelectionDAGInfo &); // DO NOT IMPLEMENT
40 explicit TargetSelectionDAGInfo(const TargetMachine &TM);
41 virtual ~TargetSelectionDAGInfo();
DTargetMachine.h42 class TargetSelectionDAGInfo; variable
107 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const{ return 0; } in getSelectionDAGInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetSelectionDAGInfo.cpp18 TargetSelectionDAGInfo::TargetSelectionDAGInfo(const TargetMachine &TM) in TargetSelectionDAGInfo() function in TargetSelectionDAGInfo
22 TargetSelectionDAGInfo::~TargetSelectionDAGInfo() { in ~TargetSelectionDAGInfo()
DCMakeLists.txt24 TargetSelectionDAGInfo.cpp
DAndroid.mk26 TargetSelectionDAGInfo.cpp
/external/llvm/lib/Target/Sparc/
DSparcSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in SparcSelectionDAGInfo()
DSparcSelectionDAGInfo.h23 class SparcSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in XCoreSelectionDAGInfo()
DXCoreSelectionDAGInfo.h23 class XCoreSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/CellSPU/
DSPUSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in SPUSelectionDAGInfo()
DSPUSelectionDAGInfo.h23 class SPUSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/MBlaze/
DMBlazeSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in MBlazeSelectionDAGInfo()
DMBlazeSelectionDAGInfo.h23 class MBlazeSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/MSP430/
DMSP430SelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in MSP430SelectionDAGInfo()
DMSP430SelectionDAGInfo.h23 class MSP430SelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/Mips/
DMipsSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in MipsSelectionDAGInfo()
DMipsSelectionDAGInfo.h23 class MipsSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/PowerPC/
DPPCSelectionDAGInfo.cpp19 : TargetSelectionDAGInfo(TM) { in PPCSelectionDAGInfo()
DPPCSelectionDAGInfo.h23 class PPCSelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h23 class HexagonSelectionDAGInfo : public TargetSelectionDAGInfo {
DHexagonSelectionDAGInfo.cpp22 : TargetSelectionDAGInfo(TM) { in HexagonSelectionDAGInfo()
/external/llvm/lib/Target/PTX/
DPTXSelectionDAGInfo.h23 class PTXSelectionDAGInfo : public TargetSelectionDAGInfo {
DPTXSelectionDAGInfo.cpp21 : TargetSelectionDAGInfo(TM), in PTXSelectionDAGInfo()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h25 class X86SelectionDAGInfo : public TargetSelectionDAGInfo {
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h38 class ARMSelectionDAGInfo : public TargetSelectionDAGInfo {

12