Home
last modified time | relevance | path

Searched refs:Basic (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/llvm-project-15.0.7/clang/include/clang/
H A Dmodule.modulemap32 umbrella "Basic"
39 textual header "Basic/BuiltinsARM.def"
40 textual header "Basic/BuiltinsBPF.def"
41 textual header "Basic/Builtins.def"
48 textual header "Basic/BuiltinsPPC.def"
51 textual header "Basic/BuiltinsSVE.def"
53 textual header "Basic/BuiltinsVE.def"
61 textual header "Basic/Features.def"
62 textual header "Basic/FPOptions.def"
70 textual header "Basic/PPCTypes.def"
[all …]
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/
H A DBUILD.bazel112 "include/clang/Basic/arm_mve.td",
326 "include/clang/Basic/Attr.td",
400 "lib/Basic/*.h",
412 "lib/Basic/*.cpp",
413 "lib/Basic/*.c",
414 "lib/Basic/*.h",
415 "lib/Basic/Targets/*.cpp",
416 "lib/Basic/Targets/*.h",
419 "include/clang/Basic/*.h",
451 "include/clang/Basic/*.def",
[all …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn10 visibility = [ ":Basic" ]
19 static_library("Basic") {
24 "//clang/include/clang/Basic:AttrList",
26 "//clang/include/clang/Basic:DiagnosticGroups",
27 "//clang/include/clang/Basic:arm_cde_builtins",
28 "//clang/include/clang/Basic:arm_mve_builtins",
29 "//clang/include/clang/Basic:arm_sve_builtins",
31 "//clang/include/clang/Basic:diags_tablegen",
33 "//clang/include/clang/Basic:version",
46 "//clang/include/clang/Basic:arm_fp16",
[all …]
/llvm-project-15.0.7/llvm/test/Analysis/IRSimilarityIdentifier/
H A Dbasic.ll11 ; CHECK-NEXT: Function: cat, Basic Block: entry
14 ; CHECK-NEXT: Function: fish, Basic Block: entry
17 ; CHECK-NEXT: Function: dog, Basic Block: entry
24 ; CHECK-NEXT: Function: cat, Basic Block: entry
27 ; CHECK-NEXT: Function: fish, Basic Block: entry
30 ; CHECK-NEXT: Function: dog, Basic Block: entry
37 ; CHECK-NEXT: Function: cat, Basic Block: entry
40 ; CHECK-NEXT: Function: fish, Basic Block: entry
43 ; CHECK-NEXT: Function: dog, Basic Block: entry
50 ; CHECK-NEXT: Function: cat, Basic Block: entry
[all …]
H A Ddebug-inst-starts-block.ll9 ; CHECK-NEXT: Function: main, Basic Block: entry
12 ; CHECK-NEXT: Function: main, Basic Block: for.body169
16 ; CHECK-NEXT: Function: main, Basic Block: for.end122
19 ; CHECK-NEXT: Function: main, Basic Block: for.end246
23 ; CHECK-NEXT: Function: main, Basic Block: entry
26 ; CHECK-NEXT: Function: main, Basic Block: for.body169
H A Ddifferent.ll9 ; CHECK-NEXT: Function: turtle, Basic Block: (unnamed)
12 ; CHECK-NEXT: Function: turtle, Basic Block: (unnamed)
16 ; CHECK-NEXT: Function: fish, Basic Block: entry
19 ; CHECK-NEXT: Function: fish, Basic Block: entry
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/include/clang/AST/
H A DBUILD.gn5 td_file = "../Basic/Attr.td"
10 td_file = "../Basic/Attr.td"
15 td_file = "../Basic/Attr.td"
20 td_file = "../Basic/Attr.td"
25 td_file = "../Basic/Attr.td"
30 td_file = "../Basic/StmtNodes.td"
35 td_file = "../Basic/DeclNodes.td"
40 td_file = "../Basic/TypeNodes.td"
65 td_file = "../Basic/CommentNodes.td"
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCMakeLists.txt2 SOURCE ../Basic/Attr.td
6 SOURCE ../Basic/Attr.td
10 SOURCE ../Basic/Attr.td
14 SOURCE ../Basic/Attr.td
18 SOURCE ../Basic/Attr.td
22 SOURCE ../Basic/StmtNodes.td
26 SOURCE ../Basic/DeclNodes.td
30 SOURCE ../Basic/TypeNodes.td
50 SOURCE ../Basic/CommentNodes.td
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dsingle_threaded_execution.ll12 ; CHECK-NOT: [openmp-opt] Basic block @kernel entry is executed by a single thread.
13 ; CHECK: [openmp-opt] Basic block @kernel if.then is executed by a single thread.
14 ; CHECK-NOT: [openmp-opt] Basic block @kernel if.else is executed by a single thread.
15 ; CHECK-NOT: [openmp-opt] Basic block @kernel if.end is executed by a single thread.
32 ; CHECK-NOT: [openmp-opt] Basic block @nvptx entry is executed by a single thread.
33 ; CHECK-DAG: [openmp-opt] Basic block @nvptx if.then is executed by a single thread.
34 ; CHECK-NOT: [openmp-opt] Basic block @nvptx if.end is executed by a single thread.
53 ; CHECK-NOT: [openmp-opt] Basic block @amdgcn entry is executed by a single thread.
74 ; CHECK: [openmp-opt] Basic block @foo entry is executed by a single thread.
88 ; CHECK-NOT: [openmp-opt] Basic block @baz entry is executed by a single thread.
[all …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/include/clang/Sema/
H A DBUILD.gn5 td_file = "../Basic/Attr.td"
10 td_file = "../Basic/Attr.td"
15 td_file = "../Basic/Attr.td"
20 td_file = "../Basic/Attr.td"
25 td_file = "../Basic/Attr.td"
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Sema/
H A DBUILD.gn12 "//clang/include/clang/Basic:arm_cde_builtin_aliases",
13 "//clang/include/clang/Basic:arm_cde_builtin_sema",
14 "//clang/include/clang/Basic:arm_mve_builtin_aliases",
15 "//clang/include/clang/Basic:arm_mve_builtin_sema",
16 "//clang/include/clang/Basic:arm_sve_sema_rangechecks",
17 "//clang/include/clang/Basic:riscv_vector_builtin_sema",
25 "//clang/lib/Basic",
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCMakeLists.txt3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
13 SOURCE ../Basic/Attr.td
18 SOURCE ../Basic/Attr.td
23 SOURCE ../Basic/Attr.td
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn5 "//clang/include/clang/Basic:arm_cde_builtin_cg",
6 "//clang/include/clang/Basic:arm_mve_builtin_cg",
7 "//clang/include/clang/Basic:arm_sve_builtin_cg",
8 "//clang/include/clang/Basic:riscv_vector_builtin_cg",
11 "//clang/lib/Basic",
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsSVE.def14 // The format of this database matches clang/Basic/Builtins.def.
17 #include "clang/Basic/arm_sve_builtins.inc"
18 #include "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
H A DBuiltinsNEON.def14 // The format of this database matches clang/Basic/Builtins.def.
17 #include "clang/Basic/arm_neon.inc"
18 #include "clang/Basic/arm_fp16.inc"
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Headers/
H A DBUILD.gn7 td_file = "//clang/include/clang/Basic/arm_neon.td"
14 td_file = "//clang/include/clang/Basic/arm_fp16.td"
21 td_file = "//clang/include/clang/Basic/arm_sve.td"
28 td_file = "//clang/include/clang/Basic/arm_bf16.td"
35 td_file = "//clang/include/clang/Basic/arm_mve.td"
42 td_file = "//clang/include/clang/Basic/arm_cde.td"
49 td_file = "//clang/include/clang/Basic/riscv_vector.td"
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/include/clang/Serialization/
H A DBUILD.gn5 td_file = "../Basic/Attr.td"
10 td_file = "../Basic/Attr.td"
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DCMakeLists.txt3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/include/clang/Parse/
H A DBUILD.gn5 td_file = "../Basic/Attr.td"
10 td_file = "../Basic/Attr.td"
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DCMakeLists.txt3 SOURCE ../Basic/Attr.td
9 SOURCE ../Basic/Attr.td
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/diagtool/
H A DBUILD.gn4 "//clang/include/clang/Basic:DiagnosticIndexName",
5 "//clang/lib/Basic",
/llvm-project-15.0.7/llvm/test/MC/LoongArch/Basic/Float/
H A Dd-invalid.s3 # CHECK: :[[#@LINE+1]]:1: error: instruction requires the following: LA64 Basic Integer and Privile…
6 # CHECK: :[[#@LINE+1]]:1: error: instruction requires the following: LA64 Basic Integer and Privile…
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpod-member-memcpys.cpp20 struct Basic { struct
115 CALL_AO(Basic)
276 CALL_CC(Basic)
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dqmisc.tc4 # Basic negation tests
11 # Basic absolute value tests
/llvm-project-15.0.7/llvm/test/MC/LoongArch/Basic/Privilege/
H A Dinvalid.s12 # ERR32: :[[#@LINE-1]]:1: error: instruction requires the following: LA64 Basic Integer and Privile…
14 # ERR32: :[[#@LINE-1]]:1: error: instruction requires the following: LA64 Basic Integer and Privile…

12345678910>>...23