Home
last modified time | relevance | path

Searched refs:getOperationName (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp59 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
940 OS << " = " << getOperationName(G); in printr()
950 OS << Value->getOperationName(G) << ':'; in printOperand()
H A DSelectionDAGPrinter.cpp109 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtendingLLVM.rst95 Add code to print the node to ``getOperationName``. If your new node can be
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3843 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
3848 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
3853 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
H A DAsmWriter.cpp4005 Out << ' ' << AtomicRMWInst::getOperationName(RMWI->getOperation()); in printInstruction()
H A DInstructions.cpp1630 StringRef AtomicRMWInst::getOperationName(BinOp Op) { in getOperationName() function in AtomicRMWInst
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h986 std::string getOperationName(const SelectionDAG *G = nullptr) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7677 "atomicrmw " + AtomicRMWInst::getOperationName(Operation) + in parseAtomicRMW()
7683 AtomicRMWInst::getOperationName(Operation) + in parseAtomicRMW()
7689 AtomicRMWInst::getOperationName(Operation) + in parseAtomicRMW()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1877 std::string Name = "Unexpected operation: " + Op->getOperationName(&DAG); in SplitHvxMemOp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h795 static StringRef getOperationName(BinOp Op);