Home
last modified time | relevance | path

Searched refs:TARGET_CPU (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/test/ci/
Dlinux_tests.sh49 TARGET_CPU="$(tools/gn args --short --list=target_cpu ${OUT_PATH} | awk '{print $3}' | sed -e 's/^"…
51 if [[ !("$TARGET_CPU" == "x86" || ("$TARGET_CPU" == "" && "$HOST_CPU" == "x86")) && "$IS_DEBUG" == …
/external/llvm-project/polly/lib/Support/
DRegisterPasses.cpp96 enum TargetChoice { TARGET_CPU, TARGET_GPU, TARGET_HYBRID }; enumerator
99 cl::values(clEnumValN(TARGET_CPU, "cpu", "generate CPU code")
107 cl::init(TARGET_CPU), cl::ZeroOrMore, cl::cat(PollyCategory));
368 if (Target == TARGET_CPU || Target == TARGET_HYBRID) in registerPollyPasses()
381 if (Target == TARGET_CPU || Target == TARGET_HYBRID) in registerPollyPasses()
498 if (Target == TARGET_CPU || Target == TARGET_HYBRID) in buildDefaultPollyPipeline()
509 if (Target == TARGET_CPU || Target == TARGET_HYBRID) { in buildDefaultPollyPipeline()
/external/libpng/scripts/
Dmakefile.bc3221 !ifndef TARGET_CPU
48 CFLAGS=-O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
/external/tensorflow/tensorflow/compiler/xla/tests/
DBUILD203 cmd = "$(location :local_client_aot_test_helper) $(TARGET_CPU) > $(OUTS)",