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:no_signed_wrap
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_vectorize.c
222
new_alu->
no_signed_wrap
= alu1->
no_signed_wrap
&& alu2->
no_signed_wrap
;
in instr_try_combine()
H
A
D
nir_instr_set.c
115
uint8_t flags = instr->
no_signed_wrap
|
in hash_alu()
568
if (alu1->
no_signed_wrap
!= alu2->
no_signed_wrap
)
in nir_instrs_equal()
H
A
D
nir_search_helpers.h
469
no_signed_wrap
(const nir_alu_instr *instr)
in no_signed_wrap()
function
471
return instr->
no_signed_wrap
;
in no_signed_wrap()
H
A
D
nir_clone.c
279
nalu->
no_signed_wrap
= alu->
no_signed_wrap
;
in clone_alu()
H
A
D
nir_serialize.c
621
unsigned
no_signed_wrap
:1;
member
835
header.alu.
no_signed_wrap
= alu->
no_signed_wrap
;
in write_alu()
908
alu->
no_signed_wrap
= header.alu.
no_signed_wrap
;
in read_alu()
H
A
D
nir_print.c
337
if (instr->
no_signed_wrap
)
in print_alu_instr()
H
A
D
nir.h
1456
bool
no_signed_wrap
:1;
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_alu.c
504
alu->
no_signed_wrap
= true;
in handle_no_wrap()
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_nir_to_llvm.c
627
else if (instr->
no_signed_wrap
)
in visit_alu()
638
else if (instr->
no_signed_wrap
)
in visit_alu()
674
else if (instr->
no_signed_wrap
)
in visit_alu()
682
else if (instr->
no_signed_wrap
)
in visit_alu()
Completed in 25 milliseconds