HomeSort by relevance Sort by last modified time
    Searched defs:CPU (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
cpu.h 43 // CPU
51 class CPU : public AllStatic {
53 // Initializes the cpu architecture support. Called once at VM startup.
  /external/chromium/base/
cpu.cc 5 #include "base/cpu.h"
17 CPU::CPU()
82 void CPU::Initialize() {
88 // valid Ids in CPUInfo[0] and the CPU identification string in
89 // the other three array elements. The CPU identification string is
102 // Interpret CPU feature information.
cpu.h 16 class BASE_API CPU {
19 CPU();
21 // Accessors for CPU information.
  /external/clang/include/clang/Basic/
TargetOptions.h 25 /// If given, the name of the target CPU to generate code for.
26 std::string CPU;
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 58 std::string CPU;
60 const MCSubtargetInfo *STI = TheTarget->createMCSubtargetInfo(TripleName, CPU,
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 70 // If given, the name of the target CPU to generate code for.
71 static std::string CPU;
Compiler.cpp 99 std::string Compiler::CPU;
129 // Set Triple, CPU and Features here
187 // TODO(all): Need to detect the CPU capability and decide whether to use
304 if (!CPU.empty() || !Features.empty()) {
317 TM = Target->createTargetMachine(Triple, CPU, FeaturesStr,
323 TM = Target->createTargetMachine(Triple, CPU, FeaturesStr,
  /external/llvm/tools/lto/
LTOModule.cpp 165 std::string CPU;
166 TargetMachine *target = march->createTargetMachine(Triple, CPU, FeatureStr);
  /external/clang/lib/Driver/
Tools.cpp 433 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
446 // Otherwise, if we have -march= choose the base CPU for that arch.
472 // If all else failed, return the most base CPU LLVM supports.
477 /// CPU.
481 static const char *getLLVMArchSuffixForARM(StringRef CPU) {
482 return llvm::StringSwitch<const char *>(CPU)
544 // Set the CPU based on -march= and -mcpu=.
545 CmdArgs.push_back("-target-cpu");
713 "Unexpected cpu name.");
718 // Get default target cpu
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 220 CPU,
458 super("CPU", "Consume CPU");
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 32 CPU. This macro will be phased out in favor of platform adaptation
41 /* CPU() - the target CPU architecture */
42 #define CPU(WTF_FEATURE) (defined WTF_CPU_##WTF_FEATURE && WTF_CPU_##WTF_FEATURE)
122 /* ==== CPU() - the target CPU architecture ==== */
124 /* This also defines CPU(BIG_ENDIAN) or CPU(MIDDLE_ENDIAN) or neither, as appropriate. */
126 /* CPU(ALPHA) - DEC Alpha */
131 /* CPU(IA64) - Itanium / IA-64 *
    [all...]

Completed in 405 milliseconds