Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 25 of 246) sorted by relevance

12345678910

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp234 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 Dfile-name.test1 ## 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 Dfile-header-format.test1 ## 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 Dmodule-pass-printer.ll1 ; 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 Dprint.c49 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 Dlit.cfg16 # 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 Dsource-interleave-missing-source.test1 ## 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 Ddebug-line.s105 .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 Dform.test1 # 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 Dblock-labels.ll5 ; 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 Dfunction-default-address-spaces.ll10 ; 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 DTestSettingsWrite.test24 # 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 Dframe-info.mir35 # 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 Dwindres-version.test3 ; Check that the printed version string contains the words "GNU windres",
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/
H A Deof.test3 # Check that the python interpreter detects the OF and the prompt is printed
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dsections.ll1 ; Test to make sure that bss sections are printed with '.section' directive.
H A Diabs.ll3 ; RUN: grep "4 .*Number of machine instrs printed"
/llvm-project-15.0.7/mlir/test/IR/
H A Dprint-value-users.mlir12 // 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 Dlarge-global.ll5 ; was printed as 444596224
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dinvalid.ll4 ; test that only one error gets printed
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Dhelp.test1 ## Show that help text is printed correctly when requested.
/llvm-project-15.0.7/llvm/test/tools/llvm-strings/
H A Dhelp.test1 ## Show that help text is printed correctly when requested.
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Ddisassemble-symbol-same-addr.test10 ## Ensure symbols with the same address are printed in a deterministic order
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Dbranch-probabilities.mir3 # Check that branch probabilities are printed correctly as hex numbers.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dstorerinewabs.ll5 ; There was a bug causing ### to be printed. Make sure we print ## instead.

12345678910