| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | charconv_test_helpers.h | 128 auto ep = r.ptr - 1; in test_value() local 129 r = to_chars(buf, ep, v, args...); in test_value() 130 assert(r.ptr == ep); in test_value() 139 assert(last == ep); in fromchars_impl() 148 assert(last == ep); in fromchars_impl() 158 assert(last == ep); in fromchars128_impl() 167 assert(s.ptr == ep); in fromchars128_impl() 177 assert(last == ep); in fromchars128_impl() 183 assert(s.ptr == ep); in fromchars128_impl() 197 -> decltype(fromchars_impl(p, ep, base, std::is_signed<X>())) [all …]
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | new-pm-O0-ep-callbacks.ll | 1 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-late-loop-optimizations=no-op-loop -passe… 2 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-loop-optimizer-end=no-op-loop -passes='de… 3 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-scalar-optimizer-late=no-op-function -pas… 4 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-cgscc-optimizer-late=no-op-cgscc -passes=… 5 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-vectorizer-start=no-op-function -passes='… 6 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-pipeline-start=no-op-module -passes='defa… 7 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-pipeline-early-simplification=no-op-modul… 8 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-optimizer-early=no-op-module -passes='def… 9 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-optimizer-last=no-op-module -passes='defa… 10 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-full-link-time-optimization-early=no-op-m… [all …]
|
| H A D | pass-pipeline-parsing.ll | 245 ; RUN: opt -passes-ep-peephole=bad -passes=no-op-function \ 247 ; PASSES-EP-PEEPHOLE-ERR: Could not parse -passes-ep-peephole pipeline: unknown function pass 'bad' 248 ; RUN: opt -passes-ep-late-loop-optimizations=bad -passes=no-op-function \ 251 ; RUN: opt -passes-ep-loop-optimizer-end=bad -passes=no-op-function \ 253 ; PASSES-EP-LOOPOPTEND-ERR: Could not parse -passes-ep-loop-optimizer-end pipeline: unknown loop pa… 254 ; RUN: opt -passes-ep-scalar-optimizer-late=bad -passes=no-op-function \ 257 ; RUN: opt -passes-ep-cgscc-optimizer-late=bad -passes=no-op-function \ 260 ; RUN: opt -passes-ep-vectorizer-start=bad -passes=no-op-function \ 263 ; RUN: opt -passes-ep-pipeline-start=bad -passes=no-op-function \ 265 ; PASSES-EP-PIPELINESTART-ERR: Could not parse -passes-ep-pipeline-start pipeline: unknown pass nam… [all …]
|
| H A D | new-pm-defaults.ll | 30 ; RUN: -passes-ep-peephole='no-op-function' \ 34 ; RUN: -passes-ep-late-loop-optimizations='no-op-loop' \ 38 ; RUN: -passes-ep-loop-optimizer-end='no-op-loop' \ 42 ; RUN: -passes-ep-scalar-optimizer-late='no-op-function' \ 46 ; RUN: -passes-ep-cgscc-optimizer-late='no-op-cgscc' \ 50 ; RUN: -passes-ep-vectorizer-start='no-op-function' \ 54 ; RUN: -passes-ep-pipeline-start='no-op-module' \ 58 ; RUN: -passes-ep-pipeline-early-simplification='no-op-module' \ 62 ; RUN: -passes-ep-pipeline-start='no-op-module' \ 66 ; RUN: -passes-ep-optimizer-early='no-op-module' \ [all …]
|
| H A D | new-pm-lto-defaults.ll | 9 ; RUN: -passes='lto<O1>' -S %s -passes-ep-full-link-time-optimization-early=no-op-module \ 10 ; RUN: -passes-ep-full-link-time-optimization-last=no-op-module 2>&1 \ 17 ; RUN: -passes='lto<O2>' -S %s -passes-ep-full-link-time-optimization-early=no-op-module \ 18 ; RUN: -passes-ep-full-link-time-optimization-last=no-op-module 2>&1 \ 33 ; RUN: -passes='lto<O3>' -S %s -passes-ep-peephole='no-op-function' 2>&1 \
|
| H A D | new-pm-thinlto-defaults.ll | 18 ; RUN: -passes='thinlto-pre-link<O3>' -S -passes-ep-pipeline-start='no-op-module' %s 2>&1 \ 37 …cfg-preserved=0 -eagerly-invalidate-analyses=0 -debug-pass-manager -passes-ep-pipeline-start='no-o…
|
| H A D | new-pm-thinlto-prelink-samplepgo-defaults.ll | 13 ; RUN: -passes='thinlto-pre-link<O3>' -S -passes-ep-pipeline-start='no-op-module' %s 2>&1 \
|
| H A D | new-pm-thinlto-postlink-pgo-defaults.ll | 10 …cfg-preserved=0 -eagerly-invalidate-analyses=0 -debug-pass-manager -passes-ep-pipeline-start='no-o…
|
| H A D | new-pm-thinlto-postlink-samplepgo-defaults.ll | 11 …cfg-preserved=0 -eagerly-invalidate-analyses=0 -debug-pass-manager -passes-ep-pipeline-start='no-o…
|
| H A D | new-pm-thinlto-prelink-pgo-defaults.ll | 15 ; RUN: -passes='thinlto-pre-link<O3>' -S -passes-ep-pipeline-start='no-op-module' %s 2>&1 \
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pr48848.cpp | 3 void Decider(const RT &sp, ET &ep) { in Decider() argument 4 [=](auto i) { ep[i] = sp[i + j]; }; in Decider() 9 int *ep; in LS() local 10 Decider(5, ep); in LS()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/empty_class/ |
| H A D | TestValueAPIEmptyClass.py | 44 ep = frame0.FindVariable('ep') 45 self.assertTrue(ep.IsValid(), VALID_VARIABLE) 46 self.DebugSBValue(ep) 49 epd = ep.Dereference()
|
| H A D | main.cpp | 5 Empty* ep = new Empty; in main() local
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | FPBits.h | 185 inline static constexpr FPBits<T> make_value(UIntType number, int ep) { in make_value() 190 ep -= lz; in make_value() 192 if (likely(ep >= 0)) { in make_value() 195 result.set_unbiased_exponent(ep + 1); in make_value() 197 result.set_mantissa(number >> -ep); in make_value()
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | frexp.inc | 28 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE frexp(__CLC_GENTYPE x, __CLC_ADDRESS_SPACE __CLC_INTN *ep) { 38 *ep = select(e, (__CLC_INTN)0, t); 54 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE frexp(__CLC_GENTYPE x, __CLC_ADDRESS_SPACE __CLC_INTN *ep) { 64 *ep = __CLC_CONVERT_INTN(select(e, 0L, t));
|
| H A D | atan2.cl | 52 …float p = mad(vbyu2, mad(vbyu2, -0x1.55cd22p-5f, -0x1.26cf76p-2f), -0x1.55554ep-2f) * vbyu2 * vbyu;
|
| H A D | tables.cl | 231 0x1.49539ep+0f, 271 0x1.12358ep+0f, 540 (float2)(0x1.dc8000p-1f, 0x1.33567ep-14f), 593 (float2)(0x1.c38000p-4f, 0x1.75252ep-15f), 707 (float2)(0x1.40926ep+3f, 0x1.422a4ap+3f), 746 (float2)(0x1.014000p+0f, 0x1.39221ep-12f), 758 (float2)(0x1.090000p+0f, 0x1.94398ep-15f), 777 (float2)(0x1.144000p+0f, 0x1.74961ep-12f), 882 0x1.11301ep+0f,
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/traces/ |
| H A D | sincosf.txt | 275 0x1.42224ep-11 281 0x1.47723ep-11 672 0x1.8296ep-10 684 0x1.07198ep-15 697 -0x1.0745ep-15 773 0x1.2879ep-9 1229 -0x1.41152ep-9 1266 -0x1.42143ep-9 2169 0x1.62970ep-8 3069 0x1.204ep-9 [all …]
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | UnwindInfoSection.cpp | 699 auto *ep = reinterpret_cast<uint32_t *>(&p2p[1]); in writeTo() local 706 *ep++ = (it->second << COMPRESSED_ENTRY_FUNC_OFFSET_BITS) | in writeTo() 710 memcpy(ep, page.localEncodings.data(), in writeTo() 719 auto *ep = reinterpret_cast<uint32_t *>(&p2p[1]); in writeTo() local 723 *ep++ = cue.functionAddress; in writeTo() 724 *ep++ = cue.encoding; in writeTo()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | pointer-to-member.cpp | 266 A::*ep = &A::e, in test() local 273 clang_analyzer_eval(ep); // expected-warning{{TRUE}} in test() 287 clang_analyzer_eval(a.*ep == 5); // expected-warning{{TRUE}} in test()
|
| /llvm-project-15.0.7/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 217 const char *ep = sp + 1; in getSystemRegistryString() 218 while (*ep && (llvm::isDigit(*ep) || (*ep == '.'))) in getSystemRegistryString() 219 ep++; in getSystemRegistryString()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/ |
| H A D | runulp.sh | 121 t powf 0x1.ep-1 0x1.1p0 x 0x1p8 0x1p14 50000 122 t powf 0x1.ep-1 0x1.1p0 x -0x1p8 -0x1p14 50000
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 194 static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep); 822 static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) { 826 if (ep && ep->ExceptionRecord) 828 ep->ExceptionRecord->ExceptionCode) 838 ExceptionInfo.ExceptionPointers = ep; 849 if (ep) 850 memcpy(&ContextCopy, ep->ContextRecord, sizeof(ContextCopy)); 852 LocalPrintStackTrace(llvm::errs(), ep ? &ContextCopy : nullptr);
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr1xx.cpp | 284 virtual void ep() throw(C*); // expected-note {{overridden}} 317 virtual void ep() throw(E*); // expected-error {{more lax}}
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 211 // <|1001|000d|dddd|01ep>
|