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_can_rewrite
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_vectorize.c
138
instr_can_rewrite
(nir_instr *instr)
in instr_can_rewrite()
function
342
if (!
instr_can_rewrite
(instr))
in vec_instr_set_add_or_rewrite()
351
if (
instr_can_rewrite
(new_instr))
in vec_instr_set_add_or_rewrite()
378
if (
instr_can_rewrite
(instr))
in vectorize_block()
H
A
D
nir_instr_set.c
59
instr_can_rewrite
(const nir_instr *instr)
in instr_can_rewrite()
function
291
* will only work for instructions where
instr_can_rewrite
() returns true, and
545
* work for the subset of instructions defined by
instr_can_rewrite
(). Also,
553
assert(
instr_can_rewrite
(instr1) &&
instr_can_rewrite
(instr2));
in nir_instrs_equal()
813
if (!
instr_can_rewrite
(instr))
in nir_instr_set_add_or_rewrite()
849
if (!
instr_can_rewrite
(instr))
in nir_instr_set_remove()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_nir_lower_fs_out_to_vector.cpp
74
bool
instr_can_rewrite
(nir_instr *instr);
249
if (
instr_can_rewrite
(instr)) {
in vectorize_block()
269
bool NirLowerIOToVector::
instr_can_rewrite
(nir_instr *instr)
in instr_can_rewrite()
function in r600::NirLowerIOToVector
284
if (!
instr_can_rewrite
(instr))
in vec_instr_set_remove()
Completed in 3 milliseconds