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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.h68 // If given, the name of the target CPU to generate code for.
69 static std::string CPU; member in class:bcc::Compiler
H A DCompiler.cpp112 std::string Compiler::CPU; member in class:bcc::Compiler
154 // Set Triple, CPU and Features here
309 if (!CPU.empty() || !Features.empty() || !ExtraFeatures.empty()) {
326 TM = Target->createTargetMachine(Triple, CPU, FeaturesStr,
513 // Expand ForEach on CPU path to reduce launch overhead.
/frameworks/compile/slang/
H A Dslang.cpp174 void Slang::createTarget(const std::string &Triple, const std::string &CPU, argument
181 if (!CPU.empty())
182 mTargetOpts.CPU = CPU;
260 void Slang::init(const std::string &Triple, const std::string &CPU, argument
273 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 1512 milliseconds