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:nir_op_is_vec
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_undef.c
79
if (!
nir_op_is_vec
(alu->op))
in opt_undef_vecN()
112
if (
nir_op_is_vec
(alu->op)) {
in nir_get_undef_mask()
H
A
D
nir_opt_sink.c
48
if (
nir_op_is_vec
(nir_instr_as_alu(instr)->op) ||
in nir_can_move_instr()
H
A
D
nir_lower_phis_to_scalar.c
71
nir_op_is_vec
(src_alu->op);
in is_phi_src_scalarizable()
H
A
D
nir_inline_uniforms.c
65
if (
nir_op_is_vec
(alu->op)) {
in src_only_uses_uniforms()
H
A
D
nir.c
2831
* when removing the offset from addresses. We also consider
nir_op_is_vec
()
in nir_chase_binding()
2844
} else if (alu &&
nir_op_is_vec
(alu->op)) {
in nir_chase_binding()
2933
} else if (
nir_op_is_vec
(instr->op)) {
in nir_alu_instr_is_copy()
2956
assert(
nir_op_is_vec
(alu->op));
in nir_ssa_scalar_chase_movs()
3070
nir_op_is_vec
(nir_op op)
in nir_op_is_vec()
function
H
A
D
nir_opt_if.c
425
if (
nir_op_is_vec
(alu->op) ||
in opt_split_alu_of_phi()
H
A
D
nir_split_vars.c
1193
} else if (
nir_op_is_vec
(src_alu->op)) {
in get_non_self_referential_store_comps()
H
A
D
nir.h
1261
nir_op_is_vec
(nir_op op);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_inline_uniforms.c
49
if (
nir_op_is_vec
(alu->op)) {
in src_only_uses_uniforms()
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_compile.c
635
assert(comps == 1 ||
nir_op_is_vec
(instr->op));
in agx_emit_alu()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_lower_ngg.c
620
if (
nir_op_is_vec
(alu->op)) {
in remove_extra_pos_output()
/third_party/mesa3d/src/compiler/nir/tests/
H
A
D
vars_tests.cpp
1993
assert(
nir_op_is_vec
(nir_ssa_scalar_alu_op(s)));
in vec_src_comp_as_int()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
nir_to_tgsi.c
577
} else if (
nir_op_is_vec
(alu->op)) {
in ntt_extract_const_src_offset()
Completed in 46 milliseconds