Searched refs:Basic (Results 1 – 25 of 384) sorted by relevance
12345678910>>...16
37 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 …]
8 CFLAGS+= -I${CLANG_SRCS}/lib/Basic190 SRCS_MIN+= Basic/ASTSourceDescriptor.cpp191 SRCS_MIN+= Basic/Attributes.cpp192 SRCS_MIN+= Basic/Builtins.cpp193 SRCS_MIN+= Basic/CLWarnings.cpp194 SRCS_MIN+= Basic/CharInfo.cpp195 SRCS_MIN+= Basic/CodeGenOptions.cpp196 SRCS_MIN+= Basic/Cuda.cpp197 SRCS_MIN+= Basic/DarwinSDKInfo.cpp198 SRCS_MIN+= Basic/Diagnostic.cpp[all …]
14 // The format of this database matches clang/Basic/Builtins.def.17 #include "clang/Basic/arm_neon.inc"18 #include "clang/Basic/arm_fp16.inc"
14 // The format of this database matches clang/Basic/Builtins.def.17 #include "clang/Basic/arm_sve_builtins.inc"18 #include "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
14 // The format of this database matches clang/Basic/Builtins.def.17 #include "clang/Basic/arm_sme_builtins.inc"
18 #include "clang/Basic/riscv_vector_builtins.inc"19 #include "clang/Basic/riscv_sifive_vector_builtins.inc"
18 // The format of this database is described in clang/Basic/Builtins.def.29 #include "clang/Basic/BuiltinsVEVL.gen.def"
252 arm_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td254 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \255 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td259 arm_vector_types.h: ${CLANG_SRCS}/include/clang/Basic/arm_sme.td261 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \262 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_neon.td266 riscv_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/riscv_${hdr:H}.td268 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \269 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/riscv_${hdr:H}.td
201 # AMOS Basic file formats203 0 string AMOS\040Basic\040 AMOS Basic source code206 0 string AMOS\040Pro AMOS Basic source code209 0 string AmSp AMOS Basic sprite bank211 0 string AmIc AMOS Basic icon bank213 0 string AmBk AMOS Basic memory bank217 0 string AmBs AMOS Basic memory banks
9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 123 model = "SIMATIC IOT2050 Basic";
9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 225 model = "SIMATIC IOT2050 Basic PG2";
17 "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, "
19 "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">;
31 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).
9 SRCS+= Basic/CodeGenIntrinsics.cpp10 SRCS+= Basic/SDNodeProperties.cpp
2 dnl # Check for libblkid. Basic support for detecting ZFS pools
3 # Basic settings.
12 # - Basic Cyrillic Graphic Character Set
11 model = "UDOO Neo Basic";
12 model = "Rex Basic i.MX6 Dual Lite Board";
10 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"
23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP };24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; global() enumerator
13 # Basic test.