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:load_inst
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
interp_fixup_pass.cpp
54
Instruction*
load_inst
= ctx->get_def_use_mgr()->GetDef(op1_id);
in ReplaceInternalInterpolate()
local
55
if (
load_inst
->opcode() != SpvOpLoad) return false;
in ReplaceInternalInterpolate()
57
Instruction* base_inst =
load_inst
->GetBaseAddress();
in ReplaceInternalInterpolate()
63
uint32_t ptr_id =
load_inst
->GetSingleWordInOperand(0);
in ReplaceInternalInterpolate()
H
A
D
ssa_rewrite_pass.cpp
585
Instruction*
load_inst
=
in ApplyReplacements()
local
590
<<
load_inst
->PrettyPrint(
in ApplyReplacements()
601
pass_->context()->KillInst(
load_inst
);
in ApplyReplacements()
H
A
D
copy_prop_arrays.h
166
// Returns the memory object that is loaded by |
load_inst
|. If a memory
168
// |
load_inst
| must be |OpLoad|.
170
Instruction*
load_inst
);
H
A
D
instrument_pass.cpp
174
Instruction*
load_inst
= builder->AddUnaryOp(type_id, SpvOpLoad, var_id);
in GenVarLoad()
local
175
return
load_inst
->result_id();
in GenVarLoad()
852
Instruction*
load_inst
=
in GetDirectReadFunctionId()
local
854
last_value_id =
load_inst
->result_id();
in GetDirectReadFunctionId()
H
A
D
copy_prop_arrays.cpp
230
CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction*
load_inst
) {
235
load_inst
->GetSingleWordInOperand(kLoadPointerInOperand));
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
interp_fixup_pass.cpp
54
Instruction*
load_inst
= ctx->get_def_use_mgr()->GetDef(op1_id);
in ReplaceInternalInterpolate()
local
55
if (
load_inst
->opcode() != SpvOpLoad) return false;
in ReplaceInternalInterpolate()
57
Instruction* base_inst =
load_inst
->GetBaseAddress();
in ReplaceInternalInterpolate()
63
uint32_t ptr_id =
load_inst
->GetSingleWordInOperand(0);
in ReplaceInternalInterpolate()
H
A
D
ssa_rewrite_pass.cpp
585
Instruction*
load_inst
=
in ApplyReplacements()
local
590
<<
load_inst
->PrettyPrint(
in ApplyReplacements()
601
pass_->context()->KillInst(
load_inst
);
in ApplyReplacements()
H
A
D
copy_prop_arrays.h
166
// Returns the memory object that is loaded by |
load_inst
|. If a memory
168
// |
load_inst
| must be |OpLoad|.
170
Instruction*
load_inst
);
H
A
D
instrument_pass.cpp
174
Instruction*
load_inst
= builder->AddUnaryOp(type_id, SpvOpLoad, var_id);
in GenVarLoad()
local
175
return
load_inst
->result_id();
in GenVarLoad()
852
Instruction*
load_inst
=
in GetDirectReadFunctionId()
local
854
last_value_id =
load_inst
->result_id();
in GetDirectReadFunctionId()
H
A
D
copy_prop_arrays.cpp
230
CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction*
load_inst
) {
235
load_inst
->GetSingleWordInOperand(kLoadPointerInOperand));
/third_party/spirv-tools/source/opt/
H
A
D
interp_fixup_pass.cpp
45
Instruction*
load_inst
= ctx->get_def_use_mgr()->GetDef(op1_id);
in ReplaceInternalInterpolate()
local
46
if (
load_inst
->opcode() != spv::Op::OpLoad) return false;
in ReplaceInternalInterpolate()
48
Instruction* base_inst =
load_inst
->GetBaseAddress();
in ReplaceInternalInterpolate()
54
uint32_t ptr_id =
load_inst
->GetSingleWordInOperand(0);
in ReplaceInternalInterpolate()
H
A
D
ssa_rewrite_pass.cpp
582
Instruction*
load_inst
=
in ApplyReplacements()
local
587
<<
load_inst
->PrettyPrint(
in ApplyReplacements()
598
pass_->context()->KillInst(
load_inst
);
in ApplyReplacements()
H
A
D
copy_prop_arrays.h
188
// Returns the memory object that is loaded by |
load_inst
|. If a memory
190
// |
load_inst
| must be |OpLoad|.
192
Instruction*
load_inst
);
H
A
D
interface_var_sroa.cpp
649
Instruction*
load_inst
= load.get();
in CreateLoad()
local
650
context()->get_def_use_mgr()->AnalyzeInstDefUse(
load_inst
);
in CreateLoad()
652
return
load_inst
;
in CreateLoad()
H
A
D
copy_prop_arrays.cpp
240
CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction*
load_inst
) {
245
load_inst
->GetSingleWordInOperand(kLoadPointerInOperand));
H
A
D
instrument_pass.cpp
170
Instruction*
load_inst
= builder->AddLoad(type_id, var_id);
in GenVarLoad()
local
171
return
load_inst
->result_id();
in GenVarLoad()
/third_party/python/Lib/
H
A
D
pickle.py
1497
def
load_inst
(self):
member in _Unpickler
1502
dispatch[INST[0]] =
load_inst
/third_party/python/Modules/
H
A
D
_pickle.c
5864
load_inst
(UnpicklerObject *self)
in load_inst()
function
6913
OP(INST,
load_inst
)
in load()
Completed in 27 milliseconds