Searched refs:CPU (Results 101 - 125 of 352) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h27 StringRef CPU, StringRef FS, const TargetOptions &Options,
63 StringRef CPU, StringRef FS,
75 StringRef CPU, StringRef FS,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h75 MCSubtargetInfo *createX86MCSubtargetInfo(StringRef TT, StringRef CPU,
85 StringRef TT, StringRef CPU);
87 StringRef TT, StringRef CPU);
/external/blktrace/
H A Dbarrier.h30 #error Define store_barrier() for your CPU
/external/chromium_org/components/nacl/renderer/
H A Dplatform_info.cc43 // translation is specific to the machine, and CPU information goes
52 // sandbox doesn't support them, because base::CPU doesn't
57 // TODO(jfb) The following is x86-specific. The base::CPU class
62 base::CPU cpu;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcontext.h71 #error Module contains CPU-specific code; modify and recompile.
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp142 /// initializeSubtargetDependencies - Initializes using a CPU and feature string
144 ARMSubtarget &ARMSubtarget::initializeSubtargetDependencies(StringRef CPU, argument
147 resetSubtargetFeatures(CPU, FS);
151 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU, argument
154 : ARMGenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others),
155 ARMProcClass(None), stackAlignment(4), CPUString(CPU), IsLittle(IsLittle),
157 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))),
226 std::string CPU = local
232 resetSubtargetFeatures(CPU, FS);
236 void ARMSubtarget::resetSubtargetFeatures(StringRef CPU, StringRe argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp70 PPCSubtarget &PPCSubtarget::initializeSubtargetDependencies(StringRef CPU, argument
73 resetSubtargetFeatures(CPU, FS);
77 PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU, argument
80 : PPCGenSubtargetInfo(TT, CPU, FS), IsPPC64(is64Bit), TargetTriple(TT),
82 FrameLowering(initializeSubtargetDependencies(CPU, FS)),
104 std::string CPU = local
110 resetSubtargetFeatures(CPU, FS);
145 void PPCSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { argument
147 std::string CPUName = CPU;
156 // Initialize scheduling itinerary for the specified CPU
[all...]
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp191 std::string CPU = local
197 resetSubtargetFeatures(CPU, FS);
201 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { argument
202 std::string CPUName = CPU;
338 X86Subtarget &X86Subtarget::initializeSubtargetDependencies(StringRef CPU, argument
341 resetSubtargetFeatures(CPU, FS);
345 X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU, argument
348 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others),
357 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM),
H A DX86TargetMachine.cpp34 X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, argument
38 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
39 Subtarget(TT, CPU, FS, *this, Options.StackAlignmentOverride) {
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks116 0x01 GART aperture hit on access from CPU
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/O
130 0xa8 Requests Local CPU to Local Memory
131 0xaa Requests Local (CPU or I/O) to Local Memory
132 0xac Requests Local CPU to Local (I/O or Mem)
133 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
137 0x94 Requests Local CPU to Remote I/O
138 0x95 Requests Local (CPU or I/O) to Remote I/O
139 0x98 Requests Local CPU t
[all...]
/external/chromium_org/base/
H A Dcpu.h15 class BASE_EXPORT CPU { class in namespace:base
18 CPU();
32 // Accessors for CPU information.
49 // has_avx_hardware returns true when AVX is present in the CPU. This might
60 // believe that the NEON unit on the current CPU is flawed and cannot execute
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DByteOrder.h41 #include "wtf/CPU.h"
43 #if CPU(BIG_ENDIAN)
48 #elif CPU(MIDDLE_ENDIAN)
/external/chromium_org/v8/src/base/
H A Dcpu.h22 // CPU
31 class CPU FINAL {
33 CPU();
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp1 //===- SubtargetFeature.cpp - CPU characteristics Implementation ----------===//
115 // Determine the length of the longest CPU and Feature entries.
119 // Print the CPU table.
121 for (auto &CPU : CPUTable)
122 errs() << format(" %-*s - %s.\n", MaxCPULen, CPU.Key, CPU.Desc);
213 /// getFeatureBits - Get feature bits a CPU.
216 SubtargetFeatures::getFeatureBits(const StringRef CPU, argument
226 "CPU table is not sorted");
230 "CPU feature
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp50 StringRef CPU,
53 InitHexagonMCSubtargetInfo(X, TT, CPU, FS);
49 createHexagonMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS) argument
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp46 static MCSubtargetInfo *createMSP430MCSubtargetInfo(StringRef TT, StringRef CPU, argument
49 InitMSP430MCSubtargetInfo(X, TT, CPU, FS);
/external/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.h63 AMDGPUSubtarget(StringRef TT, StringRef CPU, StringRef FS);
73 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks134 0xa4 Requests Local CPU to Local I/O
135 0xa5 Requests Local (CPU or I/O) to Local I/O
136 0xa8 Requests Local CPU to Local Memory
137 0xaa Requests Local (CPU or I/O) to Local Memory
138 0xac Requests Local CPU to Local (I/O or Mem)
139 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
143 0x94 Requests Local CPU to Remote I/O
144 0x95 Requests Local (CPU or I/O) to Remote I/O
145 0x98 Requests Local CPU to Remote Memory
146 0x9a Requests Local (CPU o
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDirectConvolver.cpp40 #include "wtf/CPU.h"
42 #if (CPU(X86) || CPU(X86_64)) && !(OS(MACOSX) || USE(WEBAUDIO_IPP))
98 #if CPU(X86)
102 #endif // CPU(X86)
105 #if CPU(X86) || CPU(X86_64)
415 #if CPU(X86) || CPU(X86_64)
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp85 StringRef CPU, StringRef FS,
90 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
91 Subtarget(TT, CPU, FS, *this, LittleEndian) {
99 StringRef CPU, StringRef FS, const TargetOptions &Options,
102 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
108 StringRef CPU, StringRef FS, const TargetOptions &Options,
111 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
84 AArch64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool LittleEndian) argument
98 AArch64leTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
107 AArch64beTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUTargetMachine.cpp42 StringRef CPU, StringRef FS,
48 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
49 Subtarget(TT, CPU, FS),
41 AMDGPUTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OptLevel ) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp68 StringRef CPU, StringRef FS,
72 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
73 Subtarget(TT, CPU, FS, *this) {
67 HexagonTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUTargetMachine.cpp42 StringRef CPU, StringRef FS,
48 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
49 Subtarget(TT, CPU, FS),
41 AMDGPUTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OptLevel ) argument
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider.h32 // Platform specific implementation for querying the CPU time information
53 base::CPU cpu_;
/external/llvm/include/llvm/MC/
H A DSubtargetFeature.h1 //===-- 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
88 /// Get feature bits of a CPU.
89 uint64_t getFeatureBits(const StringRef CPU,

Completed in 574 milliseconds

1234567891011>>