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:PreSub
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_pair_translate.c
182
if(inst->
PreSub
.Opcode != RC_PRESUB_NONE) {
in set_pair_instruction()
192
inst->
PreSub
.Opcode);
in set_pair_instruction()
199
inst->
PreSub
.SrcReg[i].File;
in set_pair_instruction()
201
inst->
PreSub
.SrcReg[i].Index;
in set_pair_instruction()
206
inst->
PreSub
.SrcReg[i].File;
in set_pair_instruction()
208
inst->
PreSub
.SrcReg[i].Index;
in set_pair_instruction()
H
A
D
radeon_optimize.c
75
reader_data->Writer->U.I.
PreSub
.Opcode,
in copy_propagate_scan_read()
78
&reader_data->Writer->U.I.
PreSub
.SrcReg[0],
in copy_propagate_scan_read()
79
&reader_data->Writer->U.I.
PreSub
.SrcReg[1])) {
in copy_propagate_scan_read()
182
inst->U.I.
PreSub
= inst_mov->U.I.
PreSub
;
in copy_propagate()
518
inst_reader->U.I.
PreSub
.SrcReg[0] = inst_add->U.I.SrcReg[1];
in presub_replace_add()
519
inst_reader->U.I.
PreSub
.SrcReg[1] = inst_add->U.I.SrcReg[0];
in presub_replace_add()
521
inst_reader->U.I.
PreSub
.SrcReg[0] = inst_add->U.I.SrcReg[0];
in presub_replace_add()
522
inst_reader->U.I.
PreSub
.SrcReg[1] = inst_add->U.I.SrcReg[1];
in presub_replace_add()
524
inst_reader->U.I.
PreSub
in presub_replace_add()
[all...]
H
A
D
radeon_dataflow.c
205
inst->U.I.
PreSub
.Opcode);
in rc_for_all_reads_src()
207
cb(userdata, inst, &inst->U.I.
PreSub
.SrcReg[i]);
in rc_for_all_reads_src()
364
inst->
PreSub
.Opcode);
in remap_normal_instruction()
372
file = inst->
PreSub
.SrcReg[i].File;
in remap_normal_instruction()
373
index = inst->
PreSub
.SrcReg[i].Index;
in remap_normal_instruction()
375
inst->
PreSub
.SrcReg[i].File = file;
in remap_normal_instruction()
376
inst->
PreSub
.SrcReg[i].Index = index;
in remap_normal_instruction()
H
A
D
radeon_program.h
123
struct rc_presub_instruction
PreSub
;
member
H
A
D
radeon_dataflow_swizzles.c
64
mov->U.I.
PreSub
= inst->U.I.
PreSub
;
in rewrite_source()
H
A
D
radeon_compiler_util.c
447
if (inst->U.I.
PreSub
.Opcode != RC_PRESUB_NONE) {
in rc_inst_can_use_presub()
H
A
D
radeon_program_print.c
243
rc_print_presub_instruction(f, inst->U.I.
PreSub
);
in rc_print_src_register()
H
A
D
radeon_compiler.c
368
if (tmp->U.I.
PreSub
.Opcode != RC_PRESUB_NONE)
in rc_get_stats()
Completed in 6 milliseconds