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
refs:NextBlock
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
construct.cpp
180
auto
NextBlock
= [](const BasicBlock* block) -> const BasicBlock* {
in IsStructuredExit()
local
193
auto block =
NextBlock
(header);
in IsStructuredExit()
205
block =
NextBlock
(block);
in IsStructuredExit()
227
block =
NextBlock
(block);
in IsStructuredExit()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
construct.cpp
180
auto
NextBlock
= [](const BasicBlock* block) -> const BasicBlock* {
in IsStructuredExit()
local
193
auto block =
NextBlock
(header);
in IsStructuredExit()
205
block =
NextBlock
(block);
in IsStructuredExit()
227
block =
NextBlock
(block);
in IsStructuredExit()
/third_party/spirv-tools/source/val/
H
A
D
construct.cpp
164
auto
NextBlock
= [](const BasicBlock* block) -> const BasicBlock* {
in IsStructuredExit()
local
180
auto block =
NextBlock
(header);
in IsStructuredExit()
192
block =
NextBlock
(block);
in IsStructuredExit()
214
block =
NextBlock
(block);
in IsStructuredExit()
/third_party/skia/src/core/
H
A
D
SkArenaAlloc.cpp
59
char* SkArenaAlloc::
NextBlock
(char* footerEnd) {
in NextBlock()
function in SkArenaAlloc
98
this->installFooter(
NextBlock
, 0);
in ensureSpace()
H
A
D
SkArenaAlloc.h
204
static char*
NextBlock
(char* footerEnd);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H
A
D
MSFBuilder.cpp
136
uint32_t
NextBlock
= static_cast<uint32_t>(Block);
in allocateBlocks()
local
137
Blocks[I++] =
NextBlock
;
in allocateBlocks()
138
FreeBlocks.reset(
NextBlock
);
in allocateBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H
A
D
MipsConstantIslandPass.cpp
940
MachineFunction::const_iterator
NextBlock
= ++Water->getIterator();
in isWaterInRange()
local
941
if (
NextBlock
== MF->end()) {
in isWaterInRange()
945
NextBlockOffset = BBInfo[
NextBlock
->getNumber()].Offset;
in isWaterInRange()
946
NextBlockAlignment =
NextBlock
->getAlignment();
in isWaterInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMConstantIslandPass.cpp
1028
MachineFunction::const_iterator
NextBlock
= Water->getIterator();
in isWaterInRange()
local
1029
if (++
NextBlock
== MF->end()) {
in isWaterInRange()
1032
NextBlockOffset = BBInfo[
NextBlock
->getNumber()].Offset;
in isWaterInRange()
1033
NextBlockAlignment =
NextBlock
->getAlignment();
in isWaterInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAGBuilder.h
808
MachineBasicBlock *
NextBlock
(MachineBasicBlock *MBB);
H
A
D
SelectionDAGBuilder.cpp
1637
if (TargetMBB !=
NextBlock
(FuncInfo.MBB) ||
in visitCatchRet()
2265
if (Succ0MBB !=
NextBlock
(BrMBB) || TM.getOptLevel() == CodeGenOpt::None)
in visitBr()
2351
if (CB.TrueBB !=
NextBlock
(SwitchBB)) {
in visitSwitchCase()
2414
if (CB.TrueBB ==
NextBlock
(SwitchBB)) {
in visitSwitchCase()
2488
if (JT.MBB !=
NextBlock
(SwitchBB))
in visitJumpTableHeader()
2495
if (JT.MBB !=
NextBlock
(SwitchBB))
in visitJumpTableHeader()
2704
if (MBB !=
NextBlock
(SwitchBB))
in visitBitTestHeader()
2763
if (NextMBB !=
NextBlock
(SwitchBB))
in visitBitTestCase()
10080
MachineBasicBlock *SelectionDAGBuilder::
NextBlock
(MachineBasicBlock *MBB) {
in NextBlock()
function in SelectionDAGBuilder
10583
if (DefaultMBB !=
NextBlock
(SwitchMB
in visitSwitch()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H
A
D
GlobalOpt.cpp
1384
BasicBlock *
NextBlock
= BasicBlock::Create(Cmp->getContext(), "next",
1386
Instruction *BI = BranchInst::Create(FreeBlock,
NextBlock
,
1393
BranchInst::Create(
NextBlock
, FreeBlock);
1395
NullPtrBlock =
NextBlock
;
Completed in 35 milliseconds