/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedKryo.td | 42 def KryoUnitXA : ProcResource<1>; // Type X(A) micro-ops 43 def KryoUnitXB : ProcResource<1>; // Type X(B) micro-ops 44 def KryoUnitYA : ProcResource<1>; // Type Y(A) micro-ops 45 def KryoUnitYB : ProcResource<1>; // Type Y(B) micro-ops 46 def KryoUnitX : ProcResGroup<[KryoUnitXA, // Type X micro-ops 48 def KryoUnitY : ProcResGroup<[KryoUnitYA, // Type Y micro-ops 50 def KryoUnitXY : ProcResGroup<[KryoUnitXA, // Type XY micro-ops 54 def KryoUnitLSA : ProcResource<1>; // Type LS(A) micro-ops 55 def KryoUnitLSB : ProcResource<1>; // Type LS(B) micro-ops 56 def KryoUnitLS : ProcResGroup<[KryoUnitLSA, // Type LS micro-ops
|
H A D | AArch64SchedA57WriteRes.td | 27 // Define Generic 1 micro-op types 61 // Define Generic 2 micro-op types 196 // Define Generic 3 micro-op types 267 // Define Generic 4 micro-op types 334 // Define Generic 5 micro-op types 378 // Define Generic 6 micro-op types 425 // Define Generic 7 micro-op types 462 // Define Generic 8 micro-op types 488 // Define Generic 9 micro-op types 515 // Define Generic 10 micro-op types [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | VersionTuple.cpp | 64 unsigned major = 0, minor = 0, micro = 0, build = 0; in tryParse() local 91 if (parseInt(input, micro)) in tryParse() 95 *this = VersionTuple(major, minor, micro); in tryParse() 110 *this = VersionTuple(major, minor, micro, build); in tryParse()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleE5500.td | 177 2>, // 2 micro-ops 183 2>, // 2 micro-ops 197 2>, // 2 micro-ops 203 2>, // 2 micro-ops 223 2>, // 2 micro-ops 229 2>, // 2 micro-ops 236 2>, // 2 micro-ops 243 2>, // 2 micro-ops 253 2>, // 2 micro-ops 259 2>, // 2 micro-ops [all …]
|
H A D | PPCScheduleE500mc.td | 148 2>, // 2 micro-ops 154 2>, // 2 micro-ops 164 2>, // 2 micro-ops 170 2>, // 2 micro-ops 186 2>, // 2 micro-ops 198 2>, // 2 micro-ops 205 2>, // 2 micro-ops 326 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
|
H A D | PPCScheduleE500.td | 135 2>, // 2 micro-ops 141 2>, // 2 micro-ops 151 2>, // 2 micro-ops 157 2>, // 2 micro-ops 271 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Listener.h | 86 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout); 89 const Timeout<std::micro> &timeout); 94 const Timeout<std::micro> &timeout); 124 bool GetEventInternal(const Timeout<std::micro> &timeout,
|
H A D | Predicate.h | 123 std::optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor() 157 const Timeout<std::micro> &timeout = std::nullopt) { 186 const Timeout<std::micro> &timeout = std::nullopt) {
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/ |
H A D | Host.h | 189 const Timeout<std::micro> &timeout, 205 const Timeout<std::micro> &timeout, 219 const Timeout<std::micro> &timeout, 235 const Timeout<std::micro> &timeout,
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/ |
H A D | micro-tests.ini | 9 [micro-tests] 14 [micro-results]
|
H A D | lit.cfg | 5 config.name = 'test-data-micro'
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiSchedule.td | 30 // Max micro-ops that can be buffered for optimized loop dispatch/execution. 38 // Max micro-ops that may be scheduled per cycle. [default = 1] 47 // Max micro-ops that can be buffered. [default = -1]
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Communication.h | 110 const Timeout<std::micro> &timeout, 175 const Timeout<std::micro> &timeout,
|
/openbsd/lib/libexpat/tests/ |
H A D | misc_tests.c | 180 version_struct->micro = 0; in parse_version() 182 version_struct->micro in parse_version() 183 = 10 * version_struct->micro + (*version_text++ - ASCII_0); in parse_version() 194 && first->micro == second->micro); in versions_equal()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBCommunication.cpp | 109 Timeout<std::micro> timeout = timeout_usec == UINT32_MAX in Read() 110 ? Timeout<std::micro>(std::nullopt) in Read()
|
H A D | SBListener.cpp | 135 Timeout<std::micro> timeout(std::nullopt); in WaitForEvent() 159 Timeout<std::micro> timeout(std::nullopt); in WaitForEventForBroadcaster() 179 Timeout<std::micro> timeout(std::nullopt); in WaitForEventForBroadcasterWithType()
|
H A D | SBExpressionOptions.cpp | 97 m_opaque_up->SetTimeout(timeout == 0 ? Timeout<std::micro>(std::nullopt) in SetTimeoutInMicroSeconds() 113 ? Timeout<std::micro>(std::nullopt) in SetOneThreadTimeoutInMicroSeconds()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Communication.cpp | 87 const Timeout<std::micro> &timeout, in Read() 128 const Timeout<std::micro> &timeout, in ReadFromConnection()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 75 const Timeout<std::micro> &timeout) override; 80 const Timeout<std::micro> &timeout) override;
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.h | 53 size_t Read(void *dst, size_t dst_len, const Timeout<std::micro> &timeout, 61 lldb::ConnectionStatus BytesAvailable(const Timeout<std::micro> &timeout,
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57WriteRes.td | 18 // 11 micro-ops to be issued as follows: one to I pipe, six to S pipes and 24 // Define Generic 1 micro-op types 87 // Define Generic 2 micro-op types 281 // Define Generic 3 micro-op types
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Listener.cpp | 342 const Timeout<std::micro> &timeout, in GetEventInternal() 383 const Timeout<std::micro> &timeout) { in GetEventForBroadcasterWithType() 390 const Timeout<std::micro> &timeout) { in GetEventForBroadcaster() 394 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Host.cpp | 379 const Timeout<std::micro> &timeout, in RunShellCommand() 390 const Timeout<std::micro> &timeout, in RunShellCommand() 400 const Timeout<std::micro> &timeout, in RunShellCommand() 410 const Timeout<std::micro> &timeout, in RunShellCommand()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Chrono.h | 84 template <> struct unit<std::micro> { static const char value[]; }; 131 return {getAs<std::micro>(D), "us"};
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.h | 191 Timeout<std::micro> timeout, bool sync_on_timeout); 194 Timeout<std::micro> timeout,
|