Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 3717) sorted by relevance

12345678910>>...149

/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
12 # Ensure FREEBSD_CC_VERSION is defined for Basic/Targets.cpp
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
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dc6429 >0x16 beshort 4 Simons' BASIC
47 >0x16 beshort 22 Structured BASIC
90 >0x16 beshort 61 MAX Basic
196 # CBM BASIC (cc65 compiled)
197 # Summary: binary executable or Basic program for Commodore C64 computers
203 # TODO: unify Commodore BASIC/program sub routines
206 # display Commodore C64 BASIC program (strength=50) after "Lynx archive" (strength=330) handled by …
208 # if first token is not SYS this implies BASIC program in most cases
210 # but sELF-ExTRACTING-zIP executable unzp6420.prg contains SYS token at end of second BASIC line (a…
222 # start address 0801h; next offset 080bh; BASIC line number is 239=00EFh; BASIC instruction is SYS …
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h9 // This pass creates the basic block cluster info by reading the basic block
10 // sections profile. The cluster info will be used by the basic-block-sections
11 // pass to arrange basic blocks in their sections.
36 // This struct represents the cluster information for a machine basic block,
39 // Basic block ID.
41 // Cluster ID this basic block belongs to.
43 // Position of basic block within the cluster.
86 // Returns true if basic block sections profile exist for function \p
90 // Returns a pair with first element representing whether basic bloc
[all...]
H A DCodeGenCommonISel.h34 /// generation. This necessitated splitting basic blocks at the IR level to
35 /// create the success/failure basic blocks in the tail of the basic block in
66 /// stack protector check success basic block (where the return inst is
71 /// nixed because SelectionDAG only processes one IR level basic block at a
77 /// multiple machine basic blocks for one IR level basic block.
81 /// MIInst called "tcreturn". Thus if we know the basic block in which we
101 /// b. After we finish selecting the basic block, we produce the validation
108 /// 2) We first find a splice point in the parent basic block
109 /// before the terminator and then splice the terminator of said basic
110 /// block into the success basic block. Then we code-gen a new tail for
[all …]
H A DMachineBasicBlock.h9 // Collect the sequence of machine instructions for a basic block.
49 // This structure uniquely identifies a basic block section.
99 // This structure represents the information for a basic block pertaining to
100 // the basic block sections profile.
148 /// The call frame size on entry to this basic block due to call frame setup
149 /// instructions in a predecessor. This is usually zero, unless basic blocks
159 /// Keep track of the predecessor / successor basic blocks.
177 /// Alignment of the basic block. One if the basic block does not need to be
180 /// Maximum amount of bytes that can be added to align the basic block. If the
185 /// Indicate that this basic block is entered via an exception handler.
[all …]
H A DLoopTraversal.h11 /// This class provides the basic blocks traversal order used by passes like
13 /// It identifies basic blocks that are part of loops and should to be visited
28 /// This class provides the basic blocks traversal order used by passes like
30 /// It identifies basic blocks that are part of loops and should to be visited
33 /// We want to visit every instruction in every basic block in order to update
47 /// The basic block order is constructed as follows:
54 /// all basic blocks/instructions, the first for recording clearances, the
88 /// The basic block.
91 /// True if this is the first time we process the basic block.
103 /// Identifies basic blocks that are part of loops and should to be
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp11 // The purpose of this pass is to assign sections to basic blocks when
13 // only the subset of basic blocks with profiles are placed in separate sections
17 // Basic Block Sections
21 // clusters of basic blocks. Every cluster will be emitted into a separate
22 // section with its basic blocks sequenced in the given order. To get the
28 // of 6 basic blocks 0, 1, ..., 5).
33 // * Basic blocks 0 and 2 are placed in one section with symbol `foo`
35 // * Basic blocks 1, 3, 5 are placed in a separate section. A new symbol
37 // * Basic block 4 (note that it is not referenced in the list) is placed in
42 // 1. The last basic block of every cluster should not have any implicit
[all …]
H A DBasicBlockSectionsProfileReader.cpp9 // Implementation of the basic block sections profile reader pass. It parses
10 // and stores the basic block sections profile file (which is specified via the
11 // `-basic-block-sections` flag).
36 "Reads and parses a basic block sections profile.", false,
44 return createProfileParseError(Twine("unable to parse basic block id: '") + in parseUniqueBBID()
78 // Reads the version 1 basic block sections profile. Profile for each function
89 // aliases. Basic block clusters are specified by 'c' and specify the cluster of
90 // basic blocks, and the internal order in which they must be placed in the same
93 // clone basic blocks along a path. The cloned blocks are then specified in the
109 // c 1 3.1 4.1 6 # basic block cluster 1
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAllDiagnostics.h17 #include "clang/Basic/DiagnosticAST.h"
18 #include "clang/Basic/DiagnosticAnalysis.h"
19 #include "clang/Basic/DiagnosticComment.h"
20 #include "clang/Basic/DiagnosticCrossTU.h"
21 #include "clang/Basic/DiagnosticDriver.h"
22 #include "clang/Basic/DiagnosticFrontend.h"
23 #include "clang/Basic/DiagnosticInstallAPI.h"
24 #include "clang/Basic/DiagnosticLex.h"
25 #include "clang/Basic/DiagnosticParse.h"
26 #include "clang/Basic/DiagnosticSema.h"
[all …]
H A DTargetBuiltins.h20 #include "clang/Basic/Builtins.h"
31 #include "clang/Basic/BuiltinsNEON.def"
42 #include "clang/Basic/BuiltinsARM.def"
52 #include "clang/Basic/BuiltinsSVE.def"
62 #include "clang/Basic/BuiltinsSME.def"
77 #include "clang/Basic/BuiltinsAArch64.def"
87 #include "clang/Basic/BuiltinsBPF.inc"
97 #include "clang/Basic/BuiltinsPPC.def"
107 #include "clang/Basic/BuiltinsNVPTX.def"
117 #include "clang/Basic/BuiltinsAMDGPU.def"
[all …]
H A DOpenMPKinds.h17 #include "clang/Basic/LangOptions.h"
33 #include "clang/Basic/OpenMPKinds.def"
42 #include "clang/Basic/OpenMPKinds.def"
49 #include "clang/Basic/OpenMPKinds.def"
57 #include "clang/Basic/OpenMPKinds.def"
65 #include "clang/Basic/OpenMPKinds.def"
73 #include "clang/Basic/OpenMPKinds.def"
82 #include "clang/Basic/OpenMPKinds.def"
94 #include "clang/Basic/OpenMPKinds.def"
105 #include "clang/Basic/OpenMPKinds.def"
[all …]
H A DTypeTraits.h23 #include "clang/Basic/TokenKinds.def"
26 #include "clang/Basic/TokenKinds.def"
29 #include "clang/Basic/TokenKinds.def"
32 #include "clang/Basic/TokenKinds.def"
35 #include "clang/Basic/TokenKinds.def"
38 #include "clang/Basic/TokenKinds.def"
44 #include "clang/Basic/TokenKinds.def"
47 #include "clang/Basic/TokenKinds.def"
54 #include "clang/Basic/TokenKinds.def"
58 #include "clang/Basic/TokenKinds.def"
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp13 #include "clang/Basic/OpenMPKinds.h"
14 #include "clang/Basic/IdentifierTable.h"
42 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
47 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
56 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
61 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
69 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
82 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
91 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
99 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
[all …]
H A DDiagnosticIDs.cpp13 #include "clang/Basic/DiagnosticIDs.h"
14 #include "clang/Basic/AllDiagnostics.h"
15 #include "clang/Basic/DiagnosticCategories.h"
16 #include "clang/Basic/SourceManager.h"
40 #include "clang/Basic/DiagnosticCommonKinds.inc"
41 #include "clang/Basic/DiagnosticDriverKinds.inc"
42 #include "clang/Basic/DiagnosticFrontendKinds.inc"
43 #include "clang/Basic/DiagnosticSerializationKinds.inc"
44 #include "clang/Basic/DiagnosticLexKinds.inc"
45 #include "clang/Basic/DiagnosticParseKinds.inc"
[all …]
H A DTypeTraits.cpp13 #include "clang/Basic/TypeTraits.h"
21 #include "clang/Basic/TokenKinds.def"
23 #include "clang/Basic/TokenKinds.def"
25 #include "clang/Basic/TokenKinds.def"
30 #include "clang/Basic/TokenKinds.def"
32 #include "clang/Basic/TokenKinds.def"
34 #include "clang/Basic/TokenKinds.def"
39 #include "clang/Basic/TokenKinds.def"
44 #include "clang/Basic/TokenKinds.def"
50 #include "clang/Basic/TokenKinds.def"
[all …]
H A DTokenKinds.cpp13 #include "clang/Basic/TokenKinds.h"
20 #include "clang/Basic/TokenKinds.def"
34 #include "clang/Basic/TokenKinds.def" in getPunctuatorSpelling()
43 #include "clang/Basic/TokenKinds.def" in getKeywordSpelling()
52 #include "clang/Basic/TokenKinds.def" in getPPKeywordSpelling()
61 #include "clang/Basic/TokenKinds.def" in isAnnotation()
71 #include "clang/Basic/TokenKinds.def" in isPragmaAnnotation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h1 //===- llvm/BasicBlock.h - Represent a basic block in the VM ----*- C++ -*-===//
45 /// LLVM Basic Block Representation
47 /// This represents a single basic block in LLVM. A basic block is simply a
48 /// container of instructions that execute sequentially. Basic blocks are Values
50 /// tables. The type of a BasicBlock is "Type::LabelTy" because the basic block
53 /// A well formed basic block is formed of a list of non-terminating
55 /// instructions may not occur in the middle of basic blocks, and must terminate
56 /// the blocks. The BasicBlock class allows malformed basic blocks to occur
58 /// modifying a program. However, the verifier will ensure that basic blocks are
60 class BasicBlock final : public Value, // Basic blocks are data objects also
[all …]
/freebsd/usr.bin/soelim/tests/
H A Dsoelim_test.sh76 cp $(atf_get_srcdir)/basic .
78 -o file:$(atf_get_srcdir)/basic.out \
81 soelim $(atf_get_srcdir)/basic.in
83 rm -f basic
85 -o file:$(atf_get_srcdir)/basic.out \
88 soelim -I$(atf_get_srcdir) $(atf_get_srcdir)/basic.in
91 -o file:$(atf_get_srcdir)/basic-with-space.out \
94 soelim -I$(atf_get_srcdir) $(atf_get_srcdir)/basic-with-space.in
H A DMakefile6 basic.in \
7 basic \
8 basic.out \
9 basic-with-space.in \
10 basic-with-space.out
/freebsd/release/
H A DMakefile.vm25 BASIC-CI \
26 BASIC-CLOUDINIT \
34 BASIC-CI_FORMAT= raw
35 BASIC-CI_FSLIST?= ufs
36 BASIC-CI_DESC= Image for CI
37 BASIC-CLOUDINIT_FORMAT= raw qcow2
38 BASIC-CLOUDINIT_FSLIST?= ufs zfs
39 BASIC-CLOUDINIT_DESC?= Images for VM with cloudinit disk config support
223 cloud-install-BASIC-CI:
225 .for _FS in ${BASIC-CI_FSLIST}
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt36 Bootstring that allows a string of basic code points to uniquely
48 3.1 Basic code point segregation..........................4
92 Bootstring, which allows strings composed from a small set of "basic"
102 points) can be represented by a basic string (sequence of basic
106 * Uniqueness: There is at most one basic string that represents a
109 * Reversibility: Any extended string mapped to a basic string can
110 be recovered from that basic string.
119 * Efficient encoding: The ratio of basic string length to extended
128 * Readability: Basic code points appearing in the extended string
129 are represented as themselves in the basic string (although the
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_jail/
H A Dzfs_jail_001_pos.ksh31 # Test basic functionality of `zfs jail` and `zfs unjail`.
35 # 2. Perform some basic ZFS operations on a dataset both in the host and
39 # 4. Perform some basic ZFS operations on the dataset both in the host and
42 # 6. Perform some basic ZFS operations on the dataset both in the host and
66 # 2. Try some basic ZFS operations.
73 # 4. Try some basic ZFS operations.
80 # 6. Try some basic ZFS operations.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_unallow_004_pos.ksh39 # 1. Set @basic set to $ROOT_TESTFS or $ROOT_TESTVOL and allow @basic
41 # 2. Verify $STAFF1 have @basic permissions.
51 log_must zfs allow -s @basic $LOCAL_DESC_SET $dtst
52 log_must zfs allow -u $STAFF1 @basic $dtst
55 log_must zfs unallow -s @basic $LOCAL_DESC_SET $dtst
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h11 // The basic ideas are taken from "The Program Structure Tree - Richard Johnson,
125 /// This is the entry basic block that starts this region node. If this is a
126 /// BasicBlock RegionNode, then entry is just the basic block, that this
295 /// verify that all reachable basic blocks are elements of the region.
305 /// @param Entry The entry basic block of the region.
306 /// @param Exit The exit basic block of the region.
326 /// Replace the entry basic block of the region with the new basic
329 /// @param BB The new entry basic block of the region.
332 /// Replace the exit basic bloc
[all...]

12345678910>>...149