/freebsd/tests/ |
H A D | conftest.py | 64 config.addinivalue_line("markers", "require_user(name): user to run the test with") 66 "markers", "require_arch(names): List[str] of support archs" 68 … # config.addinivalue_line("markers", "require_config(config): List[Tuple[str,Any]] of k=v pairs") 70 "markers", "require_diskspace(amount): str with required diskspace" 73 "markers", "require_files(space): List[str] with file paths" 76 "markers", "require_machine(names): List[str] of support machine types" 79 "markers", "require_memory(amount): str with required memory" 82 "markers", "require_progs(space): List[str] with file paths" 85 "markers", "timeout(dur): int/float with max duration in sec"
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 10 // lifetime markers machine instructions (LIFETIME_START and LIFETIME_END), 93 STATISTIC(NumMarkerSeen, "Number of lifetime markers found."); 255 // lifetime markers are inserted. Here is a simplified view of the 276 // on the lifetime markers, we'll get the set of intervals on the 277 // left. If we ignore the lifetime start markers and instead treat a 352 // on lifetime markers. In the example above, this lengthened lifetime 423 /// The list of lifetime markers found. These markers are to be removed 425 SmallVector<MachineInstr*, 8> Markers; member in __anon570007070111::StackColoring 459 /// \returns true if any markers were removed. 462 /// Scan the machine function and find all of the lifetime markers. [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 316 // Tracker for markers in the input files. A marker is a comment of the form 325 // whitespace to distinguish them from uses of markers in directives. 334 llvm::StringMap<Marker> Markers; member in VerifyDiagnosticConsumer::MarkerTracker 345 auto InsertResult = Markers.insert( in addMarker() 368 auto MarkerIt = Markers.find(MarkerName); in addDirective() 369 if (MarkerIt != Markers.end()) { in addDirective() 379 // multiply-defined-and-used markers. 381 for (auto &MarkerInfo : Markers) { in finalize() 412 VerifyDiagnosticConsumer::MarkerTracker &Markers) { in ParseDirective() argument 415 // First, scan the comment looking for markers. in ParseDirective() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes, 69 // Placing markers. 150 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false, 329 // All END_(BLOCK|LOOP|TRY) markers should be before the BLOCK. in placeBlockMarker() 365 // END_BLOCK should precede existing LOOP and TRY markers. in placeBlockMarker() 443 // Existing END_LOOP markers belong to parent loops of this loop in placeLoopMarker() 538 // All previously inserted BLOCK/TRY markers should be after the TRY because in placeTryMarker() 545 // All END_(BLOCK/LOOP/TRY) markers should be before the TRY. in placeTryMarker() 613 // END_TRY should precede existing LOOP and BLOCK markers. in placeTryMarker() 618 // All END_TRY markers placed earlier belong to exceptions that contains in placeTryMarker() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 63 // markers has the same size and points to the alloca start. 92 // Compute the set of start/end markers per basic block. in collectMarkers() 117 // * Lifetime markers in collectMarkers() 119 // * the list of markers in the instruction order in collectMarkers() 209 // we have both BEGIN and END markers in the same basic block in calculateLocalLiveness() 212 // before the END when collecting the markers (and building the in calculateLocalLiveness()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | job-output-long-lines.mk | 7 # The markers for switching jobs must always be written at the beginning of 13 # markers "--- job-a ---" and "--- job-b ---" are not always written at the
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_types_ptm.h | 48 // markers for unknown packets 53 // markers for valid packets 68 // markers for bad packets
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | PromoteMemToReg.h | 26 /// This is true if there are only loads, stores, and lifetime markers 29 /// markers.
|
H A D | CodeExtractor.h | 214 /// Allocas which have life_time markers contained in the outlined region 216 /// are used by the lifetime markers are also candidates for shrink-
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_types_etmv4.h | 50 /* state of decode markers */ 55 /* markers for unknown/bad packets */ 85 // data synchronisation markers 312 // markers for unknown/bad packets 321 // data sync markers
|
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/ |
H A D | trc_pkt_types_stm.h | 46 Contains both protocol packet types and markers for unsynced processor 51 /* markers for unknown packets / state*/ 56 /* markers for valid packets*/
|
/freebsd/tools/tools/ath/arcode/ |
H A D | arcode.c | 30 const char *markers[] = { variable 65 s = markers[a->reg]; in op_mark()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | raw-nand-chip.yaml | 66 find Bad Block Markers (BBM). These markers will help to
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
H A D | trc_pkt_types_etmv3.h | 49 // markers for unknown packets 54 // markers for valid packets
|
H A D | trc_pkt_proc_etmv3.h | 75 …OURCE 0x00010000 /**< Single ETM source from bypassed formatter - need to check for EOT markers */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | BreadthFirstIterator.h | 63 // std::optional<> because we need markers for levels. 97 // Go to the next element skipping markers if needed. in toNext()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 440 // Find the pair of life time markers for address 'Addr' that are either 443 // the pair of markers if found; otherwise return a pair of nullptr. 453 // We don't model addresses with multiple start/end markers, but the in getLifetimeMarkers() 454 // markers do not need to be in the region. in getLifetimeMarkers() 540 // and extra lifetime markers. in findAllocas() 608 "Unsafe to sink bitcast without lifetime markers"); in findAllocas() 1085 /// Erase lifetime.start markers which reference inputs to the extraction 1114 /// Insert lifetime start/end markers surrounding the call to the new function 1123 // Emit lifetime markers for the pointers given in \p Objects. Insert the in insertLifetimeMarkersSurroundingCall() 1124 // markers before the call if \p InsertBefore, and after the call otherwise. in insertLifetimeMarkersSurroundingCall() [all …]
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | .gitignore | 15 /Module.markers
|
/freebsd/usr.bin/sed/tests/ |
H A D | hanoi.sed | 21 # has the following meaning: the material after the three markers :1, :2, 71 # outputting current state without markers
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 320 return "R600 Emit Clause Markers Pass"; in getPassName() 329 "R600 Emit Clause Markers", false, false) 331 "R600 Emit Clause Markers", false, false)
|
/freebsd/crypto/openssl/util/ |
H A D | markdownlint.rb | 24 exclude_rule 'MD030' # Spaces after list markers (default: 1!)
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 116 // Find next element using begin and end markers. in parseElement() 179 // If there are any end markers afterwards, the begin marker cannot belong to in parseMultiLineBegin()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_open_marker.3 | 51 Markers use names which are not user-visible, allowing the caller to
|
/freebsd/sbin/ipf/libipf/ |
H A D | load_file.c | 64 * Remove comment markers in load_file()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PreprocessorOutputOptions.h | 25 unsigned ShowLineMarkers : 1; ///< Show \#line markers.
|