/external/llvm/test/CodeGen/X86/ |
D | code_placement_loop_rotation2.ll | 2 …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
|
D | code_placement_loop_rotation.ll | 2 …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/ |
D | code_placement_loop_rotation2.ll | 2 …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
|
D | code_placement_loop_rotation.ll | 2 …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/ |
D | configure.in | 32 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
|
D | Makefile.in | 148 PROFILE = @PROFILE@
|
/external/python/cpython2/Tools/compiler/ |
D | compile.py | 11 PROFILE = 0 29 PROFILE = 1 37 if PROFILE:
|
/external/tpm2-tss/test/integration/ |
D | fapi-key-create-policy-password-sign.int.c | 37 #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/ |
D | hotshotmain.py | 20 PROFILE = "hotshot.prof" variable 43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 3772 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/ |
D | TpmBuildSwitches.h | 63 #ifdef PROFILE 66 # include PROFILE_INCLUDE(PROFILE)
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-cov.rst | 176 :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/ |
D | llvm-cov.rst | 169 :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/ |
D | Makefile.in | 96 PROFILE = @PROFILE@
|
D | Makefile | 96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 222 #if defined(__linux__) && defined(PROFILE) in lp_profile()
|
D | lp_bld_init.c | 617 #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/ |
D | incremental.test | 77 # RUN: -profile 2>&1 | FileCheck -check-prefix=WARN-PROFILE %s 98 # WARN-PROFILE: ignoring '/incremental' due to '/profile' specification
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 121 PROFILE = @PROFILE@
|
/external/libogg/include/ogg/ |
D | Makefile.in | 126 PROFILE = @PROFILE@
|
/external/libogg/include/ |
D | Makefile.in | 120 PROFILE = @PROFILE@
|
/external/libogg/doc/ |
D | Makefile.in | 130 PROFILE = @PROFILE@
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_initfile.dict | 446 PROFILE="PROFILE"
|
D | fuzz_docommand.dict | 446 PROFILE="PROFILE"
|
/external/libogg/src/ |
D | Makefile.in | 148 PROFILE = @PROFILE@
|