Searched refs:getOperationName (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp104 std::string Result = Node->getOperationName(G);
H A DSelectionDAGDumper.cpp33 std::string SDNode::getOperationName(const SelectionDAG *G) const { function in class:SDNode
345 OS << " = " << getOperationName(G);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h613 /// getOperationName - Return the opcode of this operation for printing.
615 std::string getOperationName(const SelectionDAG *G = 0) const;

Completed in 69 milliseconds