OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inst_iter
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
flatten_decoration_pass.cpp
73
auto
inst_iter
= annotations.begin();
local
75
while (
inst_iter
!= module->annotations().end()) {
78
switch (
inst_iter
->opcode()) {
87
const uint32_t group =
inst_iter
->GetSingleWordOperand(0);
91
std::unique_ptr<Instruction> new_inst(new Instruction(*
inst_iter
));
93
inst_iter
=
inst_iter
.InsertBefore(std::move(new_inst));
94
++
inst_iter
;
112
auto decoration_operands_iter =
inst_iter
->begin();
115
inst_iter
->end())
[
all
...]
fold_spec_constant_op_and_composite_pass.cpp
288
for (ir::Module::inst_iterator
inst_iter
= module->types_values_begin();
291
inst_iter
!= module->types_values_end(); ++
inst_iter
) {
292
ir::Instruction* inst = &*
inst_iter
;
336
modified |= ProcessOpSpecConstantOp(&
inst_iter
);
Completed in 211 milliseconds