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:StartBlock
(Results
1 - 19
of
19
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCBranchSelector.cpp
202
unsigned
StartBlock
= Src->getNumber();
in computeBranchSize()
local
203
BranchSize = BlockSizes[
StartBlock
].first - BrOffset;
in computeBranchSize()
206
for (unsigned i =
StartBlock
+1, e = Dest->getNumber(); i != e; ++i) {
in computeBranchSize()
/third_party/node/deps/v8/src/codegen/
H
A
D
constant-pool.cc
313
void ConstantPool::
StartBlock
() {
in StartBlock()
function in v8::internal::ConstantPool
443
pool_->
StartBlock
();
in BlockScope()
449
pool_->
StartBlock
();
in BlockScope()
562
void ConstantPool::
StartBlock
() {
in StartBlock()
function in v8::internal::ConstantPool
692
pool_->
StartBlock
();
in BlockScope()
698
pool_->
StartBlock
();
in BlockScope()
H
A
D
constant-pool.h
316
void
StartBlock
();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
AntiDepBreaker.h
39
virtual void
StartBlock
(MachineBasicBlock *BB) = 0;
H
A
D
CriticalAntiDepBreaker.h
78
void
StartBlock
(MachineBasicBlock *BB) override;
H
A
D
AggressiveAntiDepBreaker.h
138
void
StartBlock
(MachineBasicBlock *BB) override;
H
A
D
ExpandMemCmp.cpp
617
BasicBlock *
StartBlock
= CI->getParent();
in getMemCmpExpansion()
local
618
EndBlock =
StartBlock
->splitBasicBlock(CI, "endblock");
in getMemCmpExpansion()
633
StartBlock
->getTerminator()->setSuccessor(0, LoadCmpBlocks[0]);
in getMemCmpExpansion()
H
A
D
PostRASchedulerList.cpp
376
///
StartBlock
- Initialize register live-range state for scheduling in
386
AntiDepBreak->
StartBlock
(BB);
in startBlock()
H
A
D
CodeGenPrepare.cpp
1836
BasicBlock *
StartBlock
= CountZeros->getParent();
in despeculateCountZeros()
1837
BasicBlock *CallBlock =
StartBlock
->splitBasicBlock(CountZeros, "cond.false");
in despeculateCountZeros()
1847
Builder.SetInsertPoint(
StartBlock
->getTerminator());
in despeculateCountZeros()
1855
StartBlock
->getTerminator()->eraseFromParent();
in despeculateCountZeros()
1863
PN->addIncoming(BitWidth,
StartBlock
);
in despeculateCountZeros()
6122
BasicBlock *
StartBlock
= SI->getParent();
in optimizeSelectInst()
local
6124
BasicBlock *EndBlock =
StartBlock
->splitBasicBlock(SplitPt, "select.end");
in optimizeSelectInst()
6125
BFI->setBlockFreq(EndBlock, BFI->getBlockFreq(
StartBlock
).getFrequency());
in optimizeSelectInst()
6128
StartBlock
->getTerminator()->eraseFromParent();
in optimizeSelectInst()
6183
TrueBlock =
StartBlock
;
in optimizeSelectInst()
[all...]
H
A
D
CriticalAntiDepBreaker.cpp
54
void CriticalAntiDepBreaker::
StartBlock
(MachineBasicBlock *BB) {
in StartBlock()
function in CriticalAntiDepBreaker
H
A
D
AggressiveAntiDepBreaker.cpp
152
void AggressiveAntiDepBreaker::
StartBlock
(MachineBasicBlock *BB) {
in StartBlock()
function in AggressiveAntiDepBreaker
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
instruction-scheduler.cc
91
void InstructionScheduler::
StartBlock
(RpoNumber rpo) {
in StartBlock()
function in v8::internal::compiler::InstructionScheduler
98
sequence()->
StartBlock
(rpo);
in StartBlock()
H
A
D
instruction-scheduler.h
39
V8_EXPORT_PRIVATE void
StartBlock
(RpoNumber rpo);
H
A
D
mid-tier-register-allocator.cc
1396
void
StartBlock
(const InstructionBlock* block);
1692
void SinglePassRegisterAllocator::
StartBlock
(const InstructionBlock* block) {
in StartBlock()
function in v8::internal::compiler::SinglePassRegisterAllocator
2997
general_reg_allocator_.
StartBlock
(block);
in AllocateRegisters()
2998
double_reg_allocator_.
StartBlock
(block);
in AllocateRegisters()
H
A
D
instruction-selector.h
305
void
StartBlock
(RpoNumber rpo);
H
A
D
instruction-selector.cc
134
StartBlock
(RpoNumber::FromInt(block->rpo_number()));
in SelectInstructions()
151
void InstructionSelector::
StartBlock
(RpoNumber rpo) {
in StartBlock()
function in v8::internal::compiler::InstructionSelector
154
scheduler_->
StartBlock
(rpo);
in StartBlock()
156
sequence()->
StartBlock
(rpo);
in StartBlock()
H
A
D
instruction.cc
889
void InstructionSequence::
StartBlock
(RpoNumber rpo) {
H
A
D
instruction.h
1734
void
StartBlock
(RpoNumber rpo);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
MemorySSAUpdater.cpp
269
BasicBlock *
StartBlock
= MU->getBlock();
in insertUse()
local
271
if (auto *Defs = MSSA->getWritableBlockDefs(
StartBlock
)) {
in insertUse()
432
BasicBlock *
StartBlock
= MD->getBlock();
in insertDef()
local
435
MemoryAccess *FirstDef = &*MSSA->getWritableBlockDefs(
StartBlock
)->begin();
in insertDef()
Completed in 41 milliseconds