Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Mapped

30   // If a node is not processed, then none of its values should be mapped by any
33 // If a node is processed, then each value with an illegal type must be mapped
35 // Values with a legal type may be mapped by ReplacedValues, but not by any of
51 // node that morphs, or it is a processed value that was mapped to some other
61 // If a value is mapped by ReplacedValues, then it must have no uses, except
84 unsigned Mapped = 0;
86 Mapped |= 1;
106 Mapped |= 2;
108 Mapped |= 4;
110 Mapped |= 8;
112 Mapped |= 16;
114 Mapped |= 32;
116 Mapped |= 64;
118 Mapped |= 128;
124 if ((I->getNodeId() == NewNode && Mapped > 1) ||
125 (I->getNodeId() != NewNode && Mapped != 0)) {
130 if (Mapped > 1) {
135 if (Mapped == 0) {
138 } else if (Mapped & (Mapped - 1)) {
145 if (Mapped & 1)
147 if (Mapped & 2)
149 if (Mapped & 4)
151 if (Mapped & 8)
153 if (Mapped & 16)
155 if (Mapped & 32)
157 if (Mapped & 64)
159 if (Mapped & 128)
622 assert(N.getNode()->getNodeId() != NewNode && "Mapped to new node!");
719 // anything that ReplacedValues mapped to OldVal will now be mapped