OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SlotIndexes.cpp
192
SlotIndex
startIdx
;
194
startIdx
= getMBBStartIdx(MBB);
196
startIdx
= getInstructionIndex(*Begin);
208
IndexList::iterator ListB =
startIdx
.listEntry()->getIterator();
213
assert(ListI->getIndex() >=
startIdx
.getIndex() &&
PHIElimination.cpp
555
SlotIndex
startIdx
= LIS->getMBBStartIdx(Succ);
556
VNInfo *VNI = SrcLI.getVNInfoAt(
startIdx
);
559
if (VNI && VNI->def !=
startIdx
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp
148
static bool checkHVXPipes(const HVXInstsT &hvxInsts, unsigned
startIdx
,
150
if (
startIdx
< hvxInsts.size()) {
151
if (!hvxInsts[
startIdx
].Units)
152
return checkHVXPipes(hvxInsts,
startIdx
+ 1, usedUnits);
154
if ((hvxInsts[
startIdx
].Units & b) == 0)
156
unsigned allBits = makeAllBits(b, hvxInsts[
startIdx
].Lanes);
158
if (checkHVXPipes(hvxInsts,
startIdx
+ 1, usedUnits | allBits))
344
unsigned
startIdx
, usedUnits;
345
startIdx
= usedUnits = 0x0;
346
if (!checkHVXPipes(hvxInsts,
startIdx
, usedUnits))
[
all
...]
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
3998
/* Derives the seqStore that is a chunk of the originalSeqStore from [
startIdx
, endIdx).
4003
size_t
startIdx
, size_t endIdx)
4006
if (
startIdx
> 0) {
4007
resultSeqStore->sequences = originalSeqStore->sequencesStart +
startIdx
;
4013
if (originalSeqStore->longLengthPos <
startIdx
|| originalSeqStore->longLengthPos > endIdx) {
4016
resultSeqStore->longLengthPos -= (U32)
startIdx
;
4019
resultSeqStore->sequencesStart = originalSeqStore->sequencesStart +
startIdx
;
4028
resultSeqStore->llCode +=
startIdx
;
4029
resultSeqStore->mlCode +=
startIdx
;
4030
resultSeqStore->ofCode +=
startIdx
;
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026