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:GetPuidx
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_insn.cpp
210
PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
();
in Visit()
227
PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
();
in Visit()
335
std::to_string(emitter.GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
()));
in Visit()
384
std::to_string(emitter.GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
()));
in Visit()
472
PUIdx pIdx = CG::GetCurCGFunc()->GetMirModule().CurFunction()->
GetPuidx
();
in Visit()
617
std::to_string(emitter.GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
()));
in Visit()
H
A
D
aarch64_emitter.cpp
46
PUIdx pIdx = currCG->GetMIRModule()->CurFunction()->
GetPuidx
();
in EmitBBHeaderLabel()
293
PUIdx pIdx = cgFunc.GetMirModule().CurFunction()->
GetPuidx
();
in Run()
756
strdup(std::to_string(Globals::GetInstance()->GetBECommon()->GetMIRModule().CurFunction()->
GetPuidx
()).c_str());
in EmitAdrpLabel()
H
A
D
aarch64_cgfunc.cpp
3061
MIRConst *mirConst = memPool->New<MIRLblConst>(labelIdx, GetFunction().
GetPuidx
(), *etype);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_module.h
88
PUIdx
GetPuidx
() const
in GetPuidx()
function in maple::CallerSummary
H
A
D
mir_function.h
612
PUIdx
GetPuidx
() const
in GetPuidx()
function in maple::MIRFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
emit.cpp
81
PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
();
in EmitLabelRef()
102
char *idx = strdup(std::to_string(func->
GetPuidx
()).c_str());
in EmitLabelForFunc()
309
PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
();
in EmitAsmLabel()
716
PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->
GetPuidx
();
in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H
A
D
lmir_builder.cpp
455
return *mirBuilder.CreateStmtCallRegassigned(func.
GetPuidx
(), args, pregIdx, OP_callassigned);
in Call()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgfunc.h
882
return func.
GetPuidx
();
in GetUniqueID()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H
A
D
lower.cpp
866
return static_cast<CallNode *>(mirBuilder->CreateStmtCall(fn.
GetPuidx
(), nOpnds));
in LowerDefaultIntrinsicCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_MPIsel.cpp
405
MIRConst *mirConst = memPool->New<MIRLblConst>(labelIdx, cgFunc->GetFunction().
GetPuidx
(), *etype);
in SelectRangeGoto()
Completed in 26 milliseconds