HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 76 - 100 of 287) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 46 StringRef CPU, StringRef FS,
50 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
51 Subtarget(TT, CPU, FS),
71 StringRef CPU, StringRef FS,
75 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
89 report_fatal_error("CPU: '" + Subtarget.getCPUString() + "' does not "
96 StringRef CPU, StringRef FS,
100 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
ARMSubtarget.h 166 /// CPUString - String name of used CPU.
191 ARMSubtarget(const std::string &TT, const std::string &CPU,
203 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
209 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 65 StringRef CPU, StringRef FS,
70 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
74 Subtarget(TT, CPU, FS), InstrInfo(Subtarget), TLInfo(*this),
HexagonTargetMachine.h 39 HexagonTargetMachine(const Target &T, StringRef TT,StringRef CPU,
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.cpp 52 StringRef CPU, StringRef FS,
58 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
59 Subtarget(TT, CPU, FS),
AMDGPUTargetMachine.h 42 StringRef CPU,
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 38 #if CPU(ARM_THUMB2)
163 #if CPU(ARM_THUMB2)
180 #if CPU(ARM_THUMB2)
MacroAssembler.h 31 #if CPU(ARM_THUMB2)
35 #elif CPU(ARM_TRADITIONAL)
39 #elif CPU(MIPS)
45 #elif CPU(X86)
49 #elif CPU(X86_64)
53 #elif CPU(SH4)
73 #if CPU(X86_64)
147 #if !CPU(X86_64)
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 1 //===-- llvm/MC/SubtargetFeature.h - CPU characteristics --------*- C++ -*-===//
10 // This file defines and manages user or tool specified CPU characteristics.
32 /// CPU bit flags.
48 /// SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary
65 /// "cpu,+attr1,+attr2,-attr3,...,+attrN"
67 /// The first feature is always the CPU subtype (eg. pentiumm). If the CPU
68 /// value is "generic" then the CPU subtype should be generic for the target.
70 /// that feature should be enabled or disabled contrary to the cpu
91 /// Get feature bits of a CPU
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 36 AArch64TargetMachine(const Target &T, StringRef TT, StringRef CPU,
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 43 StringRef CPU, StringRef FS,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 42 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 257 StringRef CPU) {
263 StringRef CPU) {
269 StringRef CPU) {
275 StringRef CPU) {
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 36 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/qemu/
dyngen-exec.h 64 #error unsupported CPU
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h 36 #if CPU(X86) && !COMPILER(MSVC)
  /external/v8/src/ia32/
assembler-ia32-inl.h 42 #include "cpu.h"
54 CPU::FlushICache(p, sizeof(uint32_t));
60 CPU::FlushICache(p, sizeof(uint32_t));
66 CPU::FlushICache(p, sizeof(uint32_t));
71 CPU::FlushICache(p, sizeof(uint32_t));
127 CPU::FlushICache(pc_, sizeof(Address));
165 CPU::FlushICache(pc_, sizeof(Address));
225 CPU::FlushICache(pc_, sizeof(Address));
232 CPU::FlushICache(pc_, sizeof(Address));
253 CPU::FlushICache(pc_, sizeof(Address))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 120 MipsSubtarget(const std::string &TT, const std::string &CPU,
125 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 69 /// Which cpu directive was used.
93 PPCSubtarget(const std::string &TT, const std::string &CPU,
98 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
109 /// getDarwinDirective - Returns the -m directive specified for the cpu.
137 /// has64BitSupport - Return true if the selected CPU supports 64-bit
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 50 static MCSubtargetInfo *createAMDGPUMCSubtargetInfo(StringRef TT, StringRef CPU,
53 InitAMDGPUMCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 332 "target-cpu");
335 std::string CPU =
341 resetSubtargetFeatures(CPU, FS);
345 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) {
346 std::string CPUName = CPU;
347 if (!FS.empty() || !CPU.empty()) {
393 // CPUName may have been set by the CPU detection code. Make sure the
456 X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU,
459 : X86GenSubtargetInfo(TT, CPU, FS)
466 resetSubtargetFeatures(CPU, FS)
    [all...]
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 47 static MCSubtargetInfo *createXCoreMCSubtargetInfo(StringRef TT, StringRef CPU,
50 InitXCoreMCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 40 std::string ARM_MC::ParseARMTriple(StringRef TT, StringRef CPU) {
58 bool NoCPU = CPU == "generic" || CPU.empty();
68 // Use CPU to figure out the exact features.
76 // Use CPU to figure out the exact features.
84 // Use CPU to figure out the exact features.
87 // v7 CPUs have lots of different feature sets. If no CPU is specified,
89 // the "minimum" feature set and use CPU string to figure out the exact
95 // Use CPU to figure out the exact features.
135 MCSubtargetInfo *ARM_MC::createARMMCSubtargetInfo(StringRef TT, StringRef CPU,
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 83 StringRef CPU,
87 StringRef CPU,
97 StringRef CPU);
315 /// \param CPU This specifies the name of the target CPU.
318 MCSubtargetInfo *createMCSubtargetInfo(StringRef Triple, StringRef CPU,
322 return MCSubtargetInfoCtorFn(Triple, CPU, Features);
332 TargetMachine *createTargetMachine(StringRef Triple, StringRef CPU,
339 return TargetMachineCtorFn(*this, Triple, CPU, Features, Options,
346 MCAsmBackend *createMCAsmBackend(StringRef Triple, StringRef CPU) const
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringHash.h 58 #if CPU(ARM) || CPU(SH4) || CPU(MIPS)

Completed in 340 milliseconds

1 2 34 5 6 7 8 91011>>