Home
last modified time | relevance | path

Searched refs:Leftover (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/
H A Dipc_files_abort_exit.t49 like($stderr, qr{^IPC Fatal Error: Leftover files in the directory \(.*/leftover\)!$}m, "Got expect…
50 like($stdout, qr{^Bail out! IPC Fatal Error: Leftover files in the directory \(.*leftover\)!$}m, "G…
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp321 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local
327 Leftover != 0) in handleFloatingPointIV()
332 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()
347 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local
353 Leftover != 0) in handleFloatingPointIV()
358 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/
H A DFiles.t220 like($out->{STDERR}, qr/IPC Fatal Error: Not all files from hub '$hid' have been collected/, "Leftover files");
221 like($out->{STDERR}, qr/IPC Fatal Error: Leftover files in the directory \(.*\.ready\)/, "What file");
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2669 Value *Leftover = Result->getIndVar(); in collapseLoops() local
2675 Value *NewIndVar = Builder.CreateURem(Leftover, OrigTripCount); in collapseLoops()
2678 Leftover = Builder.CreateUDiv(Leftover, OrigTripCount); in collapseLoops()
2681 NewIndVars[0] = Leftover; in collapseLoops()
/openbsd-src/gnu/llvm/llvm/docs/
H A DTransformMetadata.rst416 Leftover Transformations
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dieee754-df.S741 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp304 Register Leftover = PartRegs[PartRegs.size() - 1]; in mergeMixedSubvectors() local
305 if (MRI.getType(Leftover).isScalar()) in mergeMixedSubvectors()
306 AllElts.push_back(Leftover); in mergeMixedSubvectors()
308 appendVectorElts(AllElts, Leftover); in mergeMixedSubvectors()