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:opInst
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
strength_reduction_pass.cpp
86
Instruction*
opInst
= get_def_use_mgr()->GetDef(opId);
in ReplaceMultiplyByPowerOf2()
local
87
if (
opInst
->opcode() == SpvOp::SpvOpConstant) {
in ReplaceMultiplyByPowerOf2()
89
uint32_t constVal =
opInst
->GetSingleWordOperand(2);
in ReplaceMultiplyByPowerOf2()
H
A
D
aggressive_dead_code_elim_pass.cpp
785
Instruction*
opInst
=
in ProcessGlobalValues()
local
787
if (!IsLive(
opInst
)) {
in ProcessGlobalValues()
812
Instruction*
opInst
=
in ProcessGlobalValues()
local
814
if (!IsLive(
opInst
)) {
in ProcessGlobalValues()
H
A
D
local_access_chain_convert_pass.cpp
176
Instruction*
opInst
= get_def_use_mgr()->GetDef(*tid);
in IsConstantIndexAccessChain()
177
if (
opInst
->opcode() != SpvOpConstant) return false;
in IsConstantIndexAccessChain()
H
A
D
scalar_replacement_pass.cpp
818
const Instruction*
opInst
= get_def_use_mgr()->GetDef(id);
in CheckUses()
820
context()->get_constant_mgr()->GetConstantFromInst(
opInst
);
in CheckUses()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
strength_reduction_pass.cpp
86
Instruction*
opInst
= get_def_use_mgr()->GetDef(opId);
in ReplaceMultiplyByPowerOf2()
local
87
if (
opInst
->opcode() == SpvOp::SpvOpConstant) {
in ReplaceMultiplyByPowerOf2()
89
uint32_t constVal =
opInst
->GetSingleWordOperand(2);
in ReplaceMultiplyByPowerOf2()
H
A
D
aggressive_dead_code_elim_pass.cpp
785
Instruction*
opInst
=
in ProcessGlobalValues()
local
787
if (!IsLive(
opInst
)) {
in ProcessGlobalValues()
812
Instruction*
opInst
=
in ProcessGlobalValues()
local
814
if (!IsLive(
opInst
)) {
in ProcessGlobalValues()
H
A
D
local_access_chain_convert_pass.cpp
176
Instruction*
opInst
= get_def_use_mgr()->GetDef(*tid);
in IsConstantIndexAccessChain()
177
if (
opInst
->opcode() != SpvOpConstant) return false;
in IsConstantIndexAccessChain()
H
A
D
scalar_replacement_pass.cpp
818
const Instruction*
opInst
= get_def_use_mgr()->GetDef(id);
in CheckUses()
820
context()->get_constant_mgr()->GetConstantFromInst(
opInst
);
in CheckUses()
/third_party/spirv-tools/source/opt/
H
A
D
strength_reduction_pass.cpp
81
Instruction*
opInst
= get_def_use_mgr()->GetDef(opId);
in ReplaceMultiplyByPowerOf2()
local
82
if (
opInst
->opcode() == spv::Op::OpConstant) {
in ReplaceMultiplyByPowerOf2()
84
uint32_t constVal =
opInst
->GetSingleWordOperand(2);
in ReplaceMultiplyByPowerOf2()
H
A
D
local_access_chain_convert_pass.cpp
184
Instruction*
opInst
= get_def_use_mgr()->GetDef(*tid);
in Is32BitConstantIndexAccessChain()
185
if (
opInst
->opcode() != spv::Op::OpConstant) return false;
in Is32BitConstantIndexAccessChain()
187
context()->get_constant_mgr()->GetConstantFromInst(
opInst
);
in Is32BitConstantIndexAccessChain()
H
A
D
aggressive_dead_code_elim_pass.cpp
811
Instruction*
opInst
=
in ProcessGlobalValues()
local
813
if (!IsLive(
opInst
)) {
in ProcessGlobalValues()
838
Instruction*
opInst
=
in ProcessGlobalValues()
local
840
if (!IsLive(
opInst
)) {
in ProcessGlobalValues()
H
A
D
scalar_replacement_pass.cpp
761
const Instruction*
opInst
= get_def_use_mgr()->GetDef(id);
in CheckUses()
763
context()->get_constant_mgr()->GetConstantFromInst(
opInst
);
in CheckUses()
Completed in 13 milliseconds