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:inputs_count
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
phi_resolver.h
65
size_t
inputs_count
= save_state->GetInputsCount();
in Run()
local
66
while (idx <
inputs_count
) {
in Run()
70
inputs_count
--;
in Run()
H
A
D
inst_builder.cpp
198
size_t
inputs_count
= save_state->GetInputsCount();
in RemoveNotDominateInputs()
local
199
while (idx <
inputs_count
) {
in RemoveNotDominateInputs()
205
inputs_count
--;
in RemoveNotDominateInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
352
static inline uint8_t GetPadding(Arch arch, uint32_t
inputs_count
)
in GetPadding()
argument
354
return static_cast<uint8_t>(!Is64BitsArch(arch) &&
inputs_count
% 2U == 1U);
in GetPadding()
1120
for (auto
inputs_count
= GetInputsCount();
inputs_count
!= 0; --
inputs_count
) {
in RemoveInputs()
1121
RemoveInput(
inputs_count
- 1);
in RemoveInputs()
1173
auto
inputs_count
{GetField<InputsCount>()};
1176
(
inputs_count
+ Input::GetPadding(RUNTIME_ARCH,
inputs_count
)) * sizeof(Input)),
1177
inputs_count
);
2400
size_t
inputs_count
= GetInputsCount();
RemoveNumericInputs()
local
[all...]
H
A
D
inst.cpp
38
auto
inputs_count
{SizeField::Decode(properties_)};
in GetInst()
39
p += (
inputs_count
+ Input::GetPadding(RUNTIME_ARCH,
inputs_count
)) * sizeof(Input);
in GetInst()
Completed in 6 milliseconds