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
defs:opcodes
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opcodes_h.py
42
from nir_opcodes import
opcodes
namespace
H
A
D
nir_opcodes_c.py
26
from nir_opcodes import
opcodes
, type_sizes
namespace
H
A
D
nir_builder_opcodes_h.py
167
from nir_opcodes import
opcodes
namespace
H
A
D
nir_constant_expressions.py
2
from nir_opcodes import
opcodes
namespace
H
A
D
nir_opcodes.py
152
opcodes
= {}
variable
[all...]
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_opcodes.c.py
54
from agx_opcodes import
opcodes
namespace
H
A
D
agx_builder.h.py
159
from agx_opcodes import
opcodes
namespace
H
A
D
agx_opcodes.h.py
80
from agx_opcodes import
opcodes
, immediates, enums
namespace
H
A
D
agx_opcodes.py
24
opcodes
= {}
variable
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_opcodes_cpp.py
83
from aco_
opcodes
import
opcodes
global()
namespace
[all...]
H
A
D
aco_opcodes_h.py
45
from aco_opcodes import
opcodes
namespace
H
A
D
aco_builder_h.py
605
from aco_opcodes import
opcodes
, Format
namespace
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H
A
D
bc_lowering_test.cpp
32
std::map<std::string, compiler::Opcode>
opcodes
= {
in TEST_F()
local
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_gather_types_c.py
115
opcodes
= list(find_result_types(spirv_info))
variable
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H
A
D
fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp
74
std::vector<SpvOp>
opcodes
= {SpvOpUnreachable};
in Apply()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H
A
D
fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp
74
std::vector<SpvOp>
opcodes
= {SpvOpUnreachable};
in Apply()
local
/third_party/spirv-tools/source/fuzz/
H
A
D
fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp
74
std::vector<spv::Op>
opcodes
= {spv::Op::OpUnreachable};
in Apply()
local
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_debug_fp.c
37
static const char *
opcodes
[0x20] = {
variable
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H
A
D
ir_loader_test.cpp
289
std::vector<SpvOp>
opcodes
;
in TEST()
local
336
std::vector<SpvOp>
opcodes
;
in TEST()
local
H
A
D
def_use_test.cpp
55
std::vector<SpvOp>
opcodes
;
in GetUseOpcodes()
local
1301
std::vector<SpvOp>
opcodes
= GetUseOpcodes(context, 6u);
in TEST()
local
1306
std::vector<SpvOp>
opcodes
= GetUseOpcodes(context, 7u);
in TEST()
local
H
A
D
fold_test.cpp
792
std::vector<SpvOp>
opcodes
= {SpvOpConstantComposite};
in TEST_P()
local
883
std::vector<SpvOp>
opcodes
= {SpvOpConstantComposite};
in TEST_P()
local
936
std::vector<SpvOp>
opcodes
= {SpvOpConstantComposite};
in TEST_P()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H
A
D
ir_loader_test.cpp
289
std::vector<SpvOp>
opcodes
;
in TEST()
local
336
std::vector<SpvOp>
opcodes
;
in TEST()
local
/third_party/spirv-tools/test/opt/
H
A
D
ir_loader_test.cpp
288
std::vector<spv::Op>
opcodes
;
in TEST()
local
336
std::vector<spv::Op>
opcodes
;
in TEST()
local
/third_party/node/deps/v8/src/wasm/
H
A
D
function-body-decoder.h
159
base::iterator_range<opcode_iterator>
opcodes
() {
in opcodes()
function in v8::internal::wasm::BytecodeIterator
/third_party/ffmpeg/libavcodec/
H
A
D
pafvideo.c
63
uint8_t *
opcodes
;
member
166
const uint8_t *src, *send, *
opcodes
;
in decode_0()
local
Completed in 23 milliseconds
1
2