Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Mapped

34   // If a node is not processed, then none of its values should be mapped by any
37 // If a node is processed, then each value with an illegal type must be mapped
39 // Values with a legal type may be mapped by ReplacedValues, but not by any of
55 // node that morphs, or it is a processed value that was mapped to some other
65 // If a value is mapped by ReplacedValues, then it must have no uses, except
90 unsigned Mapped = 0;
92 Mapped |= 1;
114 Mapped |= 2;
116 Mapped |= 4;
118 Mapped |= 8;
120 Mapped |= 16;
122 Mapped |= 32;
124 Mapped |= 64;
126 Mapped |= 128;
128 Mapped |= 256;
134 if ((Node.getNodeId() == NewNode && Mapped > 1) ||
135 (Node.getNodeId() != NewNode && Mapped != 0)) {
140 if (Mapped > 1) {
147 if (Mapped == 0 &&
152 } else if (Mapped & (Mapped - 1)) {
159 if (Mapped & 1)
161 if (Mapped & 2)
163 if (Mapped & 4)
165 if (Mapped & 8)
167 if (Mapped & 16)
169 if (Mapped & 32)
171 if (Mapped & 64)
173 if (Mapped & 128)
175 if (Mapped & 256)
578 assert(Id != I->second && "Id is mapped to itself.");
685 // anything that ReplacedValues mapped to OldVal will now be mapped