Searched refs:SDUse (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h210 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
215 class SDUse { class in namespace:llvm
222 SDUse **Prev, *Next;
224 SDUse(const SDUse &U) LLVM_DELETED_FUNCTION;
225 void operator=(const SDUse &U) LLVM_DELETED_FUNCTION;
228 SDUse() : Val(), User(NULL), Prev(NULL), Next(NULL) {} function in class:llvm::SDUse
230 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
240 /// getNext - Get the next SDUse in the use list.
241 SDUse *getNex
[all...]
H A DSelectionDAG.h566 const SDUse *Ops, unsigned NumOps);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp349 const SDUse *Ops, unsigned NumOps) {
586 SDUse &Use = *I++;
4640 const SDUse *Ops, unsigned NumOps) {
4649 // Copy from an SDUse array into an SDValue array for use with
5027 SDUse &Use = *I++;
5191 SDUse &Use = *I++;
5210 MN->InitOperands(OperandAllocator.Allocate<SDUse>(NumOps),
5223 N->InitOperands(new SDUse[NumOps], Ops, NumOps);
5395 N->InitOperands(OperandAllocator.Allocate<SDUse>(NumOps),
5523 SDUse
[all...]
H A DSelectionDAGISel.cpp1479 SDUse &Use = I.getUse();
H A DDAGCombiner.cpp4301 SDUse &Use = UI.getUse();

Completed in 249 milliseconds