/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUAsmBackend.cpp | 101 StringRef CPU) {
|
/external/llvm/lib/Target/Mips/ |
MipsSubtarget.h | 84 // CPU supports cnMIPS (Cavium Networks Octeon CPU). 177 MipsSubtarget(const std::string &TT, const std::string &CPU, 183 void ParseSubtargetFeatures(StringRef CPU, StringRef FS); 278 MipsSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS,
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 73 /// If given, the name of the target CPU to determine which instructions 75 std::string CPU; 184 Opts.CPU = Args->getLastArgValue(OPT_target_cpu); 355 TheTarget->createMCSubtargetInfo(Opts.Triple, Opts.CPU, FS)); 366 MAB = TheTarget->createMCAsmBackend(*MRI, Opts.Triple, Opts.CPU); 379 Opts.CPU);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
config.guess | 245 # covers most systems running today. This code pipes the CPU 246 # types through head -n 1, so we only detect the type of CPU 0. 499 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 602 long cpu = sysconf (_SC_CPU_VERSION); 604 switch (cpu) 652 long cpu = sysconf (_SC_CPU_VERSION); 656 if (CPU_IS_PA_RISC (cpu)) 658 switch (cpu) 666 else if (CPU_IS_HP_MC68K (cpu)) 822 #undef CPU [all...] |
/external/chromium_org/base/time/ |
time_win.cc | 41 #include "base/cpu.h" 342 bool IsBuggyAthlon(const base::CPU& cpu) { 345 return cpu.vendor_name() == "AuthenticAMD" && cpu.family() == 15; 349 // (1) CPU cycle counter. (Retrieved via RDTSC) 350 // The CPU counter provides the highest resolution time stamp and is the least 351 // expensive to retrieve. However, the CPU counter is unreliable and should not 382 base::CPU cpu; local 461 base::CPU cpu; local [all...] |
/external/cmockery/cmockery_0_1_2/ |
config.guess | 226 # covers most systems running today. This code pipes the CPU 227 # types through head -n 1, so we only detect the type of CPU 0. 491 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 598 long cpu = sysconf (_SC_CPU_VERSION); 600 switch (cpu) 658 long cpu = sysconf (_SC_CPU_VERSION); 662 if (CPU_IS_PA_RISC (cpu)) 664 switch (cpu) 672 else if (CPU_IS_HP_MC68K (cpu)) 841 #undef CPU [all...] |
/external/llvm/bindings/ocaml/target/ |
target_ocaml.c | 279 /* triple:string -> ?cpu:string -> ?features:string 282 CAMLprim value llvm_create_targetmachine_native(value Triple, value CPU, 291 if(CPU != Val_int(0)) 292 CPUStr = String_val(Field(CPU, 0));
|
/external/llvm/lib/MC/MCDisassembler/ |
Disassembler.cpp | 36 LLVMDisasmContextRef LLVMCreateDisasmCPU(const char *Triple, const char *CPU, 62 const MCSubtargetInfo *STI = TheTarget->createMCSubtargetInfo(Triple, CPU, 100 DC->setCPU(CPU); 180 // Check if we have a CPU to get the itinerary information.
|
/external/chromium_org/android_webview/lib/main/ |
aw_main_delegate.cc | 19 #include "base/cpu.h" 103 // Create an instance of the CPU class to parse /proc/cpuinfo and cache 105 base::CPU cpu_info;
|
/external/chromium_org/media/base/simd/ |
convert_rgb_to_yuv_unittest.cc | 5 #include "base/cpu.h" 48 base::CPU cpu; local 49 if (!cpu.has_ssse3())
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 806 StringRef TT, StringRef CPU, 839 StringRef TT, StringRef CPU) { 840 return createARMAsmBackend(T, MRI, TT, CPU, true); [all...] |
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCAsmBackend.cpp | 114 StringRef TT, StringRef CPU) {
|
SystemZMCTargetDesc.cpp | 121 StringRef CPU, 124 InitSystemZMCSubtargetInfo(X, TT, CPU, FS);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/ |
popup.js | 15 "<td>CPU</td>" + 52 "<td>" + process.cpu + "</td>" +
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_nto.cfg | 96 #error Undefined CPU Architecture
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
voe_standard_test.cc | 260 } else if (test_type == CPU) { 296 printf(" (5) CPU & memory reference test [Windows]...\n"); 317 test_type = CPU;
|
/external/llvm/lib/CodeGen/ |
LLVMTargetMachine.cpp | 71 StringRef CPU, StringRef FS, 75 : TargetMachine(T, Triple, CPU, FS, Options) {
|
/external/llvm/lib/Target/ |
TargetMachineC.cpp | 107 const char* Triple, const char* CPU, const char* Features, 145 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
|
/external/chromium_org/third_party/libevent/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 603 long cpu = sysconf (_SC_CPU_VERSION); 605 switch (cpu) 663 long cpu = sysconf (_SC_CPU_VERSION); 667 if (CPU_IS_PA_RISC (cpu)) 669 switch (cpu) 677 else if (CPU_IS_HP_MC68K (cpu)) 872 #undef CPU [all...] |
/external/chromium_org/third_party/libxslt/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 603 long cpu = sysconf (_SC_CPU_VERSION); 605 switch (cpu) 663 long cpu = sysconf (_SC_CPU_VERSION); 667 if (CPU_IS_PA_RISC (cpu)) 669 switch (cpu) 677 else if (CPU_IS_HP_MC68K (cpu)) 862 #undef CPU [all...] |
/external/chromium_org/third_party/sqlite/src/ |
config.guess | 248 # covers most systems running today. This code pipes the CPU 249 # types through head -n 1, so we only detect the type of CPU 0. 513 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 620 long cpu = sysconf (_SC_CPU_VERSION); 622 switch (cpu) 680 long cpu = sysconf (_SC_CPU_VERSION); 684 if (CPU_IS_PA_RISC (cpu)) 686 switch (cpu) 694 else if (CPU_IS_HP_MC68K (cpu)) 879 #undef CPU [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 603 long cpu = sysconf (_SC_CPU_VERSION); 605 switch (cpu) 663 long cpu = sysconf (_SC_CPU_VERSION); 667 if (CPU_IS_PA_RISC (cpu)) 669 switch (cpu) 677 else if (CPU_IS_HP_MC68K (cpu)) 872 #undef CPU [all...] |
/external/libmtp/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 603 long cpu = sysconf (_SC_CPU_VERSION); 605 switch (cpu) 663 long cpu = sysconf (_SC_CPU_VERSION); 667 if (CPU_IS_PA_RISC (cpu)) 669 switch (cpu) 677 else if (CPU_IS_HP_MC68K (cpu)) 872 #undef CPU [all...] |
/external/llvm/lib/LTO/ |
LTOModule.cpp | 134 // Set a default CPU for Darwin triples. 135 std::string CPU; 138 CPU = "core2"; 140 CPU = "yonah"; 143 CPU = "cyclone"; 146 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,
|
/external/libogg/ |
config.guess | 230 # covers most systems running today. This code pipes the CPU 231 # types through head -n 1, so we only detect the type of CPU 0. 495 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 602 long cpu = sysconf (_SC_CPU_VERSION); 604 switch (cpu) 662 long cpu = sysconf (_SC_CPU_VERSION); 666 if (CPU_IS_PA_RISC (cpu)) 668 switch (cpu) 676 else if (CPU_IS_HP_MC68K (cpu)) 858 #undef CPU [all...] |