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
defs:VisitConstant
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
range_analysis.cpp
97
GateRef RangeAnalysis::
VisitConstant
(GateRef gate)
in VisitConstant()
function in panda::ecmascript::kungfu::RangeAnalysis
H
A
D
number_speculative_lowering.cpp
506
void NumberSpeculativeLowering::
VisitConstant
(GateRef gate)
in VisitConstant()
function in panda::ecmascript::kungfu::NumberSpeculativeLowering
H
A
D
number_speculative_retype.cpp
422
GateRef NumberSpeculativeRetype::
VisitConstant
(GateRef gate)
in VisitConstant()
function in panda::ecmascript::kungfu::NumberSpeculativeRetype
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
codegen.cpp
196
void BytecodeGen::
VisitConstant
(GraphVisitor *visitor, Inst *inst)
in VisitConstant()
function in panda::bytecodeopt::BytecodeGen
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
reg_encoder.cpp
783
void RegEncoder::
VisitConstant
([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) {}
in VisitConstant()
function in ark::bytecodeopt::RegEncoder
H
A
D
codegen.cpp
351
void BytecodeGen::
VisitConstant
(GraphVisitor *visitor, Inst *inst)
in VisitConstant()
function in ark::bytecodeopt::BytecodeGen
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H
A
D
constant_propagation.cpp
305
void ConstantPropagation::
VisitConstant
(GraphVisitor *v, Inst *inst)
in VisitConstant()
function in panda::bytecodeopt::ConstantPropagation
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
alias_analysis.cpp
861
void AliasAnalysis::
VisitConstant
(GraphVisitor *v, Inst *inst)
in VisitConstant()
function in ark::compiler::AliasAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
encode_visitor.cpp
298
void EncodeVisitor::
VisitConstant
(GraphVisitor *visitor, Inst *inst)
in VisitConstant()
function in ark::compiler::EncodeVisitor
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_checker.cpp
1901
void GraphChecker::
VisitConstant
([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst)
in CheckUserOfInt32()
function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
1326
void LLVMIRBuilder::
VisitConstant
(GateRef gate, std::bitset<64> value) // 64: bit width
in VisitConstant()
function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.cpp
2937
void LLVMIrConstructor::
VisitConstant
([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst)
in VisitConstant()
function in ark::compiler::LLVMIrConstructor
Completed in 41 milliseconds