| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-compiler.cc | 54 void Process(NodeBase* node, const ProcessingState& state) { in Process() argument 69 void Process(NodeT* node, const ProcessingState& state) { in Process() argument 81 Process(Phi* node, const ProcessingState& state) Process() argument 89 Process(JumpLoop* node, const ProcessingState& state) Process() argument 99 Process(Jump* node, const ProcessingState& state) Process() argument 111 MarkCheckpointNodes(NodeBase* node, const EagerDeoptInfo* deopt_info, const ProcessingState& state) MarkCheckpointNodes() argument 124 MarkCheckpointNodes(NodeBase* node, const LazyDeoptInfo* deopt_info, const ProcessingState& state) MarkCheckpointNodes() argument [all...] |
| H A D | maglev-graph-processor.h | 100 Node* node = *node_it_; in ProcessGraph() local 118 void ProcessNodeBase(NodeBase* node, const ProcessingState& state) { in ProcessNodeBase() argument 130 void PreProcess(NodeBase* node, const ProcessingState& state) {} in PreProcess() argument 155 void Process(NodeBase* node, cons in PreProcessBasicBlock() argument 165 Process(Node* node, const ProcessingState& state) Process() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-dotprinter.cc | 31 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode() argument 51 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit() argument 139 RegExpCharacterClass* node = elm.char_class(); VisitText() local 244 DotPrint(const char* label, RegExpNode* node) DotPrint() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_autotune.c | 37 struct list_head node; member [all...] |
| H A D | freedreno_gmem.h | 67 struct list_head node; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.c | 88 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_MUL0]; in gpir_codegen_mul0_slot() local 148 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_MUL1]; gpir_codegen_mul1_slot() local 200 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_ADD0]; gpir_codegen_add0_slot() local 285 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_ADD1]; gpir_codegen_add1_slot() local 370 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_COMPLEX]; gpir_codegen_complex_slot() local 415 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_PASS]; gpir_codegen_pass_slot() local 486 gpir_get_store_input(gpir_node *node) gpir_get_store_input() argument 505 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_STORE0]; gpir_codegen_store_slot() local [all...] |
| H A D | node.c | 316 gpir_node *node = rzalloc_size(block, size); in gpir_node_create() local 425 gpir_node_delete(gpir_node *node) gpir_node_delete() argument 443 gpir_node_print_node(gpir_node *node, int type, int space) gpir_node_print_node() argument [all...] |
| H A D | reduce_scheduler.c | 41 static void schedule_calc_sched_info(gpir_node *node) in schedule_calc_sched_info() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 30 static bool ppir_lower_const(ppir_block *block, ppir_node *node) in ppir_lower_const() argument 83 ppir_lower_swap_args(ppir_block *block, ppir_node *node) ppir_lower_swap_args() argument 98 ppir_lower_load(ppir_block *block, ppir_node *node) ppir_lower_load() argument 143 ppir_lower_ddxy(ppir_block *block, ppir_node *node) ppir_lower_ddxy() argument 161 ppir_lower_texture(ppir_block *block, ppir_node *node) ppir_lower_texture() argument 197 ppir_lower_select(ppir_block *block, ppir_node *node) ppir_lower_select() argument 273 ppir_lower_trunc(ppir_block *block, ppir_node *node) ppir_lower_trunc() argument 284 ppir_lower_abs(ppir_block *block, ppir_node *node) ppir_lower_abs() argument 298 ppir_lower_neg(ppir_block *block, ppir_node *node) ppir_lower_neg() argument 311 ppir_lower_sat(ppir_block *block, ppir_node *node) ppir_lower_sat() argument 325 ppir_lower_branch_merge_condition(ppir_block *block, ppir_node *node) ppir_lower_branch_merge_condition() argument 417 ppir_lower_branch(ppir_block *block, ppir_node *node) ppir_lower_branch() argument 460 ppir_lower_accum(ppir_block *block, ppir_node *node) ppir_lower_accum() argument [all...] |
| H A D | node_to_instr.c | 28 static bool create_new_instr(ppir_block *block, ppir_node *node) in create_new_instr() argument 48 static bool ppir_do_node_to_instr_try_insert(ppir_block *block, ppir_node *node) in ppir_do_node_to_instr_try_insert() argument 90 ppir_do_one_node_to_instr(ppir_block *block, ppir_node *node) ppir_do_one_node_to_instr() argument 231 ppir_node_score(ppir_node *node) ppir_node_score() argument 283 ppir_node *node = ppir_ready_list_pick_best(block, &ready_list); ppir_do_node_to_instr() local 343 ppir_node *node = instr->slots[i]; ppir_build_instr_dependency() local [all...] |
| H A D | instr.c | 177 bool ppir_instr_insert_node(ppir_instr *instr, ppir_node *node) in ppir_instr_insert_node() argument 288 ppir_node *node = instr->slots[i]; ppir_instr_print_list() local [all...] |
| H A D | liveness.c | 64 ppir_node *node = instr->slots[i]; in ppir_liveness_instr_srcs() local 127 ppir_node *node = instr->slots[i]; in ppir_liveness_instr_dest() local [all...] |
| /third_party/mesa3d/src/util/tests/ |
| H A D | rb_tree_test.cpp | 53 struct rb_node node; member [all...] |
| /third_party/mesa3d/src/util/perf/ |
| H A D | u_trace.h | 157 struct list_head node; member
|
| /third_party/musl/ldso/linux/ |
| H A D | dynlink_rand.c | 40 struct handle_node *node = __libc_malloc(sizeof(*node)); in add_handle_node() local 53 struct handle_node *node in find_dso_by_handle() local 65 struct handle_node *node = handle_map_list; find_handle_by_dso() local 77 struct handle_node *node = handle_map_list; remove_handle_node() local [all...] |
| /third_party/musl/libc-test/src/functional/ |
| H A D | test-malloc-info.c | 31 static const xmlChar *get_attribute(const char *attr_name, xmlNodePtr node) in get_attribute() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
| H A D | netdb_test.cpp | 126 char node[BUFSIZ]; in HWTEST_F() local 146 char node[BUFSIZ]; in HWTEST_F() local 166 char node[BUFSIZ]; HWTEST_F() local 185 char node[BUFSIZ]; HWTEST_F() local 205 char node[BUFSIZ]; HWTEST_F() local 225 char node[BUFSIZ]; HWTEST_F() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | PrefixTree.java | 300 recursivelyMinimize( DfaNode node, RangeSpecification path, DfaNode exclude, RangeTree minimal, int minLength) recursivelyMinimize() argument 339 emit( DfaNode node, RangeSpecification path, RangeTree minimal, int minLength) emit() argument [all...] |
| H A D | RangeTreeFactorizer.java | 180 void recurse(DfaNode node, int mask) { in recurse() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | MatcherCompiler.java | 208 private Operation getOp(DfaNode node) { in getOp() argument [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | SubgroupOptimizer.java | 150 extractSubgraph(RangeTree ranges, DfaNode node) extractSubgraph() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | AstHelpers.cpp | 76 TIntermSequence &sh::CloneSequenceAndPrepend(const TIntermSequence &seq, TIntermNode &node) in CloneSequenceAndPrepend() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateClipCullDistance.cpp | 58 bool ValidateClipCullDistanceTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument 87 bool ValidateClipCullDistanceTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | ArrayReturnValueToOutParameter.cpp | 107 void ArrayReturnValueToOutParameterTraverser::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype() argument 91 visitFunctionDefinition( Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument 141 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument 180 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument 209 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument [all...] |
| H A D | RemoveSwitchFallThrough.cpp | 90 visitSymbol(TIntermSymbol *node) visitSymbol() argument 98 visitConstantUnion(TIntermConstantUnion *node) visitConstantUnion() argument 106 visitDeclaration(Visit, TIntermDeclaration *node) visitDeclaration() argument 113 visitBinary(Visit, TIntermBinary *node) visitBinary() argument 120 visitUnary(Visit, TIntermUnary *node) visitUnary() argument 127 visitTernary(Visit, TIntermTernary *node) visitTernary() argument 134 visitSwizzle(Visit, TIntermSwizzle *node) visitSwizzle() argument 141 visitIfElse(Visit, TIntermIfElse *node) visitIfElse() argument 148 visitSwitch(Visit, TIntermSwitch *node) visitSwitch() argument 202 visitCase(Visit, TIntermCase *node) visitCase() argument 212 visitAggregate(Visit, TIntermAggregate *node) visitAggregate() argument 219 DoesBlockAlwaysBreak(TIntermBlock *node) DoesBlockAlwaysBreak() argument 236 visitBlock(Visit, TIntermBlock *node) visitBlock() argument 247 visitLoop(Visit, TIntermLoop *node) visitLoop() argument 254 visitBranch(Visit, TIntermBranch *node) visitBranch() argument [all...] |