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:entryBlock
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
Optimizer.cpp
132
Ice::CfgNode *
entryBlock
= function->getEntryNode();
in propagateAlloca()
local
133
Ice::InstList &instList =
entryBlock
->getInsts();
in propagateAlloca()
203
Ice::CfgNode *
entryBlock
= function->getEntryNode();
in performScalarReplacementOfAggregates()
local
204
Ice::InstList &instList =
entryBlock
->getInsts();
in performScalarReplacementOfAggregates()
324
Ice::CfgNode *
entryBlock
= function->getEntryNode();
in eliminateUnitializedLoads()
local
326
for(Ice::Inst &alloca :
entryBlock
->getInsts())
in eliminateUnitializedLoads()
H
A
D
LLVMReactor.hpp
111
llvm::BasicBlock *
entryBlock
= nullptr;
member
H
A
D
LLVMReactorDebugInfo.cpp
361
llvm::BasicBlock &
entryBlock
= function->getEntryBlock();
in emitPending()
local
363
entryBlock
.getInstList().push_front(alloca);
in emitPending()
H
A
D
SubzeroReactor.cpp
220
Ice::CfgNode *
entryBlock
= nullptr;
member
468
::
entryBlock
->appendInst(br);
in finalizeFunction()
960
::
entryBlock
= nullptr;
1133
ASSERT(::
entryBlock
== nullptr);
1145
::
entryBlock
= ::function->getEntryNode();
4706
this->handle = sz::Call(::function, ::
entryBlock
, coro::getHandleParam);
4711
sz::Call(::function, ::
entryBlock
, coro::setPromisePtr, this->handle, this->promise);
H
A
D
LLVMReactor.cpp
651
llvm::BasicBlock &
entryBlock
= jit->function->getEntryBlock();
in allocateStackVariable()
local
671
entryBlock
.getInstList().push_front(declaration);
in allocateStackVariable()
4266
jit->builder->SetInsertPoint(jit->coroutine.
entryBlock
, jit->coroutine.
entryBlock
->begin());
in promoteFunctionToCoroutine()
4324
jit->coroutine.
entryBlock
= llvm::BasicBlock::Create(*jit->context, "function", jit->function);
in createCoroutine()
4326
jit->builder->SetInsertPoint(jit->coroutine.
entryBlock
);
in createCoroutine()
Completed in 15 milliseconds