Searched refs:Visit (Results 1 – 12 of 12) sorted by relevance
2 /* Visit https://aka.ms/tsconfig.json to read more about this file */
89 static void Visit##OPCODE(GraphVisitor *v, Inst *i) \
50 #define INST_DEF(opcode, ...) Visit##opcode,
20 static void Visit<%= inst.opcode %>([[maybe_unused]] GraphVisitor* visitor, Inst* inst) {
46 … static void Visit<%= inst.opcode %>([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst)
24 static void Visit<%= visitor.ir_op %>([[maybe_unused]] GraphVisitor* v, Inst* inst_base);
56 void RegEncoder::Visit<%= visitor.ir_op %>([[maybe_unused]] GraphVisitor* v, Inst* inst_base) {
13 Visit `DeoptimizeIf` and `SaveStateDeoptimize` instructions in RPO order and check specific rules.
501 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()
250 virtual void Visit([[maybe_unused]] const VisitorCallBack &cb) {} in Visit() function1116 void Visit(const VisitorCallBack &cb) override in Visit() function
374 #define DECLAREVISITOPCODE(name, signature) void Visit##name signature;
286 …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";