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:SetPrimType
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_preg.h
67
void
SetPrimType
(PrimType pty)
in SetPrimType()
function in maple::MIRPreg
130
specPregTable[i].
SetPrimType
(PTY_unknown);
in MIRPregTable()
H
A
D
cmpl.h
212
virtual void
SetPrimType
(PrimType type)
in SetPrimType()
function
H
A
D
mir_type.h
724
void
SetPrimType
(const PrimType pt)
in SetPrimType()
function in maple::MIRType
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H
A
D
constantfold.cpp
330
resultConst->
SetPrimType
(resultType);
in FoldIntConstComparison()
417
resultConst->
SetPrimType
(resultType);
in FoldIntConstBinary()
432
resultConst->
SetPrimType
(resultType);
in FoldFPConstBinary()
622
resultConst->
SetPrimType
(resultType);
in FoldFPConstComparison()
787
resultConst->
SetPrimType
(resultType);
in FoldFPConstUnary()
805
returnValue->
SetPrimType
(resultType);
in FoldConstUnary()
867
result->
SetPrimType
(origPtyp);
in FoldUnary()
927
resultConst->
SetPrimType
(toType);
in FoldCeil()
1014
resultConst->
SetPrimType
(toType);
in FoldFloor()
1074
resultConst->
SetPrimType
(toTyp
in FoldRound()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
call_conv.h
136
void
SetPrimType
(PrimType pType)
in SetPrimType()
function in maplebe::LmbcFormalParamInfo
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H
A
D
becommon.cpp
64
ty.
SetPrimType
(GetLoweredPtrType());
in ComputeTypeSizesAligns()
H
A
D
switch_lowerer.cpp
138
binaryExpr->
SetPrimType
(PTY_u32);
in BuildCmpNode()
144
exprConst->
SetPrimType
(stmt->GetSwitchOpnd()->GetPrimType());
in BuildCmpNode()
H
A
D
lower.cpp
68
dreadNode->
SetPrimType
(GetLoweredPtrType());
in LowerReturnStructUsingFakeParm()
523
node.
SetPrimType
(GetLoweredPtrType());
in LowerTypePtr()
698
expr.
SetPrimType
(PTY_u8);
in LowerExpr()
743
dread.
SetPrimType
(PTY_u8);
in LowerDread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H
A
D
lower.h
92
iread.
SetPrimType
(PTY_u8);
in LowerIread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H
A
D
mir_builder.cpp
205
node->
SetPrimType
(GetRegPrimType(ptyp));
in CreateExprDread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cgfunc.cpp
214
expr.
SetPrimType
(targetPtyp);
in HandleCmp()
H
A
D
isel.cpp
405
expr.
SetPrimType
(targetPtyp);
in HandleCmp()
Completed in 17 milliseconds