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:InputTypesMixin
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
ir_constructor.h
213
InputTypesMixin
*types;
in Inputs()
216
types = static_cast<
InputTypesMixin
*>(CurrentInst()->CastToIntrinsic());
in Inputs()
219
types = static_cast<
InputTypesMixin
*>(CurrentInst()->CastToCallIndirect());
in Inputs()
222
types = static_cast<
InputTypesMixin
*>(CurrentInst()->CastToBuiltin());
in Inputs()
225
types = static_cast<
InputTypesMixin
*>(CurrentInst()->CastToInitObject());
in Inputs()
229
types = static_cast<
InputTypesMixin
*>(static_cast<CallInst *>(CurrentInst()));
in Inputs()
H
A
D
inst.h
1812
class
InputTypesMixin
{
class in ConditionMixin
1814
InputTypesMixin
() = default;
1815
NO_COPY_SEMANTIC(
InputTypesMixin
);
1816
NO_MOVE_SEMANTIC(
InputTypesMixin
);
1817
virtual ~
InputTypesMixin
() = default;
1837
void CloneTypes(ArenaAllocator *allocator,
InputTypesMixin
*target_inst) const
in CloneTypes()
2511
class IntrinsicInst : public InlinedInstMixin<DynamicInputsInst>, public
InputTypesMixin
{
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_inst_test.cpp
912
InputTypesMixin
input_types_mixin;
in HWTEST_F()
970
InputTypesMixin
input_types_mixin;
in HWTEST_F()
971
InputTypesMixin
input_types_mixin1;
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder.h
287
InputTypesMixin
<DynamicInputsInst> *call_ {};
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
2702
class
InputTypesMixin
: public T {
2731
void CloneTypes(ArenaAllocator *allocator,
InputTypesMixin
<T> *targetInst) const
in CloneTypes()
2943
class CallInst : public InlinedInstMixin<
InputTypesMixin
<DynamicInputsInst>>, public MethodDataMixin {
2945
using Base = InlinedInstMixin<
InputTypesMixin
<DynamicInputsInst>>;
2996
class CallIndirectInst : public
InputTypesMixin
<DynamicInputsInst> {
2998
using Base =
InputTypesMixin
<DynamicInputsInst>;
4524
class IntrinsicInst : public InlinedInstMixin<
InputTypesMixin
<DynamicInputsInst>>, public TypeIdMixin {
4526
using Base = InlinedInstMixin<
InputTypesMixin
<DynamicInputsInst>>;
H
A
D
ir_constructor.h
243
using Types =
InputTypesMixin
<DynamicInputsInst>;
in Inputs()
281
using Types =
InputTypesMixin
<DynamicInputsInst>;
in InputsAutoType()
Completed in 16 milliseconds