Home
last modified time | relevance | path

Searched refs:Visit (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/arkguard/
Dtsconfig.base.json2 /* Visit https://aka.ms/tsconfig.json to read more about this file */
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h89 static void Visit##OPCODE(GraphVisitor *v, Inst *i) \
Dvisitor.inc50 #define INST_DEF(opcode, ...) Visit##opcode,
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_arm64_gen.inc.erb20 static void Visit<%= inst.opcode %>([[maybe_unused]] GraphVisitor* visitor, Inst* inst) {
Dinst_checker_gen.h.erb46 … static void Visit<%= inst.opcode %>([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst)
/arkcompiler/runtime_core/bytecode_optimizer/templates/
Dcheck_width.h.erb24 static void Visit<%= visitor.ir_op %>([[maybe_unused]] GraphVisitor* v, Inst* inst_base);
Dcheck_width.cpp.erb56 void RegEncoder::Visit<%= visitor.ir_op %>([[maybe_unused]] GraphVisitor* v, Inst* inst_base) {
/arkcompiler/runtime_core/compiler/docs/
Ddeoptimize_elimination_doc.md13 Visit `DeoptimizeIf` and `SaveStateDeoptimize` instructions in RPO order and check specific rules.
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp501 item->Visit([&idx](BaseItem *param_item) { in UpdateOrderIndexes()
513 item->Visit([&idx](BaseItem *param_item) { in UpdateOrderIndexes()
551 item->Visit([&](BaseItem *param_item) { in ProcessIndexDependecies()
Dfile_items.h250 virtual void Visit([[maybe_unused]] const VisitorCallBack &cb) {} in Visit() function
1116 void Visit(const VisitorCallBack &cb) override in Visit() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h374 #define DECLAREVISITOPCODE(name, signature) void Visit##name signature;
/arkcompiler/runtime_core/docs/
Dir_format.md286 …in RPO order and then all the instructions of the block. At the same time Visit functions are call…
390 std::cerr << "Visit binary operation\n";