| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 234 int level, bool &printed) { in setSubgraphColorHelper() argument 239 if (!printed) { in setSubgraphColorHelper() 240 printed = true; in setSubgraphColorHelper() 253 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper() 268 bool printed = false; in setSubgraphColor() local 269 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) { in setSubgraphColor() 272 setSubgraphColorHelper(N, "blue", visited, 0, printed); in setSubgraphColor() 274 setSubgraphColorHelper(N, "green", visited, 0, printed); in setSubgraphColor()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | file-name.test | 1 ## This test shows that the name of the file is printed under the right 7 ## Show that the file name is not printed for a single input for GNU output. 15 ## Show that the file names are printed for all inputs for GNU output. 19 ## Show that the file name is printed for a single input for LLVM output. 22 ## Show that the file name is printed with correct spacing for multiple inputs
|
| H A D | file-header-format.test | 1 ## This tests "Format" values printed by llvm-readobj. 3 ## The "Format" value printed depends on values stored in e_ident[EI_CLASS],
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | module-pass-printer.ll | 1 ; Check pass name is only printed once. 2 ; Check only one function is printed 6 ; Check pass name is only printed once. 7 ; Check both functions are printed 11 ; Check pass name is not printed if a module/SCC doesn't include any function specified in -filter-… 16 ; Check whole module is printed with user-specified wildcast switch -filter-print-funcs=* or -print…
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | print.c | 49 isl_bool printed; in printed_before() local 56 printed = isl_printer_has_note(p, id); in printed_before() 59 return printed; in printed_before() 90 isl_bool printed; in print_ppcg_macro() local 92 printed = printed_before(p, note_name); in print_ppcg_macro() 93 if (printed < 0) in print_ppcg_macro() 95 if (printed) in print_ppcg_macro()
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/discovery/ |
| H A D | lit.cfg | 16 # Check that available_features are printed by --show-suites (and in the right order) 19 # Check that substitutions are printed by --show-suites (and in the right order)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | source-interleave-missing-source.test | 1 ## Test that if the source cannot be found that disassembly is still printed, 2 ## that no source is printed, and that we emit a warning.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug-line.s | 105 .byte 0x21 ## Special opcode - shows line printed after special opcode. 110 .byte 0x1 ## DW_LNS_copy - shows line printed after copy opcode. 116 ## These lines all show that the printed boolean register values can be changed. 151 ## printed after a program with no sequences. The values in this table are
|
| H A D | form.test | 1 # This test verifies that DWARF form types are printed in verbose mode and when 3 # not printed as an address in verbose or show-form mode.
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | block-labels.ll | 5 ; Implicit entry label. Not printed on output. 42 ; entry label id still not printed on output
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | function-default-address-spaces.ll | 10 ; have the addrspace() attribute printed if it is address space zero and it is 19 ; A function with an explicit addrspace should only have the addrspace printed
|
| /llvm-project-15.0.7/lldb/test/Shell/Settings/ |
| H A D | TestSettingsWrite.test | 24 # Check that an error is printed for non-existing setting. 29 # Check that an error is printed for invalid value.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/Generic/ |
| H A D | frame-info.mir | 35 # Note: max alignment can be target specific when printed. 70 # Note: max alignment can be target specific when printed.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | windres-version.test | 3 ; Check that the printed version string contains the words "GNU windres",
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/ |
| H A D | eof.test | 3 # Check that the python interpreter detects the OF and the prompt is printed
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | sections.ll | 1 ; Test to make sure that bss sections are printed with '.section' directive.
|
| H A D | iabs.ll | 3 ; RUN: grep "4 .*Number of machine instrs printed"
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | print-value-users.mlir | 12 // When no result is produced, an id should be printed. 19 // Check that both users are printed.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | large-global.ll | 5 ; was printed as 444596224
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | invalid.ll | 4 ; test that only one error gets printed
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | help.test | 1 ## Show that help text is printed correctly when requested.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-strings/ |
| H A D | help.test | 1 ## Show that help text is printed correctly when requested.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | disassemble-symbol-same-addr.test | 10 ## Ensure symbols with the same address are printed in a deterministic order
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/ |
| H A D | branch-probabilities.mir | 3 # Check that branch probabilities are printed correctly as hex numbers.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | storerinewabs.ll | 5 ; There was a bug causing ### to be printed. Make sure we print ## instead.
|