Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A Dundef-order.ll56 br label %Join
58 br label %Join
60 br label %Join
62 br label %Join
64 br label %Join
67 br label %Join
69 br label %Join
71 br label %Join
73 br label %Join
75 br label %Join
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp97 BasicBlock *Join = nullptr; in getStrlenWithNull() local
99 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull()
103 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull()
108 Prev->getParent(), Join); in getStrlenWithNull()
111 Prev->getParent(), Join); in getStrlenWithNull()
117 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
140 BranchInst::Create(Join, WhileDone); in getStrlenWithNull()
141 Builder.SetInsertPoint(Join, Join->begin()); in getStrlenWithNull()
/llvm-project-15.0.7/llvm/tools/llvm-go/
H A Dllvm-go.go74 configpath = filepath.Join(bin, "llvm-config")
134 fmt.Println(strings.Join(components, " "))
168 path := filepath.Join(tmpgopath, "src", p.pkgpath)
176 abspath = filepath.Join(srcdir, abspath)
189 newgopath := strings.Join(newgopathlist, string(filepath.ListSeparator))
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dgeneral.pass.cpp43 template<class E1, class E2, size_t N, class Join = std::plus<E1>>
44 auto joinArrays(E1 (&a)[N], E2 (&b)[N], Join join = Join()) { in joinArrays()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostThread.cpp20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread
21 return m_native_thread->Join(result); in Join()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringListTest.cpp406 TEST(StringListTest, Join) { in TEST() argument
412 s.Join(" ", ss); in TEST()
421 s.Join(" ", ss); in TEST()
431 s.Join(" ", ss); in TEST()
443 s.Join(" ", ss); in TEST()
455 s.Join(".", ss); in TEST()
467 s.Join("--", ss); in TEST()
/llvm-project-15.0.7/llvm/docs/_static/
H A DLoopOptWG_invite.ics35Join meeting</a></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <table>\n …
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTestGraph.h89 NodeSubset Join(const NodeSubset &other) const { in Join() function
152 Reachable = Reachable.Join(Nodes[i].second); in NodesReachableFrom()
H A DSCCIteratorTest.cpp96 NodesInSomeSCC = NodesInSomeSCC.Join(NodesInThisSCC); in TEST()
H A DTripleTest.cpp797 static std::string Join(StringRef A, StringRef B, StringRef C) { in Join() function
876 std::string E = Join(C[0], C[1], C[2]); in TEST()
879 EXPECT_EQ(E, Triple::normalize(Join(C[I[0]], C[I[1]], C[I[2]]))); in TEST()
881 std::string F = Join(C[0], C[1], C[2], C[3]); in TEST()
891 std::string E = Join(C[0], C[1], C[2]); in TEST()
894 EXPECT_EQ(E, Triple::normalize(Join(C[I[0]], C[I[1]], C[I[2]]))); in TEST()
896 std::string F = Join(C[0], C[1], C[2], C[3]); in TEST()
907 std::string E = Join(C[0], C[1], C[2]); in TEST()
910 EXPECT_EQ(E, Triple::normalize(Join(C[I[0]], C[I[1]], C[I[2]]))); in TEST()
912 std::string F = Join(C[0], C[1], C[2], C[3]); in TEST()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/llvm-project-15.0.7/lldb/unittests/Host/
H A DThreadLauncherTest.cpp27 thread->Join(&result); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostThread.h34 Status Join(lldb::thread_result_t *result);
H A DHostNativeThreadBase.h34 virtual Status Join(lldb::thread_result_t *result) = 0;
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DHostThreadWindows.h29 Status Join(lldb::thread_result_t *result) override;
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostThreadPosix.cpp25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostThreadWindows.cpp33 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join() function in HostThreadWindows
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp298 archs.Join("\n", g_archs_help); in arch_helper()
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp247 Status error = m_read_thread.Join(nullptr); in StopReadThread()
255 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringList.h81 void Join(const char *separator, Stream &strm);
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp156 error = host_thread.Join(result); in ThreadJoin()
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp76 TEST(IntRangeAttrs, Join) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringList.cpp92 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1320 ~ThreadWithParam() override { Join(); }
1322 void Join() {
1478 void Join();
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dregcoal-subrange-join.mir5 # Without a fix for PR33524 this causes an unreachable in SubRange Join

12