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

1 2 34 5 6 7 8 91011>>

  /external/oprofile/events/x86-64/hammer/
unit_masks 116 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 to Remote Memor
    [all...]
  /build/core/combo/arch/mips/
mips32r2-fp-xburst.mk 1 # Configuration for Android on Ingenic xb4780/Xburst MIPS CPU.
  /external/chromium_org/base/
cpu.h 15 class BASE_EXPORT CPU {
18 CPU();
32 // Accessors for CPU information.
  /external/chromium_org/third_party/WebKit/Source/wtf/
ByteOrder.h 34 #include "wtf/CPU.h"
49 #if CPU(BIG_ENDIAN)
54 #elif CPU(MIDDLE_ENDIAN)
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 50 StringRef CPU,
53 InitHexagonMCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 46 static MCSubtargetInfo *createMSP430MCSubtargetInfo(StringRef TT, StringRef CPU,
49 InitMSP430MCSubtargetInfo(X, TT, CPU, FS);
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 43 NVPTXSubtarget(const std::string &TT, const std::string &CPU,
76 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 2 set ASMFLAGS= -checkreglist -CPU ARM1136 -PreDefine "H264DEC_WINASM SETL {TRUE}"
  /external/oprofile/events/x86-64/family11h/
unit_masks 134 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 or I/O) to Remote Memor
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 60 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU,
62 : ARMGenSubtargetInfo(TT, CPU, FS)
65 , CPUString(CPU)
70 resetSubtargetFeatures(CPU, FS);
122 "target-cpu");
125 std::string CPU =
131 resetSubtargetFeatures(CPU, FS);
135 void ARMSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) {
153 // ARM version or CPU and then remove this.
157 // Keep a pointer to static instruction cost data for the specified CPU
    [all...]
ARMTargetMachine.cpp 46 StringRef CPU, StringRef FS,
50 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
51 Subtarget(TT, CPU, FS, Options),
71 StringRef CPU, StringRef FS,
75 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
90 report_fatal_error("CPU: '" + Subtarget.getCPUString() + "' does not "
97 StringRef CPU, StringRef FS,
101 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 56 StringRef CPU, StringRef FS, const TargetOptions &Options,
60 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
61 Subtarget(TT, CPU, FS, isLittle, RM, this),
118 StringRef CPU, StringRef FS, const TargetOptions &Options,
121 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
127 StringRef CPU, StringRef FS, const TargetOptions &Options,
130 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
MipsSubtarget.cpp 58 MipsSubtarget::MipsSubtarget(const std::string &TT, const std::string &CPU,
61 MipsGenSubtargetInfo(TT, CPU, FS),
71 std::string CPUName = CPU;
80 // Initialize scheduling itinerary for the specified CPU.
  /external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc 11 #include "base/cpu.h"
54 base::CPU cpu; local
55 base::CPU::IntelMicroArchitecture arch = cpu.GetIntelMicroArchitecture();
57 base::CPU::MAX_INTEL_MICRO_ARCHITECTURE);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 42 StringRef CPU, StringRef FS,
48 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
49 Subtarget(TT, CPU, FS),
AMDGPUTargetMachine.h 42 StringRef CPU,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 69 /// Which cpu directive was used.
101 PPCSubtarget(const std::string &TT, const std::string &CPU,
106 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
117 /// getDarwinDirective - Returns the -m directive specified for the cpu.
145 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
152 /// has64BitSupport - Return true if the selected CPU supports 64-bit
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 42 StringRef CPU, StringRef FS,
48 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
49 Subtarget(TT, CPU, FS),
  /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
68 /// that feature should be enabled or disabled contrary to the cpu
89 /// Get feature bits of a CPU.
90 uint64_t getFeatureBits(const StringRef CPU,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 36 AArch64TargetMachine(const Target &T, StringRef TT, StringRef CPU,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 39 HexagonTargetMachine(const Target &T, StringRef TT,StringRef CPU,
  /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/R600/
AMDGPUTargetMachine.h 40 StringRef CPU, TargetOptions Options, Reloc::Model RM,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 39 SystemZTargetMachine(const Target &T, StringRef TT, StringRef CPU,

Completed in 1376 milliseconds

1 2 34 5 6 7 8 91011>>