Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp110 BasicBlock *Join = nullptr; in getStrlenWithNull() local
112 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull()
116 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull()
121 Prev->getParent(), Join); in getStrlenWithNull()
124 Prev->getParent(), Join); in getStrlenWithNull()
130 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
153 BranchInst::Create(Join, WhileDone); in getStrlenWithNull()
154 Builder.SetInsertPoint(Join, Join->begin()); in getStrlenWithNull()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/
H A Dllvm-go.go74 configpath = filepath.Join(bin, "llvm-config")
130 fmt.Println(strings.Join(components, " "))
164 path := filepath.Join(tmpgopath, "src", p.pkgpath)
172 abspath = filepath.Join(srcdir, abspath)
185 newgopath := strings.Join(newgopathlist, string(filepath.ListSeparator))
/netbsd-src/share/misc/
H A Dnanpa.sed14 # Join all lines with unterminated HTML tags
21 # Join lines with only <TR>.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp106 enum class JoiningPolicy { Join, Detach }; enumerator
122 JoiningPolicy::Join); in llvm_execute_on_thread()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsh.cpu338 ; Join 2 ints together in natural bit order.
343 ; Join 4 half-ints together in natural bit order.
350 ; Join 8 quarter-ints together in natural bit order.
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsh.cpu338 ; Join 2 ints together in natural bit order.
343 ; Join 4 half-ints together in natural bit order.
350 ; Join 8 quarter-ints together in natural bit order.
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsh.cpu338 ; Join 2 ints together in natural bit order.
343 ; Join 4 half-ints together in natural bit order.
350 ; Join 8 quarter-ints together in natural bit order.
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsh.cpu338 ; Join 2 ints together in natural bit order.
343 ; Join 4 half-ints together in natural bit order.
350 ; Join 8 quarter-ints together in natural bit order.
/netbsd-src/
H A DREADME.md38 - Join the community IRC channel [#netbsd @ libera.chat](https://web.libera.chat/#netbsd).
/netbsd-src/external/bsd/nvi/docs/
H A Dev16 ^Aj J Join lines.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1316 ~ThreadWithParam() override { Join(); }
1318 void Join() {
1474 void Join();
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DIANA-arp-parameters42 14 MARS-Join [Armitage]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc521 Join(); in ~ThreadWithParamBase()
524 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreading.inc93 if (JP == JoiningPolicy::Join) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc49 if (JP == JoiningPolicy::Join) {
/netbsd-src/external/bsd/libevent/dist/
H A DREADME.md10 [![Join the chat at https://gitter.im/libevent/libevent](https://badges.gitter.im/libevent/libevent…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1559 SDValue Join; in SplitVectorLoad() local
1562 Join = DAG.getNode(ISD::CONCAT_VECTORS, SL, VT, LoLoad, HiLoad); in SplitVectorLoad()
1564 Join = DAG.getNode(ISD::INSERT_SUBVECTOR, SL, VT, DAG.getUNDEF(VT), LoLoad, in SplitVectorLoad()
1566 Join = DAG.getNode( in SplitVectorLoad()
1568 VT, Join, HiLoad, in SplitVectorLoad()
1572 SDValue Ops[] = {Join, DAG.getNode(ISD::TokenFactor, SL, MVT::Other, in SplitVectorLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td598 // Join strings in list using separator and ignoring empty elements
599 class Join<list<string> strings, string separator> {
874 let Constraints = Join<[Constraint, "$rd = $merge"], ",">.ret;
983 let Constraints = Join<[Constraint, "$rd = $merge"], ",">.ret;
1005 let Constraints = Join<[Constraint, "$rd = $merge"], ",">.ret;
1051 let Constraints = Join<[Constraint, "$rd = $rs3"], ",">.ret;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dxgettext.texi110 Join messages with existing file.
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Ddir-example353 * join: (coreutils)join invocation. Join lines on a common field.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2007663 * rcparse.y: Join strings for elements having no side-effects in
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2007663 * rcparse.y: Join strings for elements having no side-effects in
/netbsd-src/games/fortune/datfiles/
H A Dzippy1296 Youth of today! Join me in a mass rally for traditional mental
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dex.cmd.texi891 Join lines of text together.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20122220 * include/std/future (~_Async_state_impl): Join thread before
4403 (__future_base::_Async_state_common::_M_run_deferred): Join.

123