| /third_party/node/deps/v8/src/compiler/ |
| H A D | node.h | 119 explicit UseEdges(Node* node) : node_(node) {} in UseEdges() argument 137 explicit Uses(Node* node) : node_(node) {} in Uses() argument 321 NodeWrapper(Node* node) NodeWrapper() argument 326 Node* node() const { return node_; } node() function in v8::internal::compiler::NodeWrapper 327 set_node(Node* node) set_node() argument 340 Effect(Node* node) Effect() argument 356 Control(Node* node) Control() argument 622 iterator(Node* node) iterator() argument 674 const_iterator(Node* node) const_iterator() argument [all...] |
| H A D | schedule.cc | 57 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); } in AddNode() argument 173 bool Schedule::IsScheduled(Node* node) { in IsScheduled() argument 200 PlanNode(BasicBlock* block, Node* node) PlanNode() argument 210 AddNode(BasicBlock* block, Node* node) AddNode() argument 364 Node* node = block->NodeAt(node_pos); EliminateRedundantPhiNodes() local 400 Node* node = from->NodeAt(i); MovePhis() local 451 SetControlInput(BasicBlock* block, Node* node) SetControlInput() argument 456 SetBlockForNode(BasicBlock* block, Node* node) SetBlockForNode() argument 486 os << " " << *node; operator <<() local [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast-traversal-visitor.h | 41 bool VisitNode(AstNode* node) { return true; } in VisitNode() argument 42 bool VisitExpression(Expression* node) { return true; } in VisitExpression() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-profiler-agent-impl.cc | 46 buildInspectorObjectForPositionTicks(const v8::CpuProfileNode* node) { in buildInspectorObjectForPositionTicks() argument 65 buildInspectorObjectFor( V8InspectorImpl* inspector, const v8::CpuProfileNode* node) buildInspectorObjectFor() argument 123 flattenNodesTree(V8InspectorImpl* inspector, const v8::CpuProfileNode* node, protocol::Array<protocol::Profiler::ProfileNode>* list) flattenNodesTree() argument [all...] |
| H A D | v8-heap-profiler-agent-impl.cc | 399 buildSampingHeapProfileNode(v8::Isolate* isolate, const v8::AllocationProfile::Node* node) buildSampingHeapProfileNode() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | futex-emulation.cc | 42 static FutexWaitListNode* DeleteAsyncWaiterNode(FutexWaitListNode* node) { in DeleteAsyncWaiterNode() argument 60 auto node = *head; DeleteNodesForIsolate() local 156 AsyncWaiterTimeoutTask(CancelableTaskManager* cancelable_task_manager, FutexWaitListNode* node) AsyncWaiterTimeoutTask() argument 168 NotifyAsyncWaiter(FutexWaitListNode* node) NotifyAsyncWaiter() argument 199 AddNode(FutexWaitListNode* node) AddNode() argument 215 RemoveNode(FutexWaitListNode* node) RemoveNode() argument 389 FutexWaitListNode* node = isolate->futex_wait_list_node(); WaitSync() local 570 FutexWaitListNode* node = new FutexWaitListNode( WaitAsync() local 669 FutexWaitListNode* node = it->second.head; Wake() local 745 CleanupAsyncWaiterPromise(FutexWaitListNode* node) CleanupAsyncWaiterPromise() argument 777 ResolveAsyncWaiterPromise(FutexWaitListNode* node) ResolveAsyncWaiterPromise() argument 821 FutexWaitListNode* node; ResolveAsyncWaiterPromises() local 851 HandleAsyncWaiterTimeout(FutexWaitListNode* node) HandleAsyncWaiterTimeout() argument 904 auto node = it->second.head; IsolateDeinit() local 931 FutexWaitListNode* node = it->second.head; NumWaitersForTesting() local 950 FutexWaitListNode* node = it.second.head; NumAsyncWaitersForTesting() local 972 FutexWaitListNode* node = it.second.head; NumUnresolvedAsyncPromisesForTesting() local 988 VerifyNode(FutexWaitListNode* node, FutexWaitListNode* head, FutexWaitListNode* tail) VerifyNode() argument 1015 FutexWaitListNode* node = it.second.head; Verify() local 1023 auto node = it.second.head; Verify() local 1033 NodeIsOnList(FutexWaitListNode* node, FutexWaitListNode* head) NodeIsOnList() argument [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-code-generator.cc | 101 void Process(NodeT* node, const ProcessingState& state) { in Process() argument 105 << PrintNode(graph_labeller(), node); in Process() local 225 void EmitBlockEndGapMoves(UnconditionalControlNode* node, in EmitBlockEndGapMoves() argument
|
| H A D | maglev-ir.cc | 51 int GetVirtualRegister(Node* node) { in GetVirtualRegister() argument 56 void DefineAsRegister(MaglevVregAllocationState* vreg_state, Node* node) { in DefineAsRegister() argument 62 void DefineAsFixed(MaglevVregAllocationState* vreg_state, Node* node, in DefineAsFixed() argument 69 void DefineSameAsFirst(MaglevVregAllocationState* vreg_state, Node* node) { in DefineSameAsFirst() argument 278 EmitEagerDeoptIf(Condition cond, MaglevCodeGenState* code_gen_state, NodeT* node) EmitEagerDeoptIf() argument 288 PrintInputs(std::ostream& os, MaglevGraphLabeller* graph_labeller, const NodeBase* node) PrintInputs() argument 300 PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller, const NodeBase* node) PrintResult() argument 303 PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller, const ValueNode* node) PrintResult() argument 312 PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller, const NodeBase* node) PrintTargets() argument 315 PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller, const UnconditionalControlNode* node) PrintTargets() argument 320 PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller, const ConditionalControlNode* node) PrintTargets() argument 327 PrintImpl(std::ostream& os, MaglevGraphLabeller* graph_labeller, const NodeT* node) PrintImpl() argument [all...] |
| H A D | maglev-graph-builder.h | 196 NodeT* AddNode(NodeT* node) { in AddNode() argument 322 SetAccumulator(NodeT* node) SetAccumulator() argument 325 StoreRegister(interpreter::Register::virtual_accumulator(), node); SetAccumulator() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 38 ppir_node *node = ppir_node_create(block, op, ssa->index, 0); in ppir_node_create_ssa() local 57 ppir_node *node = ppir_node_create(block, op, reg->index, mask); in ppir_node_create_reg() local 95 ppir_node_add_src(ppir_compiler *comp, ppir_node *node, ppir_src *ps, nir_src *ns, unsigned mask) ppir_node_add_src() argument 168 ppir_alu_node *node = ppir_node_create_dest(block, op, &instr->dest.dest, ppir_emit_alu() local 232 ppir_node *node; ppir_emit_discard_if() local 255 ppir_node *node = ppir_node_create(block, ppir_op_discard, -1, 0); ppir_emit_discard() local 262 ppir_node *node; ppir_emit_intrinsic() local 420 ppir_const_node *node = ppir_node_create_ssa(block, ppir_op_const, &instr->def); ppir_emit_load_const() local 437 ppir_node *node = ppir_node_create_ssa(block, ppir_op_undef, &undef->def); ppir_emit_ssa_undef() local 452 ppir_load_texture_node *node; ppir_emit_tex() local 590 ppir_node *node; ppir_emit_jump() local 670 ppir_node *node; ppir_emit_if() local 740 ppir_node *node; ppir_emit_loop() local [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_ra.c | 257 unsigned node = bi_get_node(ins->dest[d]); in bi_mark_interference() local 310 unsigned node = bi_get_node(ins->src[s]); in bi_mark_interference() local 385 unsigned node = bi_get_node(ins->src[0]); bi_allocate_registers() local 406 unsigned node = bi_get_node(ins->dest[0]); bi_allocate_registers() local 417 unsigned node = bi_get_node(ins->src[0]); bi_allocate_registers() local 433 unsigned node = bi_get_node(I->dest[0]); bi_allocate_registers() local 547 unsigned node = bi_get_node(ins->dest[d]); bi_choose_spill_node() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | ralloc.c | 599 linear_header *node; in create_linear_node() local 659 linear_header *node; linear_alloc_parent() local 698 linear_header *node; linear_free_parent() local 717 linear_header *node; ralloc_steal_linear_parent() local 735 linear_header *node = LINEAR_PARENT_TO_HEADER(ptr); ralloc_parent_of_linear_parent() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 1003 nir_cf_node *node = in loop_last_block() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeTree.java | 539 intern(Node node) intern() argument 894 newOrEmptyTree(Node node) newOrEmptyTree() argument 1009 recursiveGet(Node node, long index) recursiveGet() argument 1109 ContainsAllVisitor(DfaNode node) ContainsAllVisitor() argument 1245 addSpecs(Node node, RangeSpecification spec, List<RangeSpecification> out) addSpecs() argument [all...] |
| /third_party/python/Lib/ |
| H A D | platform.py | 923 def node(): function [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPrograms.cpp | 475 cacheNode* node = 0; in shadercacheLoad() local 534 cacheNode* node = 0; in shadercacheSave() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateAST.cpp | 159 visitNode(Visit visit, TIntermNode *node) visitNode() argument 290 visitBuiltInFunction(TIntermOperator *node, const TFunction *function) visitBuiltInFunction() argument 322 visitFunctionCall(TIntermAggregate *node) visitFunctionCall() argument 348 validateExpressionTypeBinary(TIntermBinary *node) validateExpressionTypeBinary() argument 406 visitVariableNeedingDeclaration(TIntermSymbol *node) visitVariableNeedingDeclaration() argument 450 visitBuiltInVariable(TIntermSymbol *node) visitBuiltInVariable() argument 575 expectNonNullChildren(Visit visit, TIntermNode *node, size_t least_count) expectNonNullChildren() argument 597 visitSymbol(TIntermSymbol *node) visitSymbol() argument 631 visitConstantUnion(TIntermConstantUnion *node) visitConstantUnion() argument 636 visitSwizzle(Visit visit, TIntermSwizzle *node) visitSwizzle() argument 642 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument 654 visitUnary(Visit visit, TIntermUnary *node) visitUnary() argument 666 visitTernary(Visit visit, TIntermTernary *node) visitTernary() argument 672 visitIfElse(Visit visit, TIntermIfElse *node) visitIfElse() argument 678 visitSwitch(Visit visit, TIntermSwitch *node) visitSwitch() argument 684 visitCase(Visit visit, TIntermCase *node) visitCase() argument 690 visitFunctionPrototype(TIntermFunctionPrototype *node) visitFunctionPrototype() argument 760 visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument 791 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument 821 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument 829 visitGlobalQualifierDeclaration(Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument 850 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument 969 visitLoop(Visit visit, TIntermLoop *node) visitLoop() argument 975 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument 981 visitPreprocessorDirective(TIntermPreprocessorDirective *node) visitPreprocessorDirective() argument [all...] |
| H A D | Compiler.cpp | 1501 TIntermNode *node = sequence->at(readIndex); in pruneUnusedFunctions() local 66 IsTopLevelNodeUnusedFunction(const CallDAG &callDag, const std::vector<TFunctionMetadata> &metadata, TIntermNode *node, const TFunction **functionOut) IsTopLevelNodeUnusedFunction() argument [all...] |
| H A D | ShaderStorageBlockOutputHLSL.cpp | 39 void GetBlockLayoutInfo(TIntermTyped *node, in GetBlockLayoutInfo() argument 320 void ShaderStorageBlockOutputHLSL::outputStoreFunctionCallPrefix(TIntermTyped *node) in outputStoreFunctionCallPrefix() argument 325 void ShaderStorageBlockOutputHLSL::outputLoadFunctionCall(TIntermTyped *node) in outputLoadFunctionCall() argument 331 void ShaderStorageBlockOutputHLSL::outputLengthFunctionCall(TIntermTyped *node) in outputLengthFunctionCall() argument 337 outputAtomicMemoryFunctionCallPrefix(TIntermTyped *node, TOperator op) outputAtomicMemoryFunctionCallPrefix() argument 375 getMatrixStride(TIntermTyped *node, TLayoutBlockStorage storage, bool rowMajor, bool *isRowMajorMatrix) const getMatrixStride() argument 406 collectShaderStorageBlocks(TIntermTyped *node) collectShaderStorageBlocks() argument 451 traverseSSBOAccess(TIntermTyped *node, SSBOMethod method) traverseSSBOAccess() argument 512 traverseNode(TInfoSinkBase &out, TIntermTyped *node, BlockMemberInfo *blockMemberInfo) traverseNode() argument 593 writeEOpIndexDirectOrIndirectOutput( TInfoSinkBase &out, TIntermBinary *node, BlockMemberInfo *blockMemberInfo) writeEOpIndexDirectOrIndirectOutput() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | ReplaceForShaderFramebufferFetch.cpp | 89 bool InputAttachmentReferenceTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument 123 bool InputAttachmentReferenceTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument 184 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument 212 visitSymbol(TIntermSymbol *node) visitSymbol() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | EmitMetal.cpp | 690 static TIntermBinary *AsSpecificBinaryNode(TIntermNode &node, TOperator op) in AsSpecificBinaryNode() argument 700 static bool Parenthesize(TIntermNode &node) in Parenthesize() argument 756 groupedTraverse(TIntermNode &node) groupedTraverse() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RemoveDynamicIndexing.cpp | 80 TIntermTyped *EnsureSignedInt(TIntermTyped *node) in EnsureSignedInt() argument 334 TIntermAggregate *CreateIndexFunctionCall(TIntermBinary *node, in CreateIndexFunctionCall() argument 349 CreateIndexedWriteFunctionCall(TIntermBinary *node, TVariable *index, TVariable *writtenValue, TFunction *indexedWriteFunction) CreateIndexedWriteFunctionCall() argument 367 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument [all...] |
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 416 const xe::TestNode* node = *iter; in printBatchResultSummary() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | SubzeroReactor.cpp | 79 Ice::CfgNode *node = function->makeNode(); in createFunction() local
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | header.cpp | 262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
|