HomeSort by relevance Sort by last modified time
    Searched full:targetsubtargetinfo (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 1 //===-- TargetSubtargetInfo.cpp - General Target Information ---------------==//
14 #include "llvm/Target/TargetSubtargetInfo.h"
19 // TargetSubtargetInfo Class
21 TargetSubtargetInfo::TargetSubtargetInfo() {}
23 TargetSubtargetInfo::~TargetSubtargetInfo() {}
25 bool TargetSubtargetInfo::enablePostRAScheduler(
CMakeLists.txt 14 TargetSubtargetInfo.cpp
Android.mk 15 TargetSubtargetInfo.cpp
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 1 //==-- llvm/Target/TargetSubtargetInfo.h - Target Information ----*- C++ -*-==//
29 /// TargetSubtargetInfo - Generic base class for all target subtargets. All
31 /// be exposed through a TargetSubtargetInfo-derived class.
33 class TargetSubtargetInfo : public MCSubtargetInfo {
34 TargetSubtargetInfo(const TargetSubtargetInfo&); // DO NOT IMPLEMENT
35 void operator=(const TargetSubtargetInfo&); // DO NOT IMPLEMENT
37 TargetSubtargetInfo();
44 virtual ~TargetSubtargetInfo();
TargetMachine.h 44 class TargetSubtargetInfo;
62 /// a reference to that target's TargetSubtargetInfo-derived member variable.
63 virtual const TargetSubtargetInfo *getSubtargetImpl() const { return 0; }
116 /// TargetSubtargetInfo. In debug builds, it verifies that the object being
  /external/llvm/lib/Target/MBlaze/
MBlazeSubtarget.cpp 10 // This file implements the MBlaze specific subclass of TargetSubtargetInfo.
50 TargetSubtargetInfo::AntiDepBreakMode& Mode,
52 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
MBlazeSubtarget.h 10 // This file declares the MBlaze specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
58 TargetSubtargetInfo::AntiDepBreakMode& Mode,
  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.h 10 // This file declares the MSP430 specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
MSP430Subtarget.cpp 10 // This file implements the MSP430 specific subclass of TargetSubtargetInfo.
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 10 // This file declares the XCore specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
XCoreSubtarget.cpp 10 // This file implements the XCore specific subclass of TargetSubtargetInfo.
  /external/llvm/lib/Target/CellSPU/
SPUSubtarget.cpp 10 // This file implements the CellSPU-specific subclass of TargetSubtargetInfo.
51 TargetSubtargetInfo::AntiDepBreakMode& Mode,
53 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
SPUSubtarget.h 10 // This file declares the Cell SPU-specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
92 TargetSubtargetInfo::AntiDepBreakMode& Mode,
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 10 // This file implements the Mips specific subclass of TargetSubtargetInfo.
65 TargetSubtargetInfo::AntiDepBreakMode &Mode,
67 Mode = TargetSubtargetInfo::ANTIDEP_NONE;
MipsSubtarget.h 10 // This file declares the Mips specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 10 // This file declares the SPARC specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
SparcSubtarget.cpp 10 // This file implements the SPARC specific subclass of TargetSubtargetInfo.
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 10 // This file implements the ARM specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
190 TargetSubtargetInfo::AntiDepBreakMode& Mode,
192 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
ARMSubtarget.h 10 // This file declares the ARM specific subclass of TargetSubtargetInfo.
18 #include "llvm/Target/TargetSubtargetInfo.h"
261 TargetSubtargetInfo::AntiDepBreakMode& Mode,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 10 // This file implements the PPC specific subclass of TargetSubtargetInfo.
112 TargetSubtargetInfo::AntiDepBreakMode& Mode,
114 // FIXME: It would be best to use TargetSubtargetInfo::ANTIDEP_ALL here,
121 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
PPCSubtarget.h 10 // This file declares the PowerPC specific subclass of TargetSubtargetInfo.
17 #include "llvm/Target/TargetSubtargetInfo.h"
162 TargetSubtargetInfo::AntiDepBreakMode& Mode,
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 41 #include "llvm/Target/TargetSubtargetInfo.h"
55 // TargetSubtargetInfo.enablePostRAScheduler(). This flag can be used to
136 TargetSubtargetInfo::AntiDepBreakMode AntiDepMode,
199 TargetSubtargetInfo::AntiDepBreakMode AntiDepMode,
209 assert((AntiDepMode == TargetSubtargetInfo::ANTIDEP_NONE ||
213 ((AntiDepMode == TargetSubtargetInfo::ANTIDEP_ALL) ?
215 ((AntiDepMode == TargetSubtargetInfo::ANTIDEP_CRITICAL) ?
265 TargetSubtargetInfo::AntiDepBreakMode AntiDepMode =
266 TargetSubtargetInfo::ANTIDEP_NONE;
274 const TargetSubtargetInfo &ST = Fn.getTarget().getSubtarget<TargetSubtargetInfo>()
    [all...]
AggressiveAntiDepBreaker.h 26 #include "llvm/Target/TargetSubtargetInfo.h"
135 TargetSubtargetInfo::RegClassVector& CriticalPathRCs);
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 17 #include "llvm/Target/TargetSubtargetInfo.h"
  /external/llvm/lib/Target/X86/
X86Subtarget.h 10 // This file declares the X86 specific subclass of TargetSubtargetInfo.
19 #include "llvm/Target/TargetSubtargetInfo.h"
314 TargetSubtargetInfo::AntiDepBreakMode& Mode,

Completed in 916 milliseconds

1 2