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:HasDstReg
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_opcodes.c
48
.
HasDstReg
= 1,
55
.
HasDstReg
= 1
61
.
HasDstReg
= 1
67
.
HasDstReg
= 1,
74
.
HasDstReg
= 1,
81
.
HasDstReg
= 1,
88
.
HasDstReg
= 1,
95
.
HasDstReg
= 1,
102
.
HasDstReg
= 1,
109
.
HasDstReg
[all...]
H
A
D
radeon_dataflow_deadcode.c
151
if (opcode->
HasDstReg
) {
in update_instruction()
220
if (opcode->
HasDstReg
)
in rc_dataflow_deadcode()
243
if(opcode->
HasDstReg
){
in rc_dataflow_deadcode()
313
if (!opcode->
HasDstReg
) {
in rc_dataflow_deadcode()
H
A
D
radeon_opcodes.h
236
unsigned int
HasDstReg
:1;
member
H
A
D
r3xx_vertprog.c
394
if (info->
HasDstReg
) {
in translate_vertex_program()
548
if (info->
HasDstReg
&& vpi->DstReg.File == RC_FILE_TEMPORARY &&
in translate_vertex_program()
553
if (info->
HasDstReg
&& vpi->DstReg.File == RC_FILE_OUTPUT &&
in translate_vertex_program()
636
if (opcode->
HasDstReg
) {
in allocate_temporary_registers()
682
if (opcode->
HasDstReg
) {
in allocate_temporary_registers()
H
A
D
radeon_compiler.c
132
if (opcode->
HasDstReg
) {
in rc_calculate_inputs_outputs()
167
if (opcode->
HasDstReg
) {
in rc_copy_output()
H
A
D
radeon_pair_translate.c
335
if (opcode->
HasDstReg
) {
in check_opcode_support()
H
A
D
radeon_dataflow.c
261
if (opcode->
HasDstReg
&& inst->DstReg.WriteMask)
in writes_normal()
347
if (opcode->
HasDstReg
) {
in remap_normal_instruction()
H
A
D
radeon_emulate_branches.c
278
if (!opcode->
HasDstReg
)
in fix_output_writes()
H
A
D
radeon_program_print.c
298
if (opcode->
HasDstReg
) {
in rc_print_normal_instruction()
H
A
D
radeon_program_alu.c
203
assert(info->
HasDstReg
);
in is_dst_safe_to_reuse()
1196
if (!info->
HasDstReg
|| inst->U.I.DstReg.File != RC_FILE_OUTPUT ||
in rc_force_output_alpha_to_one()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H
A
D
rc_test_helpers.c
405
if (info->
HasDstReg
) {
in parse_rc_normal_instruction()
Completed in 10 milliseconds