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:first_instr
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_trivial_continues.c
39
nir_instr *
first_instr
= nir_block_first_instr(block);
in lower_trivial_continues_block()
local
40
if (!
first_instr
|| instr_is_continue(
first_instr
)) {
in lower_trivial_continues_block()
56
first_instr
= nir_block_first_instr(block);
in lower_trivial_continues_block()
57
assert(!
first_instr
|| instr_is_continue(
first_instr
));
in lower_trivial_continues_block()
H
A
D
nir_from_ssa.c
849
nir_instr *
first_instr
= nir_block_first_instr(block);
in resolve_parallel_copies_block()
local
850
if (
first_instr
== NULL)
in resolve_parallel_copies_block()
853
if (
first_instr
->type == nir_instr_type_parallel_copy) {
in resolve_parallel_copies_block()
854
nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(
first_instr
);
in resolve_parallel_copies_block()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_lds.cpp
100
AluInstr*
first_instr
= nullptr;
in split()
local
120
if (!
first_instr
) {
in split()
121
first_instr
= instr;
in split()
122
first_instr
->set_alu_flag(alu_lds_group_start);
in split()
130
first_instr
->add_extra_dependency(addr);
in split()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_flow.c
491
LLVMValueRef
first_instr
= LLVMGetFirstInstruction(first_block);
in create_builder_at_entry()
local
494
if (
first_instr
) {
in create_builder_at_entry()
495
LLVMPositionBuilderBefore(first_builder,
first_instr
);
in create_builder_at_entry()
/third_party/python/Tools/gdb/
H
A
D
libpython.py
1068
first_instr
= self._f_code().field("co_code_adaptive").cast(codeunit_p)
1069
return int(prev_instr -
first_instr
)
/third_party/python/Python/
H
A
D
ceval.c
1367
#define INSTR_OFFSET() ((int)(next_instr -
first_instr
))
1373
#define JUMPTO(x) (next_instr =
first_instr
+ (x))
1691
_Py_CODEUNIT *
first_instr
;
local
1701
first_instr
= _PyCode_CODE(co); \
2672
frame->prev_instr =
first_instr
+ PyLong_AsLong(lasti);
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_llvm_build.c
3009
LLVMValueRef
first_instr
= LLVMGetFirstInstruction(first_block);
in ac_build_alloca_undef()
local
3013
if (
first_instr
) {
in ac_build_alloca_undef()
3014
LLVMPositionBuilderBefore(first_builder,
first_instr
);
in ac_build_alloca_undef()
Completed in 28 milliseconds