| /llvm-project-15.0.7/llvm/unittests/Demangle/ |
| H A D | ItaniumDemangleTest.cpp | 101 StringView Name = N->getBaseName(); in TEST()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | VirtualInstruction.cpp | 107 OS << "User: [" << User->getBaseName() << "] "; in print() 160 OS << "[" << Stmt->getBaseName() << "]"; in print()
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 980 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1020 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1056 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1475 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1492 StringView getBaseName() const override { return Child->getBaseName(); } in getBaseName() function 1528 StringView getBaseName() const override { in getBaseName() function 1548 OB << "std::" << getBaseName(); in printLeft() 1565 StringView getBaseName() const override { in getBaseName() function 1576 OB << "std::" << getBaseName(); in printLeft() 1599 OB += Basename->getBaseName(); in printLeft() [all …]
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 980 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1020 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1056 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1475 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() function 1492 StringView getBaseName() const override { return Child->getBaseName(); } in getBaseName() function 1528 StringView getBaseName() const override { in getBaseName() function 1548 OB << "std::" << getBaseName(); in printLeft() 1565 StringView getBaseName() const override { in getBaseName() function 1576 OB << "std::" << getBaseName(); in printLeft() 1599 OB += Basename->getBaseName(); in printLeft() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 60 StringRef getBaseName(ID id);
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | MaximalStaticExpansion.cpp | 453 OS.indent(4) << Stmt.getBaseName() << "{\n"; in print()
|
| H A D | Simplify.cpp | 694 OS.indent(Indent + 4) << Stmt.getBaseName() << "\n"; in printAccesses()
|
| H A D | ForwardOpTree.cpp | 400 OS.indent(Indent + 4) << Stmt.getBaseName() << "\n"; in printStatements()
|
| H A D | ZoneAlgo.cpp | 1094 OS.indent(Indent + 4) << Stmt.getBaseName() << "\n"; in printAccesses()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 872 std::string IdName = Stmt->getBaseName() + Access; in MemoryAccess() 889 std::string IdName = Stmt->getBaseName() + Access; in MemoryAccess() 1187 isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this); in ScopStmt() 1218 const char *ScopStmt::getBaseName() const { return BaseName.c_str(); } in getBaseName() function in ScopStmt 1242 OS << "\t" << getBaseName() << "\n"; in print()
|
| H A D | ScopBuilder.cpp | 2451 isl::id Id = isl::id::alloc(scop->getIslCtx(), Stmt.getBaseName(), &Stmt); in buildDomain()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Function.cpp | 877 StringRef Intrinsic::getBaseName(ID id) { in getBaseName() function in Intrinsic 886 return getBaseName(id); in getName() 901 std::string Result(Intrinsic::getBaseName(Id)); in getIntrinsicNameImpl()
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 155 statement["name"] = Stmt.getBaseName(); in getJSON()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslAst.cpp | 685 P = isl_printer_print_str(P, AccessStmt->getBaseName()); in cbPrintUser()
|
| H A D | BlockGenerators.cpp | 667 const char *BaseName = Stmt.getBaseName(); in generateBeginStmtTrace()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 147 return Intrinsic::getBaseName((Intrinsic::ID)IID).str(); in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 3759 Msg << "intrinsic %" << Intrinsic::getBaseName((Intrinsic::ID)iid); in CannotYetSelect()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 941 OS << "intrinsic(@" << Intrinsic::getBaseName(ID) << ')'; in print()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1557 const char *getBaseName() const;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1905 write(Intrinsic::getBaseName(II->getIntrinsicID()) in writeFnName()
|