Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Used

82 /// As such, this method can be used to do an exact bit-for-bit comparison of
360 llvm_unreachable("Should only be used on nodes with operands");
583 // Drop all of the operands and decrement used node's use counts.
789 // The SDNode allocators cannot be used to allocate nodes with fields that are
817 // The MachineNode allocators cannot be used to allocate nodes with fields
3221 // used by target LowerCall hooks, this helps legalize find the
3275 /// used when a memcpy is turned into a memset when the source is a constant
4938 // Clear the operands list, updating used nodes to remove this from their
4943 SDNode *Used = Use.getNode();
4945 if (Used->use_empty())
4946 DeadNodeSet.insert(Used);
4997 /// getMachineNode - These are used for target selectors to create a new node
5437 /// UseMemo - This class is used by SelectionDAG::ReplaceAllUsesOfValuesWith