OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mapped
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
114
Value *
Mapped
= nullptr;
117
Mapped
= MapValue(Op, VM, Flags, TypeMapper, Materializer);
118
if (
Mapped
!= C) break;
138
// If one of the operands mismatch, push it and the other
mapped
operands.
140
Ops.push_back(cast<Constant>(
Mapped
));
/external/llvm/tools/llvm-cov/
SourceCoverageView.h
84
bool
Mapped
;
86
LineCoverageInfo() : ExecutionCount(0), RegionCount(0),
Mapped
(false) {}
88
bool isMapped() const { return
Mapped
; }
99
Mapped
= true;
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
32
// If a node is not processed, then none of its values should be
mapped
by any
35
// If a node is processed, then each value with an illegal type must be
mapped
37
// Values with a legal type may be
mapped
by ReplacedValues, but not by any of
53
// node that morphs, or it is a processed value that was
mapped
to some other
63
// If a value is
mapped
by ReplacedValues, then it must have no uses, except
85
unsigned
Mapped
= 0;
87
Mapped
|= 1;
107
Mapped
|= 2;
109
Mapped
|= 4;
111
Mapped
|= 8
[
all
...]
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 263 milliseconds