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:IntrinDesc
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H
A
D
intrinsics.cpp
22
MIRType *
IntrinDesc
::jsValueType = nullptr;
23
MIRModule *
IntrinDesc
::mirModule = nullptr;
24
IntrinDesc
IntrinDesc
::intrinTable[INTRN_LAST + 1] = {
31
void
IntrinDesc
::InitMIRModule(MIRModule *mod)
in InitMIRModule()
36
MIRType *
IntrinDesc
::GetTypeFromArgTy(IntrinArgType argType) const
in GetTypeFromArgTy()
74
MIRType *
IntrinDesc
::GetArgType(uint32 index) const
in GetArgType()
81
MIRType *
IntrinDesc
::GetReturnType() const
H
A
D
mir_module.cpp
57
IntrinDesc
::InitMIRModule(this);
in MIRModule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
intrinsics.h
45
struct
IntrinDesc
{
struct
56
static
IntrinDesc
intrinTable[INTRN_LAST + 1];
H
A
D
mir_nodes.h
857
//
IntrinDesc
query
858
const
IntrinDesc
&GetIntrinDesc() const
in GetIntrinDesc()
860
return
IntrinDesc
::intrinTable[intrinsic];
in GetIntrinDesc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_ir/
H
A
D
intrinsics_test.cpp
28
struct
IntrinDesc
IntrinDesc_struc;
in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H
A
D
lower.cpp
828
MIRType *retType =
IntrinDesc
::intrinTable[intrinNode->GetIntrinsic()].GetReturnType();
in LowerDassign()
850
IntrinDesc
*intrinDesc = &
IntrinDesc
::intrinTable[intrnID];
in LowerDefaultIntrinsicCall()
875
IntrinDesc
*intrinDesc = &
IntrinDesc
::intrinTable[intrnID];
in LowerIntrinsiccall()
Completed in 7 milliseconds