Home
last modified time | relevance | path

Searched defs:node (Results 1251 - 1275 of 2950) sorted by relevance

1...<<51525354555657585960>>...118

/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
H A Dget_mempolicy01.c37 static struct tst_nodemap *node; variable
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.h87 Node* node; global() member
[all...]
H A Dsimplified-operator-reducer.cc49 Reduction SimplifiedOperatorReducer::Reduce(Node* node) { in Reduce() argument
275 Change(Node* node, const Operator* op, Node* a) Change() argument
[all...]
H A Dsimplified-lowering-verifier.cc25 void SimplifiedLoweringVerifier::CheckType(Node* node, const Type& type) { in CheckType() argument
42 void SimplifiedLoweringVerifier::CheckAndSet(Node* node, const Type& type, in CheckAndSet() argument
99 VisitNode(Node* node, OperationTyper& op_typer) VisitNode() argument
[all...]
H A Dsimplified-lowering.h62 ChangeOp(Node* node, const Operator* new_op) ChangeOp() argument
[all...]
H A Djs-call-reducer.h71 void RevisitForGraphAssembler(Node* node) { Revisit(node); } in RevisitForGraphAssembler() argument
[all...]
H A Djs-context-specialization.cc20 Reduction JSContextSpecialization::Reduce(Node* node) { in Reduce() argument
36 Reduction JSContextSpecialization::ReduceParameter(Node* node) { in ReduceParameter() argument
50 SimplifyJSLoadContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSLoadContext() argument
69 SimplifyJSStoreContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSStoreContext() argument
90 IsContextParameter(Node* node) IsContextParameter() argument
101 GetSpecializationContext( JSHeapBroker* broker, Node* node, size_t* distance, Maybe<OuterContext> maybe_outer) GetSpecializationContext() argument
136 ReduceJSLoadContext(Node* node) ReduceJSLoadContext() argument
198 ReduceJSStoreContext(Node* node) ReduceJSStoreContext() argument
227 GetModuleContext(JSHeapBroker* broker, Node* node, Maybe<OuterContext> maybe_context) GetModuleContext() argument
272 ReduceJSGetImportMeta(Node* node) ReduceJSGetImportMeta() argument
[all...]
H A Dnode-observer.h70 virtual Observation OnNodeCreated(const Node* node) { in OnNodeCreated() argument
74 virtual Observation OnNodeChanged(const char* reducer_name, const Node* node, in OnNodeChanged() argument
[all...]
H A Dstate-values-utils.h37 Node* node; member
86 Node* node; member
122 StateValuesAccess(Node* node) StateValuesAccess() argument
[all...]
H A Dcontrol-equivalence.cc29 void ControlEquivalence::VisitPre(Node* node) { in VisitPre() argument
34 void ControlEquivalence::VisitMid(Node* node, DFSDirection direction) { in VisitMid() argument
61 VisitPost(Node* node, Node* parent_node, DFSDirection direction) VisitPost() argument
95 Node* node = entry.node; RunUndirectedDFS() local
165 DetermineParticipationEnqueue(ZoneQueue<Node*>& queue, Node* node) DetermineParticipationEnqueue() argument
178 Node* node = queue.front(); DetermineParticipation() local
188 DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir) DFSPush() argument
199 DFSPop(DFSStack& stack, Node* node) DFSPop() argument
[all...]
H A Ddecompression-optimizer.cc16 bool IsMachineLoad(Node* const node) { in IsMachineLoad() argument
23 bool IsTaggedMachineLoad(Node* const node) { in IsTaggedMachineLoad() argument
28 bool IsHeapConstant(Node* const node) { in IsHeapConstant() argument
32 bool IsTaggedPhi(Node* const node) { in IsTaggedPhi() argument
39 CanBeCompressed(Node* const node) CanBeCompressed() argument
58 Node* const node = to_visit_.front(); MarkNodes() local
64 MarkNodeInputs(Node* node) MarkNodeInputs() argument
155 MaybeMarkAndQueueForRevisit(Node* const node, State state) MaybeMarkAndQueueForRevisit() argument
172 ChangeHeapConstant(Node* const node) ChangeHeapConstant() argument
178 ChangePhi(Node* const node) ChangePhi() argument
193 ChangeLoad(Node* const node) ChangeLoad() argument
[all...]
H A Descape-analysis-reducer.h66 Insert(Node* node) Insert() argument
[all...]
H A Dnode-properties.h32 static int FirstValueIndex(const Node* node) { return 0; } in FirstValueIndex() argument
33 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex() argument
34 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex() argument
35 static int FirstEffectIndex(Node* node) { return PastFrameStateIndex(node); } in FirstEffectIndex() argument
36 FirstControlIndex(Node* node) FirstControlIndex() argument
38 PastValueIndex(Node* node) PastValueIndex() argument
42 PastContextIndex(Node* node) PastContextIndex() argument
47 PastFrameStateIndex(Node* node) PastFrameStateIndex() argument
52 PastEffectIndex(Node* node) PastEffectIndex() argument
56 PastControlIndex(Node* node) PastControlIndex() argument
63 GetValueInput(Node* node, int index) GetValueInput() argument
69 GetValueInput(const Node* node, int index) GetValueInput() argument
75 GetContextInput(Node* node) GetContextInput() argument
80 GetFrameStateInput(Node* node) GetFrameStateInput() argument
85 GetEffectInput(Node* node, int index = 0) GetEffectInput() argument
91 GetControlInput(Node* node, int index = 0) GetControlInput() argument
109 IsCommon(Node* node) IsCommon() argument
112 IsControl(Node* node) IsControl() argument
115 IsConstant(Node* node) IsConstant() argument
118 IsPhi(Node* node) IsPhi() argument
133 IsValueIdentity(Node* node, Node** out_value) IsValueIdentity() argument
258 IsTyped(const Node* node) IsTyped() argument
259 GetType(const Node* node) GetType() argument
264 SetType(Node* node, Type type) SetType() argument
268 RemoveType(Node* node) RemoveType() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc15 AddNode( ScheduleGraphNode* node) AddNode() argument
69 AddSuccessor( ScheduleGraphNode* node) AddSuccessor() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.h80 explicit ResetWaitingOnScopeExit(FutexWaitListNode* node) : node_(node) {} in ResetWaitingOnScopeExit() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compiler.cc54 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 Dmaglev-graph-processor.h100 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 Dregexp-dotprinter.cc31 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 Dfreedreno_autotune.c37 struct list_head node; member
[all...]
H A Dfreedreno_gmem.h67 struct list_head node; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c88 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 Dnode.c316 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 Dreduce_scheduler.c41 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 Dlower.c30 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 Dnode_to_instr.c28 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...]

Completed in 10 milliseconds

1...<<51525354555657585960>>...118