Home
last modified time | relevance | path

Searched refs:PROFILE (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dcode_placement_loop_rotation2.ll2 …corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE
61 ; CHECK-PROFILE-LABEL: bar:
62 ; CHECK-PROFILE: callq e
63 ; CHECK-PROFILE: callq f
64 ; CHECK-PROFILE: callq c
65 ; CHECK-PROFILE: callq d
66 ; CHECK-PROFILE: callq h
67 ; CHECK-PROFILE: callq b
68 ; CHECK-PROFILE: callq g
Dcode_placement_loop_rotation.ll2 …corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE
42 ; CHECK-PROFILE-LABEL: bar:
43 ; CHECK-PROFILE: callq g
44 ; CHECK-PROFILE: callq h
45 ; CHECK-PROFILE: callq e
46 ; CHECK-PROFILE: callq f
/external/llvm-project/llvm/test/CodeGen/X86/
Dcode_placement_loop_rotation2.ll2 …corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE
61 ; CHECK-PROFILE-LABEL: bar:
62 ; CHECK-PROFILE: callq h
63 ; CHECK-PROFILE: callq b
64 ; CHECK-PROFILE: callq g
65 ; CHECK-PROFILE: callq e
66 ; CHECK-PROFILE: callq f
67 ; CHECK-PROFILE: callq c
68 ; CHECK-PROFILE: callq d
Dcode_placement_loop_rotation.ll2 …corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE
42 ; CHECK-PROFILE-LABEL: bar:
43 ; CHECK-PROFILE: callq g
44 ; CHECK-PROFILE: callq h
45 ; CHECK-PROFILE: callq e
46 ; CHECK-PROFILE: callq f
/external/libogg/
Dconfigure.in32 PROFILE="-p -g3 -O2 -signed"
37 PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc"
42 PROFILE="-g -p"
50 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
64 PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu"
69 PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math"
74 PROFILE="-O20 -g -pg -fsigned-char"
80 PROFILE="$PROFILE $cflags_save"
300 AC_SUBST(PROFILE) subst
DMakefile.in148 PROFILE = @PROFILE@
/external/python/cpython2/Tools/compiler/
Dcompile.py11 PROFILE = 0
29 PROFILE = 1
37 if PROFILE:
/external/tpm2-tss/test/integration/
Dfapi-key-create-policy-password-sign.int.c37 #define PROFILE "P_RSA" macro
69 r = Fapi_Provision(context, PROFILE, NULL, NULL, NULL, NULL, NULL); in test_fapi_key_create_policy_password_sign()
123 r = Fapi_Entity_Delete(context, PROFILE "/HE/EK"); in test_fapi_key_create_policy_password_sign()
129 r = Fapi_Entities_List(context, PROFILE "/", &pathlist ,&numPaths); in test_fapi_key_create_policy_password_sign()
/external/python/cpython2/Tools/scripts/
Dhotshotmain.py20 PROFILE = "hotshot.prof" variable
43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
/external/jemalloc_new/bin/
Djeprof.in3772 local *PROFILE = shift;
3775 read(PROFILE, $firstchar, 1);
3776 seek(PROFILE, -1, 1); # unread the firstchar
3780 while (defined($line = <PROFILE>)) {
3841 open(PROFILE, "<$fname") || error("$fname: $!\n");
3842 binmode PROFILE; # New perls do UTF-8 processing
3843 my $header = ReadProfileHeader(*PROFILE);
3857 $symbols = ReadSymbols(*PROFILE{IO});
3859 $header = ReadProfileHeader(*PROFILE) || "";
3864 $header = ReadProfileHeader(*PROFILE) || "";
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmBuildSwitches.h63 #ifdef PROFILE
66 # include PROFILE_INCLUDE(PROFILE)
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-cov.rst176 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-object …
182 binaries *BIN*,... using the profile data *PROFILE*. It can optionally be
199 is suitable for the *PROFILE* argument using the :program:`llvm-profdata merge`
329 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-objec…
335 the binaries *BIN*,... using the profile data *PROFILE*. It can optionally be
384 :program:`llvm-cov export` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-objec…
390 *BIN*,... using the profile data *PROFILE* in either JSON or lcov trace file
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst169 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*]
175 *BIN* using the profile data *PROFILE*. It can optionally be filtered to only
189 is suitable for the *PROFILE* argument using the :program:`llvm-profdata merge`
281 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*]
287 binary *BIN* using the profile data *PROFILE*. It can optionally be filtered to
/external/libogg/win32/
DMakefile.in96 PROFILE = @PROFILE@
DMakefile96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp222 #if defined(__linux__) && defined(PROFILE) in lp_profile()
Dlp_bld_init.c617 #if defined(DEBUG) || defined(PROFILE) || defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in gallivm_compile_module()
682 #if defined(PROFILE) in gallivm_compile_module()
/external/llvm-project/lld/test/COFF/
Dincremental.test77 # RUN: -profile 2>&1 | FileCheck -check-prefix=WARN-PROFILE %s
98 # WARN-PROFILE: ignoring '/incremental' due to '/profile' specification
/external/libogg/doc/libogg/
DMakefile.in121 PROFILE = @PROFILE@
/external/libogg/include/ogg/
DMakefile.in126 PROFILE = @PROFILE@
/external/libogg/include/
DMakefile.in120 PROFILE = @PROFILE@
/external/libogg/doc/
DMakefile.in130 PROFILE = @PROFILE@
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_initfile.dict446 PROFILE="PROFILE"
Dfuzz_docommand.dict446 PROFILE="PROFILE"
/external/libogg/src/
DMakefile.in148 PROFILE = @PROFILE@

12