Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/
H A Dgraph-simple-case.yaml1 #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 Daccount-simple-sorting.yaml1 #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 Dgraph-deduce-tail-call.yaml1 #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 Dfprintf_test.cpp28 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 Dprintf_test.cpp16 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 DMakefile3 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 Dppc64-localentry.s29 .globl simple
31 .type simple,@function
32 simple: # @simple label
44 .size simple, .Lfunc_end1-.Lfunc_begin1
H A Dppc64le-localentry.s29 .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 Dexponential-nontrivial-unswitch2.ll9 ; 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 Dexponential-nontrivial-unswitch.ll7 ; 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 Ddebug-fission-simple.s10 .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 Dhsa-func.ll29 ; 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 Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp34 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 Dswifttailcc-musttail.ll3 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 Dtailcc-musttail.ll3 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 Dspec-09-13.test3 simple key : {
4 also simple : value,
6 simple key : any
H A Dspec-09-07.test3 'simple key' : {
4 'also simple' : value,
6 simple key' : 'any
H A Dspec-09-01.test3 "simple key" : {
4 "also simple" : value,
6 simple key" : "any
H A Dspec-10-10.test7 simple key1 : explicit value,
8 simple key2 : , # Explicit empty
9 simple key3, # Empty value
H A Dspec-10-08.test3 # 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 Djump-table-islands.ll17 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 Ddebuglineinfo-macho.test2 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 Dmember-reference.c3 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 DDOTGraphTraits.h38 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 Dppc64le-localentry.test10 breakpoint set -n simple
11 # CHECK-LABEL: breakpoint set -n simple
12 # CHECK: Address: {{.*}}`simple

12345678910>>...38