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:instr_count
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
ir2_private.h
182
unsigned
instr_count
;
member
239
while (it != &(ctx)->instr[(ctx)->
instr_count
] && \
242
it != &(ctx)->instr[(ctx)->
instr_count
]; \
H
A
D
ir2.c
194
ins = &ctx->instr[idx = ctx->
instr_count
++];
in scalarize_case1()
418
tex_lod = &ctx->instr[ctx->
instr_count
++];
in schedule_instrs()
H
A
D
ir2_nir.c
282
instr = &ctx->instr[ctx->
instr_count
++];
in ir2_instr_create()
283
instr->idx = ctx->
instr_count
- 1;
in ir2_instr_create()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3.c
279
uint32_t
instr_count
= 0;
in ir3_collect_info()
local
282
instr_count
++;
in ir3_collect_info()
286
v->instrlen = DIV_ROUND_UP(
instr_count
, compiler->instr_align);
in ir3_collect_info()
292
info->size = MAX2(v->instrlen * compiler->instr_align,
instr_count
+ 4) * 8;
in ir3_collect_info()
422
instr->serialno = ++shader->
instr_count
;
in insert_instr()
H
A
D
ir3.h
551
unsigned
instr_count
;
member
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_ra.c
361
unsigned
instr_count
[2] = { 0, 0 };
in mir_compute_interference()
local
366
instrs[0][
instr_count
[0]++] = bundle->instructions[i];
in mir_compute_interference()
368
instrs[1][
instr_count
[1]++] = bundle->instructions[i];
in mir_compute_interference()
371
for (unsigned i = 0; i < ARRAY_SIZE(
instr_count
); i++) {
in mir_compute_interference()
372
for (unsigned j = 0; j <
instr_count
[i]; j++) {
in mir_compute_interference()
377
for (unsigned k = j + 1; k <
instr_count
[i]; k++) {
in mir_compute_interference()
/third_party/node/deps/v8/src/execution/loong64/
H
A
D
simulator-loong64.cc
5168
static int
instr_count
= 0;
in InstructionDecode()
local
5169
USE(
instr_count
);
in InstructionDecode()
5171
printf_instr("\nInstr%3d: %08x, PC: %016lx\t",
instr_count
++,
in InstructionDecode()
Completed in 19 milliseconds