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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h242 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
247 class SDUse { class in namespace:llvm
254 SDUse **Prev, *Next;
256 SDUse(const SDUse &U) LLVM_DELETED_FUNCTION;
257 void operator=(const SDUse &U) LLVM_DELETED_FUNCTION;
260 SDUse() : Val(), User(nullptr), Prev(nullptr), Next(nullptr) {} function in class:llvm::SDUse
262 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
272 /// getNext - Get the next SDUse in the use list.
273 SDUse *getNex
[all...]
H A DSelectionDAG.h641 SDValue getNode(unsigned Opcode, SDLoc DL, EVT VT, ArrayRef<SDUse> Ops);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp379 ArrayRef<SDUse> Ops) {
646 SDUse &Use = *I++;
4390 SDUse *DynOps = NumOps > 4 ? OperandAllocator.Allocate<SDUse>(NumOps)
4928 ArrayRef<SDUse> Ops) {
4937 // Copy from an SDUse array into an SDValue array for use with
5326 SDUse &Use = *I++;
5491 SDUse &Use = *I++;
5510 MN->InitOperands(OperandAllocator.Allocate<SDUse>(NumOps),
5523 N->InitOperands(new SDUse[NumOp
[all...]
H A DDAGCombiner.cpp2301 ArrayRef<SDUse>(N->op_begin(), N->op_end()));
2311 ArrayRef<SDUse>(N->op_begin(), N->op_end()));
2322 ArrayRef<SDUse>(N->op_begin(), N->op_end()));
2333 ArrayRef<SDUse>(N->op_begin(), N->op_end()));
4903 SDUse &Use = UI.getUse();
H A DSelectionDAGISel.cpp1721 SDUse &Use = I.getUse();
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp2188 for (const SDUse &I : Node->ops())
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7337 for (const SDUse &O : ChainNext->ops())
8221 SDUse &Use = UI.getUse();
8235 for (const SDUse &O : User->ops()) {

Completed in 161 milliseconds