Home
last modified time | relevance | path

Searched refs:Sparse (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseSet.h132 SparseT *Sparse = nullptr;
147 ~SparseSet() { free(Sparse); }
162 free(Sparse);
166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
207 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {
257 Sparse[Idx] = size();
294 Sparse[BackIdx] = I - begin();
H A DSparseMultiSet.h123 SparseT *Sparse = nullptr; variable
195 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet()
209 free(Sparse); in setUniverse()
213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse()
357 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex()
427 Sparse[Idx] = NodeIdx; in insert()
498 Sparse[sparseIndex(N)] = N.Next; in unlink()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h42 bool Sparse;
63 InstrProfWriter(bool Sparse = false);
150 void setOutputSparse(bool Sparse);
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp174 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() argument
175 : Sparse(Sparse), InfoObj(new InstrProfRecordWriterTrait()) {} in InstrProfWriter()
185 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument
186 this->Sparse = Sparse; in setOutputSparse()
313 if (!Sparse) in shouldEncodeData()
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm114 if (*$self->{ZipData}{Sparse} ) {
117 my $sparse = *$self->{ZipData}{Sparse} ;
685 *$self->{ZipData}{Sparse} = $got->getValue('sparse') ;
701 return 1 if *$self->{ZipData}{Sparse} ;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2605 unsigned SparseUniverse = Sparse.size(); in filterAndAdd()
2614 if (Index < SparseUniverse && Sparse.test(Index)) in filterAndAdd()
2631 Sparse.resize(NewSparseUniverse); in filterAndAdd()
2637 Sparse.set(Index); in filterAndAdd()
2655 BitVector Sparse; member
/openbsd-src/gnu/llvm/llvm/docs/
H A DOptBisect.rst123 …BISECT: running pass (5) Interprocedural Sparse Conditional Constant Propagation on module (test.l…
H A DLexicon.rst295 Sparse Conditional Constant Propagation
H A DPasses.rst659 ``-ipsccp``: Interprocedural Sparse Conditional Constant Propagation
662 An interprocedural variant of :ref:`Sparse Conditional Constant Propagation
1012 ``-sccp``: Sparse Conditional Constant Propagation
1015 Sparse conditional constant propagation and merging, which can be summarized
H A DGettingStarted.rst904 Sparse Conditional Constant Propagation, Inlining, Loop Invariant Code Motion,
/openbsd-src/gnu/llvm/llvm/
H A DCREDITS.TXT37 D: Sparse bitmap
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-mmix.texi547 The code and data areas are each contiguous. Sparse programs with
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mmix.texi547 The code and data areas are each contiguous. Sparse programs with
/openbsd-src/usr.bin/file/magdir/
H A Dmsdos720 0 lelong 0x02468ace Bochs Sparse disk image
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td801 // Sparse texture support requires that all result registers are zeroed when
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi4257 Perform Sparse Conditional Constant Propagation in SSA form. Requires