HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 101 - 125 of 334) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.h 44 StringRef TT, StringRef CPU);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.h 41 StringRef CPU);
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 188 FnAttrs.getAttribute(AttributeSet::FunctionIndex, "target-cpu");
191 std::string CPU =
197 resetSubtargetFeatures(CPU, FS);
201 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) {
202 std::string CPUName = CPU;
338 X86Subtarget &X86Subtarget::initializeSubtargetDependencies(StringRef CPU,
341 resetSubtargetFeatures(CPU, FS);
345 X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU,
348 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others),
357 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM)
    [all...]
X86TargetMachine.cpp 34 X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT, StringRef CPU,
38 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
39 Subtarget(TT, CPU, FS, *this, Options.StackAlignmentOverride) {
  /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.
  /build/core/combo/arch/x86_64/
x86_64.mk 6 # the host development machine's CPU).
  /external/chromium_org/base/
cpu.h 15 class BASE_EXPORT CPU {
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/
ByteOrder.h 41 #include "wtf/CPU.h"
43 #if CPU(BIG_ENDIAN)
48 #elif CPU(MIDDLE_ENDIAN)
  /external/chromium_org/v8/src/base/
cpu.h 22 // CPU
31 class CPU FINAL {
33 CPU();
  /external/llvm/lib/MC/
SubtargetFeature.cpp 1 //===- 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,
226 "CPU table is not sorted");
230 "CPU features table is not sorted")
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 51 /// CPUString - String name of used CPU.
71 AArch64Subtarget(const std::string &TT, const std::string &CPU,
112 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
AArch64TargetMachine.cpp 85 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) {}
  /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/R600/
AMDGPUSubtarget.h 63 AMDGPUSubtarget(StringRef TT, StringRef CPU, StringRef FS);
73 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /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/chromium_org/third_party/WebKit/Source/platform/audio/
DirectConvolver.cpp 40 #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/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/Hexagon/
HexagonTargetMachine.cpp 68 StringRef CPU, StringRef FS,
72 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
73 Subtarget(TT, CPU, FS, *this) {
HexagonTargetMachine.h 29 HexagonTargetMachine(const Target &T, StringRef TT,StringRef CPU,
  /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
88 /// Get feature bits of a CPU.
89 uint64_t getFeatureBits(const StringRef CPU,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 31 StringRef CPU, StringRef FS, const TargetOptions &Options,

Completed in 1814 milliseconds

1 2 3 45 6 7 8 91011>>