Searched refs:UnarySDNode (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 825 /// 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 D | SelectionDAG.cpp | 2626 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 211 milliseconds