OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVN
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_version_svn
8
SVNROOT=${SVNROOT:-"file:///
svn
/gcc"}
18
SVN
=${
SVN
:-/usr/bin/
svn
}
21
BRANCHES=`$
SVN
ls $SVNROOT/branches \
46
${
SVN
} -q co -N ${SVNROOT2}/`dirname $i` `basename $i`
71
if ! ${
SVN
} commit -m "Daily bump." $i; then
/src/external/bsd/elftoolchain/dist/tools/
netbsd-base-system-import.sh
11
elftoolchain_svn="https://
svn
.code.sf.net/p/elftoolchain/code/trunk"
66
[ "$verbose" = YES ] && echo
SVN
checkout into \"${svncheckout}\".
67
(cd ${svncheckout} &&
svn
-q checkout ${elftoolchain_svn} trunk) || \
68
err "
SVN
checkout failed."
143
# Manual pages need a CVS ID, and renaming of their
SVN
IDs.
162
# Regular files only need their
SVN
IDs renamed.
170
# ELFTC macros and
SVN
ids transformed.
/src/external/gpl3/gcc.old/dist/contrib/
gcc_build
176
--exclude=.
svn
\
197
#
SVN
command
198
GCC_SVN=${GCC_SVN-${
SVN
-
svn
}}
199
# The
SVN
server containing the GCC repository.
202
SVN_REPOSITORY="/
svn
/gcc/"
206
# The
SVN
protocol to use.
207
SVN_PROTOCOL="
svn
"
patch_tester.sh
32
svnpath=
svn
://gcc.gnu.org/
svn
/gcc
68
URL is the location of the GCC
SVN
repository. The default is
164
svn
-q co $svnpath/trunk .
166
echo "ERROR: initial
svn
checkout failed"
177
VERSION=`
svn
info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`
222
svn
cleanup &&
svn
revert -R . &&
svn
st | cut -d' ' -f5- | xargs rm -v
244
if !
svn
switch -r $svn_revision $svnpath/trunk &> $TESTING/svn ; the
[
all
...]
gcc_update
16
# By default all command-line options are passed to `
svn
update` or `hg/git
24
# If the first parameter is --touch, no
svn
operation will be performed,
304
elif [ -d .
svn
]; then
305
GCC_SVN=${GCC_SVN-${
SVN
-
svn
}}
306
vcs_type="
svn
"
308
echo "This does not seem to be a GCC GIT/HG/
SVN
tree!"
367
# been converted from the
SVN
tree.
395
# Extract
SVN
revision corresponding to parents, as stored by
401
sed -ne "/^extra:.*convert_revision=
svn
:/
[
all
...]
/src/external/gpl3/gcc/dist/contrib/
gcc_build
176
--exclude=.
svn
\
197
#
SVN
command
198
GCC_SVN=${GCC_SVN-${
SVN
-
svn
}}
199
# The
SVN
server containing the GCC repository.
202
SVN_REPOSITORY="/
svn
/gcc/"
206
# The
SVN
protocol to use.
207
SVN_PROTOCOL="
svn
"
patch_tester.sh
32
svnpath=
svn
://gcc.gnu.org/
svn
/gcc
68
URL is the location of the GCC
SVN
repository. The default is
164
svn
-q co $svnpath/trunk .
166
echo "ERROR: initial
svn
checkout failed"
177
VERSION=`
svn
info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`
222
svn
cleanup &&
svn
revert -R . &&
svn
st | cut -d' ' -f5- | xargs rm -v
244
if !
svn
switch -r $svn_revision $svnpath/trunk &> $TESTING/svn ; the
[
all
...]
gcc_update
16
# By default all command-line options are passed to `
svn
update` or `hg/git
24
# If the first parameter is --touch, no
svn
operation will be performed,
321
elif [ -d .
svn
]; then
322
GCC_SVN=${GCC_SVN-${
SVN
-
svn
}}
323
vcs_type="
svn
"
325
echo "This does not seem to be a GCC GIT/HG/
SVN
tree!"
384
# been converted from the
SVN
tree.
412
# Extract
SVN
revision corresponding to parents, as stored by
418
sed -ne "/^extra:.*convert_revision=
svn
:/
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
601
} else if (const ShuffleVectorSDNode *
SVN
=
605
int Idx =
SVN
->getMaskElt(i);
DAGCombiner.cpp
12640
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(N0);
12665
for (int M :
SVN
->getMask())
18166
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Vec.getNode());
18167
ArrayRef<int> Mask =
SVN
->getMask();
20408
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(N);
20409
ArrayRef<int> Mask =
SVN
->getMask();
20481
static SDValue combineShuffleOfScalars(ShuffleVectorSDNode *
SVN
,
20484
EVT VT =
SVN
->getValueType(0);
20486
SDValue N0 =
SVN
->getOperand(0);
20487
SDValue N1 =
SVN
->getOperand(1)
[
all
...]
SelectionDAG.cpp
741
const ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(N);
744
ID.AddInteger(
SVN
->getMaskElt(i));
2626
auto *
SVN
= cast<ShuffleVectorSDNode>(V);
2627
if (!
SVN
->isSplat())
2629
int Idx =
SVN
->getSplatIndex();
2817
const ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op);
2818
assert(NumElts ==
SVN
->getMask().size() && "Unexpected vector size");
2823
int M =
SVN
->getMaskElt(i);
3728
const ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op);
3729
assert(NumElts ==
SVN
->getMask().size() && "Unexpected vector size")
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h
1332
SDValue combineVectorShuffle(ShuffleVectorSDNode *
SVN
,
1334
SDValue combineVReverseMemOP(ShuffleVectorSDNode *
SVN
, LSBaseSDNode *LSBase,
PPCISelLowering.cpp
9583
SDValue PPCTargetLowering::lowerToXXSPLTI32DX(ShuffleVectorSDNode *
SVN
,
9587
SDValue LHS = peekThroughBitcasts(
SVN
->getOperand(0));
9588
SDValue RHS = peekThroughBitcasts(
SVN
->getOperand(1));
9590
auto ShuffleMask =
SVN
->getMask();
9591
SDValue VecShuffle(
SVN
, 0);
9592
SDLoc DL(
SVN
);
9595
if (!isNByteElemShuffleMask(
SVN
, 4, 1))
9601
VecShuffle = DAG.getCommutedVectorShuffle(*
SVN
);
14452
SDValue PPCTargetLowering::combineVectorShuffle(ShuffleVectorSDNode *
SVN
,
14454
SDValue LHS =
SVN
->getOperand(0)
[
all
...]
PPCISelDAGToDAG.cpp
5502
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(N);
5504
SDValue Op1 = N->getOperand(
SVN
->getMaskElt(0) < 2 ? 0 : 1),
5505
Op2 = N->getOperand(
SVN
->getMaskElt(1) < 2 ? 0 : 1);
5509
if (
SVN
->getMaskElt(i) <= 0 ||
SVN
->getMaskElt(i) == 2)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
5518
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op);
5536
if (elementPairIsContiguous(
SVN
->getMask(), I)) {
5537
const int Idx =
SVN
->getMaskElt(I);
5541
PackVT,
SVN
->getOperand(VecIdx),
5545
const int Idx0 =
SVN
->getMaskElt(I);
5546
const int Idx1 =
SVN
->getMaskElt(I + 1);
5552
SDValue Vec0 =
SVN
->getOperand(VecIdx0);
5556
SDValue Vec1 =
SVN
->getOperand(VecIdx1);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
8155
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op.getNode());
8156
ArrayRef<int> ShuffleMask =
SVN
->getMask();
8335
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op.getNode());
8347
ArrayRef<int> ShuffleMask =
SVN
->getMask();
8350
if (
SVN
->isSplat()) {
8351
int Lane =
SVN
->getSplatIndex();
14578
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(N);
14580
int MaskElt =
SVN
->getMaskElt(n);
15256
auto isVMOVNShuffle = [&](ShuffleVectorSDNode *
SVN
, bool Rev) {
15257
ArrayRef<int> M =
SVN
->getMask()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
2138
const auto *
SVN
= cast<ShuffleVectorSDNode>(Op);
2139
ArrayRef<int> AM =
SVN
->getMask();
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
1711
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op.getNode());
1718
if (
SVN
->isSplat()) {
1719
const int Lane =
SVN
->getSplatIndex();
1791
bool IsSelect = all_of(enumerate(
SVN
->getMask()), [&](const auto &MaskIdx) {
1813
for (int MaskIndex :
SVN
->getMask()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
6086
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op1.getNode());
6087
ArrayRef<int> ShuffleMask =
SVN
->getMask();
6109
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(N);
6110
ArrayRef<int> ShuffleMask =
SVN
->getMask();
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
9007
ShuffleVectorSDNode *
SVN
= cast<ShuffleVectorSDNode>(Op.getNode());
9013
ArrayRef<int> ShuffleMask =
SVN
->getMask();
9022
if (
SVN
->isSplat()) {
9023
int Lane =
SVN
->getSplatIndex();
/src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex
1599
% It can use the `dvipdfmx:config' special (from TeX Live
SVN
r40941).
1614
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
1766
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
/src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex
1599
% It can use the `dvipdfmx:config' special (from TeX Live
SVN
r40941).
1614
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
1766
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
/src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex
1567
% It can use the `dvipdfmx:config' special (from TeX Live
SVN
r40941).
1582
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
1734
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
/src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex
1607
% It can use the `dvipdfmx:config' special (from TeX Live
SVN
r40941).
1622
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
1774
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
/src/external/lgpl3/mpfr/dist/doc/
texinfo.tex
1566
% It can use the `dvipdfmx:config' special (from TeX Live
SVN
r40941).
1581
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
1733
% It is fixed by xdvipdfmx 20160106 (TeX Live
SVN
r39753).
Completed in 261 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026