/external/llvm/test/Transforms/PGOProfile/ |
D | branch1.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT 2 …_64-apple-darwin -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-DARWIN-LIN… 5 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT 6 …le-darwin -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-DARWIN-LIN… 16 ; GEN-DARWIN-LINKONCE: target triple = "x86_64-apple-darwin" 18 ; GEN-COMDAT: $__llvm_profile_raw_version = comdat any 19 ; GEN-COMDAT: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 20 ; GEN-LINKONCE: @__llvm_profile_raw_version = linkonce constant i64 {{[0-9]+}} 21 ; GEN: @__profn_test_br_1 = private constant [9 x i8] c"test_br_1" 27 ; GEN: entry: [all …]
|
D | landingpad.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 11 ; GEN: $__llvm_profile_raw_version = comdat any 12 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 13 ; GEN: @__profn_bar = private constant [3 x i8] c"bar" 14 ; GEN: @__profn_foo = private constant [3 x i8] c"foo" 18 ; GEN: entry: 19 ; GEN-NOT: call void @llvm.instrprof.increment 27 ; GEN: if.then: 28 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__profn… [all …]
|
D | criticaledge.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 9 ; GEN: $__llvm_profile_raw_version = comdat any 10 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 11 ; GEN: @__profn_test_criticalEdge = private constant [17 x i8] c"test_criticalEdge" 12 ; GEN: @__profn__stdin__bar = private constant [11 x i8] c"<stdin>:bar" 17 ; GEN-NOT: call void @llvm.instrprof.increment 31 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @__p… 35 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @__p… 39 ; GEN: sw.bb: [all …]
|
D | switch.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 9 ; GEN: $__llvm_profile_raw_version = comdat any 10 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 11 ; GEN: @__profn_test_switch = private constant [11 x i8] c"test_switch" 15 ; GEN: entry: 16 ; GEN-NOT: call void @llvm.instrprof.increment 27 ; GEN: sw.bb: 28 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @__pro… 32 ; GEN: sw.bb1: [all …]
|
D | loop2.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 9 ; GEN: $__llvm_profile_raw_version = comdat any 10 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 11 ; GEN: @__profn_test_nested_for = private constant [15 x i8] c"test_nested_for" 15 ; GEN: entry: 16 ; GEN-NOT: call void @llvm.instrprof.increment 20 ; GEN: for.cond.outer: 21 ; GEN-NOT: call void @llvm.instrprof.increment 30 ; GEN: for.body.outer: [all …]
|
D | loop1.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 9 ; GEN: $__llvm_profile_raw_version = comdat any 10 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 11 ; GEN: @__profn_test_simple_for = private constant [15 x i8] c"test_simple_for" 15 ; GEN: entry: 16 ; GEN-NOT: call void @llvm.instrprof.increment 20 ; GEN: for.cond: 21 ; GEN-NOT: call void @llvm.instrprof.increment 31 ; GEN: for.body: [all …]
|
D | branch2.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 9 ; GEN: $__llvm_profile_raw_version = comdat any 10 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 11 ; GEN: @__profn_test_br_2 = private constant [9 x i8] c"test_br_2" 15 ; GEN: entry: 16 ; GEN-NOT: llvm.instrprof.increment 24 ; GEN: if.then: 25 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @__profn… 30 ; GEN: if.else: [all …]
|
D | single_bb.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 6 ; GEN: $__llvm_profile_raw_version = comdat any 7 ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat 8 ; GEN: @__profn_single_bb = private constant [9 x i8] c"single_bb" 12 ; GEN: entry: 13 ; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @__profn…
|
D | indirect_call_profile.ll | 1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 11 ; GEN: @__profn_foo = private constant [3 x i8] c"foo" 15 ; GEN: entry: 16 ; GEN-NEXT: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__… 18 ; GEN: [[ICALL_TARGET:%[0-9]+]] = ptrtoint void ()* %tmp to i64 19 ; GEN-NEXT: call void @llvm.instrprof.value.profile(i8* getelementptr inbounds ([3 x i8], [3 x i8]*… 32 ; GEN: [[ICALL_TARGET2:%[0-9]+]] = ptrtoint void ()* %tmp2 to i64 33 ; GEN-NEXT: call void @llvm.instrprof.value.profile(i8* getelementptr inbounds ([4 x i8], [4 x i8]*…
|
D | statics_counter_naming.ll | 1 ; RUN: opt %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 2 ; RUN: opt %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN 6 ; GEN: @__profn_statics_counter_naming.ll_func = private constant [30 x i8] c"statics_counter_namin…
|
/external/guice/ |
D | AndroidCallMunge.mk | 35 GEN := $(addprefix $(intermediates)/, $(munge_src_arguments)) # List of all files that need to be m… 36 $(GEN) : PRIVATE_ZIP_LOCATION := $(munge_zip_location) 37 $(GEN) : PRIVATE_HOST_JAR := $(munge_host_jar) 38 $(GEN) : PRIVATE_MUNGE_FLAGS := $(guice_munge_flags) 39 $(GEN) : PRIVATE_CUSTOM_TOOL = java -cp $(PRIVATE_HOST_JAR) Munge $(PRIVATE_MUNGE_FLAGS) $< > $@ 40 $(GEN): $(intermediates)/%.java : $(LOCAL_PATH)/%.java $(LOCAL_PATH)/$(munge_zip_location) $(munge_… 42 LOCAL_GENERATED_SOURCES += $(GEN)
|
D | Android.mk | 118 GEN := $(addprefix $(intermediates)/, $(munge_zipped_src_files)) # List of all files that need to b… 119 $(GEN) : PRIVATE_PATH := $(LOCAL_PATH) 120 $(GEN) : PRIVATE_INPUT_FILE := $(munge_zipped_src_files) 121 $(GEN) : PRIVATE_ZIP_LOCATION := $(munge_zip_location) 122 $(GEN) : PRIVATE_CUSTOM_TOOL = unzip -p "$(PRIVATE_PATH)/$(PRIVATE_ZIP_LOCATION)" $(shell echo $@ |… 123 $(GEN): $(intermediates)/%.java : $(LOCAL_PATH)/$(PRIVATE_ZIP_LOCATION) 125 LOCAL_GENERATED_SOURCES += $(GEN)
|
/external/snakeyaml/ |
D | ApplyAndroidPatches.mk | 34 GEN := $(addprefix $(intermediates)/, $(snakeyaml_need_patch_src_files)) # List of all files that n… 35 $(GEN) : PRIVATE_PATH := $(LOCAL_PATH) 36 $(GEN) : PRIVATE_CUSTOM_TOOL = $(PRIVATE_PATH)/patch-android-src $(PRIVATE_PATH)/ $< $@ 37 $(GEN): $(intermediates)/%.java : $(LOCAL_PATH)/%.java $(LOCAL_PATH)/patch-android-src 39 LOCAL_GENERATED_SOURCES += $(GEN)
|
/external/testng/ |
D | GenerateTemplates.mk | 29 GEN := $(addprefix $(intermediates)/, $(testng_src_files_need_gen)) # List of all files that need t… 30 $(GEN) : PRIVATE_PATH := $(testng_path) 32 $(GEN) : PRIVATE_CUSTOM_TOOL = \ 37 $(GEN): $(intermediates)/%.java : $(LOCAL_PATH)/src/main/resources/org/testng/internal/VersionTempl… 41 LOCAL_GENERATED_SOURCES += $(GEN)
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | Android.mk | 76 GEN := $(LOCAL_PATH)/nsx_core_neon_offsets.h 80 $(GEN): $(LOCAL_PATH)/../../../../webrtc/build/generate_asm_header.py \ 88 LOCAL_GENERATED_SOURCES := $(GEN)
|
/external/smali/smali/ |
D | Android.mk | 32 GEN := $(addprefix $(intermediates)/, \
|
/external/iptables/extensions/ |
D | GNUmakefile.in | 36 AM_VERBOSE_GEN = @echo " GEN " $@;
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 222 code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
|
/external/cblas/testing/ |
D | c_dblat3.f | 2114 LOGICAL GEN, LOWER, SYM, TRI, UNIT, UPPER local 2119 GEN = TYPE.EQ.'GE' 2130 IF( GEN.OR.( UPPER.AND.I.LE.J ).OR.( LOWER.AND.I.GE.J ) )
|
D | c_sblat3.f | 2118 LOGICAL GEN, LOWER, SYM, TRI, UNIT, UPPER local 2123 GEN = TYPE.EQ.'GE' 2134 IF( GEN.OR.( UPPER.AND.I.LE.J ).OR.( LOWER.AND.I.GE.J ) )
|
D | c_dblat2.f | 2494 LOGICAL GEN, LOWER, SYM, TRI, UNIT, UPPER local 2501 GEN = TYPE( 1: 1 ).EQ.'g' 2512 IF( GEN.OR.( UPPER.AND.I.LE.J ).OR.( LOWER.AND.I.GE.J ) )
|
D | c_zblat3.f | 2342 LOGICAL GEN, HER, LOWER, SYM, TRI, UNIT, UPPER local 2349 GEN = TYPE.EQ.'ge' 2361 IF( GEN.OR.( UPPER.AND.I.LE.J ).OR.( LOWER.AND.I.GE.J ) )
|
D | c_cblat3.f | 2340 LOGICAL GEN, HER, LOWER, SYM, TRI, UNIT, UPPER local 2347 GEN = TYPE.EQ.'ge' 2359 IF( GEN.OR.( UPPER.AND.I.LE.J ).OR.( LOWER.AND.I.GE.J ) )
|
/external/fio/ |
D | Makefile | 258 @$(SHELL) ./FIO-VERSION-GEN
|
/external/valgrind/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 141 GEN* for generic syscalls (in syswrap-generic.c), LIN* for linux
|