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:off_const
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_lower_global_access.c
136
uint64_t
off_const
= 0;
in process_instr()
local
140
nir_ssa_def *addr = try_extract_additions(b, src, &
off_const
, &offset);
in process_instr()
145
if (
off_const
> UINT32_MAX) {
in process_instr()
146
addr = nir_iadd_imm(b, addr,
off_const
);
in process_instr()
147
off_const
= 0;
in process_instr()
172
nir_intrinsic_set_base(new_intrin,
off_const
);
in process_instr()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_offsets.c
116
unsigned
off_const
= nir_intrinsic_base(intrin);
in try_fold_load_store()
local
129
off_const
+= add_offset;
in try_fold_load_store()
132
} else if (nir_src_as_uint(*off_src) &&
off_const
+ nir_src_as_uint(*off_src) <= max) {
in try_fold_load_store()
133
off_const
+= nir_src_as_uint(*off_src);
in try_fold_load_store()
142
nir_intrinsic_set_base(intrin,
off_const
);
in try_fold_load_store()
Completed in 1 milliseconds