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:phi_id
(Results
26 - 29
of
29
) sorted by relevance
1
2
/third_party/spirv-tools/source/opt/
H
A
D
replace_desc_array_access_using_var_index.cpp
302
uint32_t
phi_id
= CreatePhiInstruction(merge_block, phi_operands,
in ReplaceNonUniformAccessWithSwitchCase()
local
304
context()->ReplaceAllUsesWith(access_chain_final_user->result_id(),
phi_id
);
in ReplaceNonUniformAccessWithSwitchCase()
/third_party/spirv-tools/source/fuzz/
H
A
D
transformation_add_function.cpp
692
loop_limiter_info.
phi_id
())) {
in TryToAddLoopLimiters()
703
static_cast<uint32_t>(loop_limiter_info.
phi_id
().size()) &&
in TryToAddLoopLimiters()
706
{SPV_OPERAND_TYPE_ID, {loop_limiter_info.
phi_id
(phi_index)}});
in TryToAddLoopLimiters()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H
A
D
function.cc
3452
return GetDefInfo(lhs.
phi_id
)->index <
in EmitStatementsInBasicBlock()
3453
GetDefInfo(rhs.
phi_id
)->index;
in EmitStatementsInBasicBlock()
3456
const auto var_name = GetDefInfo(assignment.
phi_id
)->phi_var;
in EmitStatementsInBasicBlock()
4855
const auto
phi_id
= inst.result_id();
in FindValuesNeedingNamedOrHoistedDefinition()
local
4856
auto* phi_def_info = GetDefInfo(
phi_id
);
in FindValuesNeedingNamedOrHoistedDefinition()
4858
namer_.MakeDerivedName(namer_.Name(
phi_id
) + "_phi");
in FindValuesNeedingNamedOrHoistedDefinition()
4875
pred_block_info->phi_assignments.push_back({
phi_id
, value_id});
in FindValuesNeedingNamedOrHoistedDefinition()
4885
->phis_needing_state_vars.push_back(
phi_id
);
in FindValuesNeedingNamedOrHoistedDefinition()
H
A
D
function.h
168
uint32_t
phi_id
;
member
Completed in 13 milliseconds
1
2