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:opcode_str
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H
A
D
peeling_pass.cpp
36
std::string
opcode_str
;
in AssembleAndRunPeelingTest()
local
39
opcode_str
= "OpSLessThan";
in AssembleAndRunPeelingTest()
42
opcode_str
= "OpSGreaterThan";
in AssembleAndRunPeelingTest()
45
opcode_str
= "OpSLessThanEqual";
in AssembleAndRunPeelingTest()
48
opcode_str
= "OpSGreaterThanEqual";
in AssembleAndRunPeelingTest()
51
opcode_str
= "OpIEqual";
in AssembleAndRunPeelingTest()
54
opcode_str
= "OpINotEqual";
in AssembleAndRunPeelingTest()
61
res_id + " = " +
opcode_str
+ " %bool " + op1 + " " + op2 + "\n";
in AssembleAndRunPeelingTest()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H
A
D
peeling_pass.cpp
36
std::string
opcode_str
;
in AssembleAndRunPeelingTest()
local
39
opcode_str
= "OpSLessThan";
in AssembleAndRunPeelingTest()
42
opcode_str
= "OpSGreaterThan";
in AssembleAndRunPeelingTest()
45
opcode_str
= "OpSLessThanEqual";
in AssembleAndRunPeelingTest()
48
opcode_str
= "OpSGreaterThanEqual";
in AssembleAndRunPeelingTest()
51
opcode_str
= "OpIEqual";
in AssembleAndRunPeelingTest()
54
opcode_str
= "OpINotEqual";
in AssembleAndRunPeelingTest()
61
res_id + " = " +
opcode_str
+ " %bool " + op1 + " " + op2 + "\n";
in AssembleAndRunPeelingTest()
/third_party/spirv-tools/test/opt/loop_optimizations/
H
A
D
peeling_pass.cpp
35
std::string
opcode_str
;
in AssembleAndRunPeelingTest()
local
38
opcode_str
= "OpSLessThan";
in AssembleAndRunPeelingTest()
41
opcode_str
= "OpSGreaterThan";
in AssembleAndRunPeelingTest()
44
opcode_str
= "OpSLessThanEqual";
in AssembleAndRunPeelingTest()
47
opcode_str
= "OpSGreaterThanEqual";
in AssembleAndRunPeelingTest()
50
opcode_str
= "OpIEqual";
in AssembleAndRunPeelingTest()
53
opcode_str
= "OpINotEqual";
in AssembleAndRunPeelingTest()
60
res_id + " = " +
opcode_str
+ " %bool " + op1 + " " + op2 + "\n";
in AssembleAndRunPeelingTest()
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator_viewer.cpp
890
static char
opcode_str
[9] = { 0, };
in display_commands_window()
local
891
ImGui::InputText("opcode filter",
opcode_str
, sizeof(
opcode_str
),
in display_commands_window()
893
size_t opcode_len = strlen(
opcode_str
);
in display_commands_window()
894
uint64_t opcode = strtol(
opcode_str
, NULL, 16);
in display_commands_window()
Completed in 6 milliseconds