OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplacedValues
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
31
// of PromotedIntegers, ExpandedIntegers, ...,
ReplacedValues
.
34
// by exactly one of PromotedIntegers, ExpandedIntegers, ...,
ReplacedValues
.
35
// Values with a legal type may be mapped by
ReplacedValues
, but not by any of
52
// value (as recorded in
ReplacedValues
) in which case the operand is turned
61
// If a value is mapped by
ReplacedValues
, then it must have no uses, except
64
// The final node obtained by mapping by
ReplacedValues
is not marked NewNode.
65
// Note that
ReplacedValues
should be applied iteratively.
67
// Note that the
ReplacedValues
map may also map deleted nodes (by iterating
85
if (
ReplacedValues
.find(Res) !=
ReplacedValues
.end())
[
all
...]
LegalizeTypes.h
113
///
ReplacedValues
- For values that have been replaced with another,
115
SmallDenseMap<SDValue, SDValue, 8>
ReplacedValues
;
139
ReplacedValues
[SDValue(Old, i)] = SDValue(New, i);
[
all
...]
Completed in 38 milliseconds