OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scattered
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
69
// Used to store the
scattered
form of a vector.
72
// Used to map a vector Value to its
scattered
form. We use std::map
78
// along with a pointer to their
scattered
forms.
82
// component of a
scattered
vector or vector pointer.
223
ScatterMap
Scattered
;
336
assert(Gathered.empty() &&
Scattered
.empty());
353
// Return a
scattered
form of V that can be accessed by Point. V must be a
357
// Put the
scattered
form of arguments in the entry block,
361
return Scatterer(BB, BB->begin(), V, &
Scattered
[V]);
373
// Put the
scattered
form of an instruction directly after th
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp
105
R.
Scattered
= MachOObj.isRelocationScattered(R.Info);
106
R.Extern = !R.
Scattered
&& MachOObj.getPlainRelocationExternal(R.Info);
226
if (!Reloc.
Scattered
) {
Object.h
177
// The referenced symbol entry. Set if !
Scattered
&& Extern.
179
// The referenced section. Set if !
Scattered
&& !Extern.
182
bool
Scattered
;
MachOWriter.cpp
265
if (!RelocInfo.
Scattered
) {
Completed in 18 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026