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:const_op
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir.c
64
unsigned
const_op
= nir_intrinsic_component(intrin) * component_stride;
in ac_nir_calc_io_offset()
local
66
return nir_iadd_imm_nuw(b, nir_iadd_nuw(b, base_op, offset_op),
const_op
);
in ac_nir_calc_io_offset()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
fold.cpp
640
const analysis::Constant*
const_op
= const_mgr->FindDeclaredConstant(id);
in FoldInstructionToConstant()
641
if (!
const_op
) {
in FoldInstructionToConstant()
645
constants.push_back(
const_op
);
in FoldInstructionToConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
fold.cpp
640
const analysis::Constant*
const_op
= const_mgr->FindDeclaredConstant(id);
in FoldInstructionToConstant()
641
if (!
const_op
) {
in FoldInstructionToConstant()
645
constants.push_back(
const_op
);
in FoldInstructionToConstant()
/third_party/spirv-tools/source/opt/
H
A
D
fold.cpp
640
const analysis::Constant*
const_op
= const_mgr->FindDeclaredConstant(id);
in FoldInstructionToConstant()
641
if (!
const_op
) {
in FoldInstructionToConstant()
645
constants.push_back(
const_op
);
in FoldInstructionToConstant()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
parse.c
170
static struct symbol_op
const_op
= {
variable
481
A("const", &
const_op
, .mods = MOD_CONST),
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_optimizer.cpp
945
Operand
const_op
[2];
in propagate_constants_vop3p()
local
961
const_op
[j] = op;
in propagate_constants_vop3p()
964
Operand const_lo =
const_op
[0];
in propagate_constants_vop3p()
965
Operand const_hi =
const_op
[1];
in propagate_constants_vop3p()
Completed in 14 milliseconds