Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap37 umbrella "clang/Basic"
39 textual header "clang/Basic/AArch64SVEACLETypes.def"
40 textual header "clang/Basic/AMDGPUTypes.def"
41 textual header "clang/Basic/BuiltinHeaders.def"
42 textual header "clang/Basic/BuiltinsAArch64.def"
43 textual header "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
44 textual header "clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def"
45 textual header "clang/Basic/BuiltinsAMDGPU.def"
46 textual header "clang/Basic/BuiltinsARM.def"
47 textual header "clang/Basic/BuiltinsHexagon.def"
[all …]
/freebsd/lib/clang/libclang/
H A DMakefile8 CFLAGS+= -I${CLANG_SRCS}/lib/Basic
190 SRCS_MIN+= Basic/ASTSourceDescriptor.cpp
191 SRCS_MIN+= Basic/Attributes.cpp
192 SRCS_MIN+= Basic/Builtins.cpp
193 SRCS_MIN+= Basic/CLWarnings.cpp
194 SRCS_MIN+= Basic/CharInfo.cpp
195 SRCS_MIN+= Basic/CodeGenOptions.cpp
196 SRCS_MIN+= Basic/Cuda.cpp
197 SRCS_MIN+= Basic/DarwinSDKInfo.cpp
198 SRCS_MIN+= Basic/Diagnostic.cpp
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
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"
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 DBuiltinsSME.def14 // The format of this database matches clang/Basic/Builtins.def.
17 #include "clang/Basic/arm_sme_builtins.inc"
H A DBuiltinsRISCVVector.def18 #include "clang/Basic/riscv_vector_builtins.inc"
19 #include "clang/Basic/riscv_sifive_vector_builtins.inc"
H A DBuiltinsVE.def18 // The format of this database is described in clang/Basic/Builtins.def.
29 #include "clang/Basic/BuiltinsVEVL.gen.def"
/freebsd/lib/clang/headers/
H A DMakefile252 arm_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
254 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
255 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
259 arm_vector_types.h: ${CLANG_SRCS}/include/clang/Basic/arm_sme.td
261 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
262 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_neon.td
266 riscv_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/riscv_${hdr:H}.td
268 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
269 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/riscv_${hdr:H}.td
/freebsd/contrib/file/magic/Magdir/
H A Damigaos201 # AMOS Basic file formats
203 0 string AMOS\040Basic\040 AMOS Basic source code
206 0 string AMOS\040Pro AMOS Basic source code
209 0 string AmSp AMOS Basic sprite bank
211 0 string AmIc AMOS Basic icon bank
213 0 string AmBk AMOS Basic memory bank
217 0 string AmBs AMOS Basic memory banks
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am6528-iot2050-basic.dts9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1
23 model = "SIMATIC IOT2050 Basic";
H A Dk3-am6528-iot2050-basic-pg2.dts9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 2
25 model = "SIMATIC IOT2050 Basic PG2";
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_flags.inc17 "Basic logging will try to skip functions that execute for fewer "
20 "Basic logging will keep track of at most this deep a call stack, "
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td19 "LA64 Basic Integer and Privilege Instruction Set">;
22 "LA32 Basic Integer and Privilege Instruction Set">;
26 "LA64 Basic Integer and Privilege Instruction Set">;
30 "LA32 Basic Integer and Privilege Instruction Set">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst31 A *pass* is applied to a *layer* to extract useful information (summarization) and compress the trace representation into a new *layer*. The idea is to have a series of passes where each pass specializes in extracting certain information about the trace. Some examples of potential passes include: identifying functions, identifying loops, or a more general purpose such as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a description of each pass currently implemented in lldb.
33 **Basic Super Block Reduction**
35 A “basic super block” is the longest sequence of blocks that always occur in the same order. (The concept is akin to “Basic Block'' in compiler theory, but refers to dynamic occurrences rather than CFG nodes).
/freebsd/usr.bin/clang/llvm-tblgen/
H A DMakefile9 SRCS+= Basic/CodeGenIntrinsics.cpp
10 SRCS+= Basic/SDNodeProperties.cpp
/freebsd/sys/contrib/openzfs/config/
H A Duser-libblkid.m42 dnl # Check for libblkid. Basic support for detecting ZFS pools
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dssh_config.in3 # Basic settings.
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dssh_config.in3 # Basic settings.
/freebsd/share/i18n/csmapper/KOI/
H A DUCS%ISO-5427.src12 # - Basic Cyrillic Graphic Character Set
H A DISO-5427%UCS.src12 # - Basic Cyrillic Graphic Character Set
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sx-udoo-neo-basic.dts11 model = "UDOO Neo Basic";
H A Dimx6dl-rex-basic.dts12 model = "Rex Basic i.MX6 Dual Lite Board";
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td10 include "clang/Basic/TypeNodes.td"
849 #include "clang/Basic/OpenCLImageTypes.def"
853 #include "clang/Basic/OpenCLExtensionTypes.def"
857 #include "clang/Basic/AArch64SVEACLETypes.def"
861 #include "clang/Basic/PPCTypes.def"
865 #include "clang/Basic/RISCVVTypes.def"
869 #include "clang/Basic/WebAssemblyReferenceTypes.def"
873 #include "clang/Basic/AMDGPUTypes.def"
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP };
24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; global() enumerator
/freebsd/bin/sh/tests/builtins/
H A Dcd11.013 # Basic test.

12345678910>>...16