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:icallNode
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H
A
D
x64_MPISel.h
30
void SelectIcall(IcallNode &
icallNode
) override;
H
A
D
x64_cgfunc.h
52
void SelectIcall(IcallNode &
icallNode
) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
isel.h
72
virtual void SelectIcall(IcallNode &
icallNode
) = 0;
H
A
D
cgfunc.h
185
virtual void SelectIcall(IcallNode &
icallNode
) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H
A
D
lmir_builder.h
242
void SetCallStmtDeoptBundleInfo(Stmt &
icallNode
, const std::unordered_map<int, LiteCGValue> &deoptBundleInfo);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cgfunc.cpp
390
auto &
icallNode
= static_cast<IcallNode &>(stmt);
in HandleICall()
local
392
cgFunc.SelectIcall(
icallNode
);
in HandleICall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_cgfunc.cpp
63
void X64CGFunc::SelectIcall(IcallNode &
icallNode
)
in SelectIcall()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_cgfunc.cpp
3596
void AArch64CGFunc::SelectIcall(IcallNode &
icallNode
)
3599
SelectParmListWrapper(
icallNode
, *srcOpnds, false);
3601
Operand *srcOpnd = HandleExpr(
icallNode
, *
icallNode
.GetNopndAt(0));
3604
PrimType ty =
icallNode
.Opnd(0)->GetPrimType();
3611
MIRType *retType =
icallNode
.GetCallReturnType();
3618
CallReturnVector *p2nrets = &
icallNode
.GetReturnVec();
3632
const auto &deoptBundleInfo =
icallNode
.GetDeoptBundleInfo();
3640
auto *opnd = SelectIntConst(static_cast<const MIRIntConst &>(elem.second.GetConstValue()),
icallNode
);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H
A
D
aarch64_cgfunc.h
104
void SelectIcall(IcallNode &
icallNode
) override;
Completed in 15 milliseconds