Searched defs:CPU (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.h70 // If given, the name of the target CPU to generate code for.
71 static std::string CPU; member in class:bcc::Compiler
H A DCompiler.cpp99 std::string Compiler::CPU; member in class:bcc::Compiler
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,
/frameworks/compile/slang/
H A Dslang.cpp184 void Slang::createTarget(const std::string &Triple, const std::string &CPU, argument
191 if (!CPU.empty())
192 mTargetOpts.CPU = CPU;
267 void Slang::init(const std::string &Triple, const std::string &CPU, argument
275 createTarget(Triple, CPU, Features);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java220 CPU, enum constant in enum:TestService.BackgroundMode
458 super("CPU", "Consume CPU");

Completed in 162 milliseconds