Home
last modified time | relevance | path

Searched refs:PROFILE (Results 1 – 25 of 48) 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/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/syslinux/gpxe/src/include/
Dcompiler.h432 #define DBGP( ... ) DBG_IF ( PROFILE, __VA_ARGS__ )
433 #define DBGP_HDA( ... ) DBG_HDA_IF ( PROFILE, __VA_ARGS__ )
434 #define DBGP_HD( ... ) DBG_HD_IF ( PROFILE, __VA_ARGS__ )
435 #define DBGCP( ... ) DBGC_IF ( PROFILE, __VA_ARGS__ )
436 #define DBGCP_HDA( ... ) DBGC_HDA_IF ( PROFILE, __VA_ARGS__ )
437 #define DBGCP_HD( ... ) DBGC_HD_IF ( PROFILE, __VA_ARGS__ )
/external/webrtc/webrtc/base/
Dprofiler.h54 #define PROFILE(msg) rtc::ProfilerScope UNIQUE_VAR(msg) macro
56 #define PROFILE_F() PROFILE(__FUNCTION__)
77 #define PROFILE(msg) (void)0 macro
Dprofiler_unittest.cc60 PROFILE(kEvent1Name); in TEST()
73 PROFILE(kEvent2Name); in TEST()
90 PROFILE(kEvent1Name); in TEST()
/external/python/cpython2/Tools/scripts/
Dhotshotmain.py20 PROFILE = "hotshot.prof" variable
43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
/external/jemalloc/bin/
Djeprof.in3769 local *PROFILE = shift;
3772 read(PROFILE, $firstchar, 1);
3773 seek(PROFILE, -1, 1); # unread the firstchar
3777 while (defined($line = <PROFILE>)) {
3838 open(PROFILE, "<$fname") || error("$fname: $!\n");
3839 binmode PROFILE; # New perls do UTF-8 processing
3840 my $header = ReadProfileHeader(*PROFILE);
3854 $symbols = ReadSymbols(*PROFILE{IO});
3856 $header = ReadProfileHeader(*PROFILE) || "";
3861 $header = ReadProfileHeader(*PROFILE) || "";
[all …]
/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_init.c598 (defined(DEBUG) || defined(PROFILE) || \ in gallivm_compile_module()
657 #if defined(PROFILE) in gallivm_compile_module()
Dlp_bld_debug.cpp230 #if defined(__linux__) && defined(PROFILE) in lp_profile()
Dlp_bld_misc.cpp508 #if defined(DEBUG) || defined(PROFILE) || \ in lp_build_create_jit_compiler_for_module()
/external/v8/src/
Dlog.cc1553 PROFILE(isolate_, CodeCreateEvent(tag, code_object, description)); in LogCodeObject()
1583 PROFILE(isolate_, CodeCreateEvent( in LogBytecodeHandlers()
1601 PROFILE(isolate_, in LogExistingFunction()
1608 PROFILE(isolate_, in LogExistingFunction()
1614 PROFILE(isolate_, in LogExistingFunction()
1631 PROFILE(isolate_, CallbackEvent(shared->DebugName(), entry_point)); in LogExistingFunction()
1634 PROFILE(isolate_, in LogExistingFunction()
1673 PROFILE(isolate_, GetterCallbackEvent(name, getter_entry)); in LogAccessorCallbacks()
1680 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
Dcode-events.h76 #define PROFILE(the_isolate, Call) (the_isolate)->code_event_dispatcher()->Call; macro
/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/libogg/src/
DMakefile.in148 PROFILE = @PROFILE@
/external/v8/src/builtins/
Dbuiltins.cc32 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in PostBuildProfileAndTracing()
/external/v8/src/ic/
Dhandler-compiler.cc31 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, in GetCode()

12