Searched refs:UnarySDNode (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h825 /// UnarySDNode - This class is used for single-operand SDNodes. This is solely
827 class UnarySDNode : public SDNode { class in class:llvm::SDNode
830 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X) function in class:llvm::SDNode::UnarySDNode
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2626 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTs, Operand);
2629 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTs, Operand);
4522 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTList, Ops[0]);
4534 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTList, Ops[0]);

Completed in 139 milliseconds