Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:NextI
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
SymbolSize.cpp
81
unsigned
NextI
= I + 1;
in computeSymbolSizes()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonGenExtract.cpp
233
BasicBlock::iterator I = std::prev(B->end()),
NextI
, Begin = B->begin();
in visitBlock()
local
H
A
D
HexagonGenMux.cpp
235
MachineBasicBlock::iterator
NextI
, End = B.end();
in genMuxInBlock()
local
H
A
D
HexagonEarlyIfConv.cpp
765
MachineBasicBlock::iterator I,
NextI
;
in predicateBlockNB()
local
986
MachineBasicBlock::iterator I,
NextI
, NonPHI = B->getFirstNonPHI();
in eliminatePhis()
local
H
A
D
HexagonExpandCondsets.cpp
340
auto
NextI
= std::next(I);
in updateKillFlags()
local
1072
MachineBasicBlock::iterator I, E,
NextI
;
in predicateInBlock()
local
H
A
D
HexagonVLIWPacketizer.cpp
236
auto
NextI
= std::next(MI);
in runOnMachineFunction()
local
1152
MachineBasicBlock::instr_iterator
NextI
;
in unpacketizeSoloInstrs()
local
H
A
D
HexagonConstPropagation.cpp
843
MachineFunction::const_iterator
NextI
= std::next(BI);
in computeBlockSuccessors()
local
H
A
D
HexagonFrameLowering.cpp
1938
MachineBasicBlock::iterator
NextI
;
in expandSpillMacros()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H
A
D
HexagonMCCodeEmitter.cpp
482
const MCInst &
NextI
= *(I+1)->getInst();
in getFixupNoBits()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
MIRPrinter.cpp
593
MachineFunction::const_iterator
NextI
= std::next(MBB.getIterator());
in canPredictSuccessors()
local
H
A
D
LiveDebugValues.cpp
998
auto
NextI
= std::next(MI.getIterator());
in isLocationSpill()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H
A
D
WebAssemblyRegStackify.cpp
325
auto
NextI
= std::next(MachineBasicBlock::const_iterator(Def));
in isSafeToMove()
local
/third_party/googletest/googletest/include/gtest/internal/
H
A
D
gtest-param-util.h
912
constexpr size_t
NextI
= ThisI - (ThisI != 0);
in AdvanceIfEnd()
local
/third_party/mesa3d/src/gtest/include/gtest/internal/
H
A
D
gtest-param-util.h
836
constexpr size_t
NextI
= ThisI - (ThisI != 0);
in AdvanceIfEnd()
local
/third_party/node/deps/googletest/include/gtest/internal/
H
A
D
gtest-param-util.h
909
constexpr size_t
NextI
= ThisI - (ThisI != 0);
in AdvanceIfEnd()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
MemCpyOptimizer.cpp
239
range_iterator
NextI
= I;
in addRange()
local
Completed in 55 milliseconds