HomeSort by relevance Sort by last modified time
    Searched refs:ReplacedValues (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 33 // of PromotedIntegers, ExpandedIntegers, ..., ReplacedValues.
36 // by exactly one of PromotedIntegers, ExpandedIntegers, ..., ReplacedValues.
37 // Values with a legal type may be mapped by ReplacedValues, but not by any of
54 // value (as recorded in ReplacedValues) in which case the operand is turned
63 // If a value is mapped by ReplacedValues, then it must have no uses, except
66 // The final node obtained by mapping by ReplacedValues is not marked NewNode.
67 // Note that ReplacedValues should be applied iteratively.
69 // Note that the ReplacedValues map may also map deleted nodes (by iterating
87 if (ReplacedValues.find(Res) != ReplacedValues.end())
    [all...]
LegalizeTypes.h 112 /// ReplacedValues - For values that have been replaced with another,
114 SmallDenseMap<SDValue, SDValue, 8> ReplacedValues;
138 ReplacedValues[SDValue(Old, i)] = SDValue(New, i);
    [all...]

Completed in 138 milliseconds