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:agx_copy
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_lower_parallel_copy.c
45
do_copy(agx_builder *b, const struct
agx_copy
*copy)
in do_copy()
52
do_swap(agx_builder *b, const struct
agx_copy
*copy)
in do_swap()
76
struct
agx_copy
*physreg_dest[AGX_NUM_REGS];
78
struct
agx_copy
entries[AGX_NUM_REGS];
82
entry_blocked(struct
agx_copy
*entry, struct copy_ctx *ctx)
in entry_blocked()
93
is_real(struct
agx_copy
*entry)
in is_real()
95
/* TODO: Allow immediates in
agx_copy
*/
in is_real()
101
split_32bit_copy(struct copy_ctx *ctx, struct
agx_copy
*entry)
in split_32bit_copy()
106
struct
agx_copy
*new_entry = &ctx->entries[ctx->entry_count++];
in split_32bit_copy()
118
struct
agx_copy
*copie
in agx_emit_parallel_copies()
[all...]
H
A
D
agx_register_allocate.c
232
struct
agx_copy
*copies = calloc(sizeof(*copies), nr_phi);
in agx_insert_parallel_copies()
246
copies[i++] = (struct
agx_copy
) {
in agx_insert_parallel_copies()
309
struct
agx_copy
copies[4];
in agx_ra()
317
copies[n++] = (struct
agx_copy
) {
in agx_ra()
344
struct
agx_copy
copies[4];
in agx_ra()
352
copies[n++] = (struct
agx_copy
) {
in agx_ra()
H
A
D
agx_compiler.h
720
struct
agx_copy
{
struct
735
agx_emit_parallel_copies(agx_builder *b, struct
agx_copy
*copies, unsigned n);
/third_party/mesa3d/src/asahi/compiler/test/
H
A
D
test-lower-parallel-copy.cpp
64
struct
agx_copy
test_1[] = {
in TEST_F()
74
struct
agx_copy
test_2[] = {
in TEST_F()
87
struct
agx_copy
test_1[] = {
in TEST_F()
97
struct
agx_copy
test_2[] = {
in TEST_F()
110
struct
agx_copy
test_1[] = {
in TEST_F()
120
struct
agx_copy
test_2[] = {
in TEST_F()
133
struct
agx_copy
test_1[] = {
in TEST_F()
147
struct
agx_copy
test_2[] = {
in TEST_F()
163
struct
agx_copy
test_1[] = {
in TEST_F()
172
struct
agx_copy
test_
in TEST_F()
[all...]
Completed in 3 milliseconds