| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | dwarfdump-type-units.test | 1 RUN: llvm-dwarfdump -v %p/Inputs/dwarfdump-type-units.elf-x86-64 | FileCheck -check-prefix=INFO -ch… 5 INFO: debug_info contents: 7 INFO: DW_TAG_variable 8 INFO-NEXT: DW_AT_name {{.*}}"f" 9 INFO: DW_AT_type [DW_FORM_ref_sig8] ([[FOO_SIG:0x[0-9a-f]*]] 11 INFO: DW_TAG_variable 12 INFO-NEXT: DW_AT_name {{.*}}"b" 13 INFO: DW_AT_type [DW_FORM_ref_sig8] ([[BAR_SIG:0x[0-9a-f]*]]
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | focus-function.test | 10 FOCUS_NONE-NOT: INFO: Focus function is set to 11 FOCUS_NONE-NOT: INFO: {{.*}} inputs touch the focus function 14 FOCUS_WRONG-NOT: INFO: Focus function is set to 18 FOCUS_F0: INFO: Focus function is set to 'f0' 19 FOCUS_F0: INFO: 0/1 inputs touch the focus function 29 CORPUS_1_3: INFO: 1/3 inputs touch the focus function
|
| H A D | only-some-bytes.test | 29 NO_FOCUSED_INPUT: INFO: 0/2 inputs touch the focus function 33 ONE_FOCUSED_INPUT: INFO: 1/3 inputs touch the focus function 41 HAVE_DFT: INFO: 1/{{.*}} inputs have the Data Flow Trace 53 AUTOFOCUS: INFO: AUTOFOCUS: {{.*}} f0 54 AUTOFOCUS: INFO: AUTOFOCUS: {{.*f[ABC]}}(unsigned char const*)
|
| H A D | sigusr.test | 15 CHECK: INFO: signal received, trying to exit gracefully 16 CHECK: INFO: libFuzzer: exiting as requested
|
| H A D | shrink.test | 9 SHRINK1: INFO: found item with checksum '0eb8e4ed029b774d80f2b66408203801cb982a60', exiting. 10 SHRINK1_VP: INFO: found item with checksum 'aea2e3923af219a8956f626558ef32f30a914ebc', exiting
|
| H A D | dataflow.test | 114 USE_DATA_FLOW_TRACE: INFO: DataFlowTrace: reading from {{.*}}/OUT 116 USE_DATA_FLOW_TRACE: INFO: DataFlowTrace: 6 trace files, 3 functions, 1 traces with focus function 117 USE_DATA_FLOW_TRACE: INFO: Focus function is set to 'Func2' 119 USE_DATA_FLOW_TRACE: INFO: 2/6 inputs touch the focus function 120 USE_DATA_FLOW_TRACE: INFO: 1/2 inputs have the Data Flow Trace
|
| H A D | fork.test | 19 MAX_TOTAL_TIME: INFO: fuzzed for {{.*}} seconds, wrapping up soon 20 MAX_TOTAL_TIME: INFO: exiting: {{.*}} time:
|
| H A D | fork_corpus_groups.test | 19 MAX_TOTAL_TIME: INFO: fuzzed for {{.*}} seconds, wrapping up soon 20 MAX_TOTAL_TIME: INFO: exiting: {{.*}} time:
|
| H A D | fuzzer-custommutator.test | 3 LLVMFuzzerCustomMutator: INFO: found LLVMFuzzerCustomMutator 10 LLVMFuzzerCustomMutatorWithLenControl: INFO: found LLVMFuzzerCustomMutator
|
| H A D | seed_inputs.test | 6 USE-1: INFO: seed corpus: files: 1 12 USE-2: INFO: seed corpus: files: 2
|
| H A D | merge-sigusr.test | 38 CHECK: INFO: signal received, trying to exit gracefully 39 CHECK: INFO: libFuzzer: exiting as requested
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | debug-names-empty-name.ll | 3 ; RUN: llvm-dwarfdump -find=_GLOBAL__sub_I__ %t | FileCheck --check-prefix=INFO %s 8 ; INFO: DW_TAG_subprogram 9 ; INFO-NOT: DW_AT_name 10 ; INFO: DW_AT_linkage_name ("_GLOBAL__sub_I__") 11 ; INFO-NOT: DW_AT_name
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | jump-table-icp.test | 21 BOLT-INFO: ICP total indirect callsites = 0 22 BOLT-INFO: ICP total jump table callsites = 2 23 BOLT-INFO: ICP total number of calls = 2137 24 BOLT-INFO: ICP percentage of calls that are indirect = 0.0% 25 BOLT-INFO: ICP percentage of indirect calls that can be optimized = 0.0% 26 BOLT-INFO: ICP percentage of indirect calls that are optimized = 0.0% 27 BOLT-INFO: ICP percentage of jump table calls that can be optimized = 17.7% 28 BOLT-INFO: ICP percentage of jump table calls that are optimized = 100.0%
|
| H A D | cmov-conversion.s | 10 # CHECK: BOLT-INFO: CMOVConversion: CmovInHotPath, converted static 1/1 11 # CHECK: BOLT-INFO: CMOVConversion: CmovNotInHotPath, converted static 1/1 12 # CHECK: BOLT-INFO: CMOVConversion: MaxIndex, converted static 1/1 13 # CHECK: BOLT-INFO: CMOVConversion: MaxIndex_unpredictable, converted static 1/1 14 # CHECK: BOLT-INFO: CMOVConversion: MaxValue, converted static 1/1 15 # CHECK: BOLT-INFO: CMOVConversion: BinarySearch, converted static 0/0 16 # CHECK: BOLT-INFO: CMOVConversion: Transform, converted static 0/0 17 # CHECK: BOLT-INFO: CMOVConversion: test_cmov_memoperand, converted static 0/0 25 # CHECK: BOLT-INFO: CMOVConversion: test_memoperand_loop, converted static 1/1 26 # CHECK: BOLT-INFO: CMOVConversion: CmovBackToBack, converted static 2/2 [all …]
|
| H A D | shrinkwrapping-pop-order.s | 36 # CHECK: BOLT-INFO: Shrink wrapping moved 0 spills inserting load/stores and 2 spills inserting pus… 37 # CHECK: BOLT-INFO: Shrink wrapping reduced 6 store executions (28.6% total instructions executed, … 38 # CHECK: BOLT-INFO: Shrink wrapping failed at reducing 0 store executions (0.0% total instructions …
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86GenRegisterBankInfo.def | 47 #define INSTR_3OP(INFO) INFO, INFO, INFO,
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | private.h | 135 INFO(OMP_INFOTYPE_ALL, Device.DeviceID, in dumpTargetPointerMappings() 138 INFO(OMP_INFOTYPE_ALL, Device.DeviceID, "%-18s %-18s %s %s %s %s\n", in dumpTargetPointerMappings() 144 INFO(OMP_INFOTYPE_ALL, Device.DeviceID, in dumpTargetPointerMappings() 161 INFO(OMP_INFOTYPE_ALL, DeviceId, "%s at %s:%d:%d with %d arguments:\n", in printKernelArguments() 185 INFO(OMP_INFOTYPE_ALL, DeviceId, "%s(%s)[%" PRId64 "] %s\n", Type, in printKernelArguments()
|
| H A D | device.cpp | 246 INFO(OMP_INFOTYPE_MAPPING_EXISTS, DeviceID, in getTargetPointer() 298 INFO(OMP_INFOTYPE_MAPPING_CHANGED, DeviceID, in getTargetPointer() 406 INFO(OMP_INFOTYPE_MAPPING_EXISTS, DeviceID, in getTgtPtrBegin() 460 INFO(OMP_INFOTYPE_MAPPING_CHANGED, DeviceID, in deallocTgtPtr() 532 INFO(OMP_INFOTYPE_DATA_TRANSFER, DeviceID, in submitData() 553 INFO(OMP_INFOTYPE_DATA_TRANSFER, DeviceID, in retrieveData()
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/DWARF/ |
| H A D | debug-str.yaml | 47 # RUN: FileCheck %s --check-prefixes=BASIC,COMMON,INFO \ 48 # RUN: -DTYPE=PROGBITS -DFLAGS="[ SHF_MERGE, SHF_STRINGS ]" -D#%x,INFO=3 -D#%x,ADDRALIGN=1 -D#%… 61 Info: [[INFO=<none>]] 79 # INFO-NEXT: Info: 0x[[#%x,INFO]]
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | verneed-section.yaml | 14 # INFO-NEXT: Info: 0x3 47 Info: [[INFO=<none>]] 75 # RUN: obj2yaml %t.info | FileCheck %s --check-prefixes=CHECK,INFO
|
| H A D | verdef-section.yaml | 14 # INFO-NEXT: Info: 0x4 43 Info: [[INFO=<none>]] 74 # RUN: obj2yaml %t.info | FileCheck %s --check-prefixes=CHECK,INFO
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 53 CASE(INFO, INFO); in serializeSectionKind() 79 CASE(INFO, INFO); in deserializeSectionKind()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | verneed-flags.yaml | 74 # GNU-VERDEF-NEXT: 0x0030: Name: info Flags: INFO Version: 0 75 # GNU-VERDEF-NEXT: 0x0040: Name: all Flags: BASE | WEAK | INFO Version: 0 77 # GNU-VERDEF-NEXT: 0x0060: Name: all_and_unknown Flags: BASE | WEAK | INFO | <unknown> Versio…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/ |
| H A D | rnglists.s | 9 # CHECK: Index Signature INFO ABBREV RNGLISTS 13 # CHECK: Index Signature INFO ABBREV RNGLISTS
|
| H A D | loclists.s | 18 # CHECK: Index Signature INFO ABBREV LOCLISTS 22 # CHECK: Index Signature INFO ABBREV LOCLISTS
|