Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp105 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
H A DSelectionDAGDumper.cpp58 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
989 OS << " = " << getOperationName(G); in printr()
1001 OS << Value->getOperationName(G) << ':'; in printOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp964 DAG.getContext()->emitError(Op->getOperationName(0) + in checkIntrinsicImmArg()
1255 DAG.getContext()->emitError(Op->getOperationName(0) + ": " + ErrorMsg + "."); in emitIntrinsicWithChainErrorMessage()
1378 DAG.getContext()->emitError(Op->getOperationName(0) + ": " + ErrorMsg + "."); in emitIntrinsicErrorMessage()
1701 DAG.getContext()->emitError(N->getOperationName(0) + ": " + ErrorMsg + "."); in emitErrorAndReplaceIntrinsicResults()
2470 DAG.getContext()->emitError(Node->getOperationName(0) + in legalizeIntrinsicImmArg()
2487 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorSplatImm()
2523 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorBitClearImm()
2541 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorBitSetImm()
2558 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorBitRevImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp602 << AI->getOperationName(AI->getOperation()) << " operation at " in tryExpandAtomicRMW()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4184 "atomicrmw " + AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
4189 "atomicrmw " + AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
4194 "atomicrmw " + AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
H A DInstructions.cpp1638 StringRef AtomicRMWInst::getOperationName(BinOp Op) { in getOperationName() function in AtomicRMWInst
H A DAsmWriter.cpp4180 Out << ' ' << AtomicRMWInst::getOperationName(RMWI->getOperation()); in printInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1034 std::string getOperationName(const SelectionDAG *G = nullptr) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7945 "atomicrmw " + AtomicRMWInst::getOperationName(Operation) + in parseAtomicRMW()
7951 AtomicRMWInst::getOperationName(Operation) + in parseAtomicRMW()
7957 AtomicRMWInst::getOperationName(Operation) + in parseAtomicRMW()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h822 static StringRef getOperationName(BinOp Op);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3042 std::string Name = "Unexpected operation: " + Op->getOperationName(&DAG); in SplitHvxMemOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15767 << RMW->getOperationName(RMW->getOperation()) in shouldExpandAtomicRMWInIR()