| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 110 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 D | llvm-go.go | 74 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 D | nanpa.sed | 14 # Join all lines with unterminated HTML tags 21 # Join lines with only <TR>.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Threading.cpp | 106 enum class JoiningPolicy { Join, Detach }; enumerator 122 JoiningPolicy::Join); in llvm_execute_on_thread()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | sh.cpu | 338 ; 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 D | sh.cpu | 338 ; 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 D | sh.cpu | 338 ; 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 D | sh.cpu | 338 ; 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 D | README.md | 38 - Join the community IRC channel [#netbsd @ libera.chat](https://web.libera.chat/#netbsd).
|
| /netbsd-src/external/bsd/nvi/docs/ |
| H A D | ev | 16 ^Aj J Join lines.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1316 ~ThreadWithParam() override { Join(); } 1318 void Join() { 1474 void Join();
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | IANA-arp-parameters | 42 14 MARS-Join [Armitage]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 521 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 D | Threading.inc | 93 if (JP == JoiningPolicy::Join) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 49 if (JP == JoiningPolicy::Join) {
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | README.md | 10 [ 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 D | RISCVInstrInfoVPseudos.td | 598 // 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 D | xgettext.texi | 110 Join messages with existing file.
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | dir-example | 353 * join: (coreutils)join invocation. Join lines on a common field.
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2007 | 663 * rcparse.y: Join strings for elements having no side-effects in
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2007 | 663 * rcparse.y: Join strings for elements having no side-effects in
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | zippy | 1296 Youth of today! Join me in a mass rally for traditional mental
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | ex.cmd.texi | 891 Join lines of text together.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2012 | 2220 * include/std/future (~_Async_state_impl): Join thread before 4403 (__future_base::_Async_state_common::_M_run_deferred): Join.
|