| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/ |
| H A D | graph-simple-case.yaml | 1 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml \ 3 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e count \ 6 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e min \ 8 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e med \ 10 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e 90p \ 12 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e 99p \ 14 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e max \ 16 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -e sum \
|
| H A D | account-simple-sorting.yaml | 1 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml | FileCheck --check-prefix DEFAUL… 2 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s count | FileCheck --check-pref… 3 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s min | FileCheck --check-prefix… 4 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s max | FileCheck --check-prefix… 5 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s sum | FileCheck --check-prefix… 7 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s count -r dsc | FileCheck --che… 8 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s min -r dsc | FileCheck --check… 9 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s max -r dsc | FileCheck --check… 10 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s sum -r dsc | FileCheck --check…
|
| H A D | graph-deduce-tail-call.yaml | 1 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d \ 3 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e count \ 6 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e min \ 8 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e med \ 10 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e 90p \ 12 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e 99p \ 14 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e max \ 16 #RUN: llvm-xray graph %s -o - -m %S/Inputs/simple-instrmap.yaml -d -e sum \
|
| /llvm-project-15.0.7/libc/test/src/stdio/ |
| H A D | fprintf_test.cpp | 28 constexpr char simple[] = "A simple string with no conversions.\n"; in TEST() local 29 written = __llvm_libc::fprintf(file, simple); in TEST() 47 ASSERT_EQ(__llvm_libc::fread(data, 1, sizeof(simple) - 1, file), in TEST() 48 sizeof(simple) - 1); in TEST() 49 data[sizeof(simple) - 1] = '\0'; in TEST() 50 ASSERT_STREQ(data, simple); in TEST()
|
| H A D | printf_test.cpp | 16 constexpr char simple[] = "A simple string with no conversions.\n"; in TEST() local 17 written = __llvm_libc::printf(simple); in TEST() 18 EXPECT_EQ(written, static_cast<int>(sizeof(simple) - 1)); in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/jitloader_gdb/ |
| H A D | Makefile | 3 all: a.out simple 7 simple: target 9 C_SOURCES=simple.c EXE=simple
|
| /llvm-project-15.0.7/lldb/test/Shell/Breakpoint/Inputs/ |
| H A D | ppc64-localentry.s | 29 .globl simple 31 .type simple,@function 32 simple: # @simple label 44 .size simple, .Lfunc_end1-.Lfunc_begin1
|
| H A D | ppc64le-localentry.s | 29 .globl simple 31 .type simple,@function 32 simple: # @simple label 44 .size simple, .Lfunc_end1-.Lfunc_begin1
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | exponential-nontrivial-unswitch2.ll | 9 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 13 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 17 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 21 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 24 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 29 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 33 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 37 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 41 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 44 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 …
|
| H A D | exponential-nontrivial-unswitch.ll | 7 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 11 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 15 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 19 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 28 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 32 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 41 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 45 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 … 52 ; RUN: -passes='loop(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | Fil… 55 ; RUN: -passes='loop-mssa(simple-loop-unswitch<nontrivial>),print<loops>' -disable-output 2>&1 …
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | debug-fission-simple.s | 10 .loc 1 3 0 # debug-fission-simple.cpp:3:0 20 .loc 1 4 11 prologue_end # debug-fission-simple.cpp:4:11 23 .loc 1 4 7 is_stmt 0 # debug-fission-simple.cpp:4:7 27 .loc 1 5 16 is_stmt 1 # debug-fission-simple.cpp:5:16 29 .loc 1 5 14 is_stmt 0 # debug-fission-simple.cpp:5:14 31 .loc 1 5 9 # debug-fission-simple.cpp:5:9 34 .loc 1 5 5 # debug-fission-simple.cpp:5:5 37 .loc 1 7 9 is_stmt 1 # debug-fission-simple.cpp:7:9 43 .loc 1 8 10 # debug-fission-simple.cpp:8:10 45 .loc 1 8 3 is_stmt 0 # debug-fission-simple.cpp:8:3 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | hsa-func.ll | 29 ; ELF: Name: simple 39 ; HSA-NOT: .amdgpu_hsa_kernel simple 40 ; HSA: .globl simple 42 ; HSA: {{^}}simple: 51 ; HSA: .size simple, .Lfunc_end0-simple 54 define void @simple(i32 addrspace(1)* addrspace(4)* %ptr.out) {
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp | 34 namespace simple { namespace 238 struct A : virtual simple::A { 261 struct B : virtual simple::A { 282 struct C : virtual simple::A { 348 struct G : virtual simple::A { 400 struct A : virtual simple::B {
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | swifttailcc-musttail.ll | 3 declare swifttailcc void @simple() 7 musttail call swifttailcc void @simple() 13 musttail call swifttailcc void @simple() 19 musttail call swifttailcc void @simple() 25 musttail call swifttailcc void @simple() 31 musttail call swifttailcc void @simple()
|
| H A D | tailcc-musttail.ll | 3 declare tailcc void @simple() 7 musttail call tailcc void @simple() 13 musttail call tailcc void @simple() 19 musttail call tailcc void @simple() 25 musttail call tailcc void @simple() 31 musttail call tailcc void @simple()
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-09-13.test | 3 simple key : { 4 also simple : value, 6 simple key : any
|
| H A D | spec-09-07.test | 3 'simple key' : { 4 'also simple' : value, 6 simple key' : 'any
|
| H A D | spec-09-01.test | 3 "simple key" : { 4 "also simple" : value, 6 simple key" : "any
|
| H A D | spec-10-10.test | 7 simple key1 : explicit value, 8 simple key2 : , # Explicit empty 9 simple key3, # Empty value
|
| H A D | spec-10-08.test | 3 # FIXME: This test should fail. Yaml bench should report an error that a simple 4 # key spans across multiple lines and that another simple key is longer than 9 simple key : value,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | jump-table-islands.ll | 17 br i1 %tst, label %simple, label %complex 19 simple: 23 switch i32 %sw, label %simple [ i32 0, label %other 36 %val = phi %BigInt [ %l, %complex ], [ -1, %simple ]
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debuglineinfo-macho.test | 2 RUN: llvm-dwarfdump %p/Inputs/test-simple-macho.o | FileCheck %s 10 RUN: llvm-rtdyld -printobjline %p/Inputs/test-simple-macho.o \ 12 RUN: llvm-rtdyld -printline %p/Inputs/test-simple-macho.o \ 20 TEST_SIMPLE-NEXT: Line info @ 0: simple.c, line:1 21 TEST_SIMPLE-NEXT: Line info @ 7: simple.c, line:2 22 TEST_SIMPLE-NOT: Line info @ 11: simple.c, line:2
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | member-reference.c | 3 struct simple { int i; }; struct 6 struct simple s[1]; in f() 22 int PR17762(struct simple c) { in PR17762()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() 167 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits()
|
| /llvm-project-15.0.7/lldb/test/Shell/Breakpoint/ |
| H A D | ppc64le-localentry.test | 10 breakpoint set -n simple 11 # CHECK-LABEL: breakpoint set -n simple 12 # CHECK: Address: {{.*}}`simple
|