Home
last modified time | relevance | path

Searched defs:node (Results 3001 - 3025 of 3290) sorted by relevance

1...<<121122123124125126127128129130>>...132

/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.c459 static unsigned int implicit_array_size(struct symbol *node, unsigned int count) in implicit_array_size() argument
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc268 SparseInputMask::InputIterator SparseInputMask::IterateOverInputs(Node* node) { in IterateOverInputs() argument
H A Djs-operator.h1121 explicit constexpr JSNodeWrapperBase(Node* node) : NodeWrapper(node) {} in JSNodeWrapperBase() argument
1157 JSUnaryOpNode(Node* node) JSUnaryOpNode() argument
1174 JSBinaryOpNode(Node* node) JSBinaryOpNode() argument
1196 JSGetIteratorNode(Node* node) JSGetIteratorNode() argument
1213 JSCloneObjectNode(Node* node) JSCloneObjectNode() argument
1230 JSGetTemplateObjectNode(Node* node) JSGetTemplateObjectNode() argument
1246 JSCreateLiteralOpNode(Node* node) JSCreateLiteralOpNode() argument
1268 JSHasPropertyNode(Node* node) JSHasPropertyNode() argument
1286 JSLoadPropertyNode(Node* node) JSLoadPropertyNode() argument
1304 JSSetKeyedPropertyNode(Node* node) JSSetKeyedPropertyNode() argument
1324 JSDefineKeyedOwnPropertyNode(Node* node) JSDefineKeyedOwnPropertyNode() argument
1349 JSCallOrConstructNode(Node* node) JSCallOrConstructNode() argument
1427 IsValidNode(Node* node) IsValidNode() argument
1454 JSCallNodeBase(Node* node) JSCallNodeBase() argument
1488 JSWasmCallNode(Node* node) JSWasmCallNode() argument
1519 JSConstructNodeBase(Node* node) JSConstructNodeBase() argument
1553 JSLoadNamedNode(Node* node) JSLoadNamedNode() argument
1568 JSLoadNamedFromSuperNode(Node* node) JSLoadNamedFromSuperNode() argument
1585 JSSetNamedPropertyNode(Node* node) JSSetNamedPropertyNode() argument
1602 JSDefineNamedOwnPropertyNode(Node* node) JSDefineNamedOwnPropertyNode() argument
1621 JSStoreGlobalNode(Node* node) JSStoreGlobalNode() argument
1638 JSLoadGlobalNode(Node* node) JSLoadGlobalNode() argument
1653 JSCreateEmptyLiteralArrayNode(Node* node) JSCreateEmptyLiteralArrayNode() argument
1669 JSDefineKeyedOwnPropertyInLiteralNode(Node* node) JSDefineKeyedOwnPropertyInLiteralNode() argument
1690 JSStoreInArrayLiteralNode(Node* node) JSStoreInArrayLiteralNode() argument
1710 JSCreateClosureNode(Node* node) JSCreateClosureNode() argument
1727 JSForInPrepareNode(Node* node) JSForInPrepareNode() argument
1744 JSForInNextNode(Node* node) JSForInNextNode() argument
[all...]
H A Dcode-assembler.h425 CheckedNode(Node* node, CodeAssembler* code_assembler, const char* location) in CheckedNode() argument
468 Node* node() const { return node_; } in node() function in v8::internal::compiler::CodeAssembler::CheckedNode
1110 BitcastTaggedToWord(TNode<Smi> node) BitcastTaggedToWord() argument
[all...]
H A Djs-call-reducer.cc63 JSCallReducerAssembler(JSCallReducer* reducer, Node* node) in JSCallReducerAssembler() argument
690 IteratingArrayBuiltinReducerAssembler(JSCallReducer* reducer, Node* node) in IteratingArrayBuiltinReducerAssembler() argument
814 PromiseBuiltinReducerAssembler(JSCallReducer* reducer, Node* node, JSHeapBroker* broker) PromiseBuiltinReducerAssembler() argument
906 FastApiCallReducerAssembler( JSCallReducer* reducer, Node* node, const FunctionTemplateInfoRef function_template_info, const FastApiCallFunctionVector& c_candidate_functions, Node* receiver, Node* holder, const SharedFunctionInfoRef shared, Node* target, const int arity, Node* effect) FastApiCallReducerAssembler() argument
[all...]
H A Djs-create-lowering.cc57 Reduction JSCreateLowering::Reduce(Node* node) { in Reduce() argument
112 ReduceJSCreate(Node* node) ReduceJSCreate() argument
148 ReduceJSCreateArguments(Node* node) ReduceJSCreateArguments() argument
381 ReduceJSCreateGeneratorObject(Node* node) ReduceJSCreateGeneratorObject() argument
461 ReduceNewArray( Node* node, Node* length, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
517 ReduceNewArray( Node* node, Node* length, int capacity, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
566 ReduceNewArray( Node* node, std::vector<Node*> values, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
627 ReduceJSCreateArray(Node* node) ReduceJSCreateArray() argument
743 ReduceJSCreateArrayIterator(Node* node) ReduceJSCreateArrayIterator() argument
771 ReduceJSCreateAsyncFunctionObject(Node* node) ReduceJSCreateAsyncFunctionObject() argument
849 ReduceJSCreateCollectionIterator(Node* node) ReduceJSCreateCollectionIterator() argument
881 ReduceJSCreateBoundFunction(Node* node) ReduceJSCreateBoundFunction() argument
924 ReduceJSCreateClosure(Node* node) ReduceJSCreateClosure() argument
990 ReduceJSCreateIterResultObject(Node* node) ReduceJSCreateIterResultObject() argument
1014 ReduceJSCreateStringIterator(Node* node) ReduceJSCreateStringIterator() argument
1037 ReduceJSCreateKeyValueArray(Node* node) ReduceJSCreateKeyValueArray() argument
1067 ReduceJSCreatePromise(Node* node) ReduceJSCreatePromise() argument
1096 ReduceJSCreateLiteralArrayOrObject(Node* node) ReduceJSCreateLiteralArrayOrObject() argument
1122 ReduceJSCreateEmptyLiteralArray(Node* node) ReduceJSCreateEmptyLiteralArray() argument
1146 ReduceJSCreateEmptyLiteralObject(Node* node) ReduceJSCreateEmptyLiteralObject() argument
1177 ReduceJSCreateLiteralRegExp(Node* node) ReduceJSCreateLiteralRegExp() argument
1194 ReduceJSGetTemplateObject(Node* node) ReduceJSGetTemplateObject() argument
1211 ReduceJSCreateFunctionContext(Node* node) ReduceJSCreateFunctionContext() argument
1253 ReduceJSCreateWithContext(Node* node) ReduceJSCreateWithContext() argument
1274 ReduceJSCreateCatchContext(Node* node) ReduceJSCreateCatchContext() argument
1295 ReduceJSCreateBlockContext(Node* node) ReduceJSCreateBlockContext() argument
1346 ReduceJSCreateObject(Node* node) ReduceJSCreateObject() argument
[all...]
H A Djs-generic-lowering.cc32 CallDescriptor::Flags FrameStateFlagForCall(Node* node) { in FrameStateFlagForCall() argument
47 Reduction JSGenericLowering::Reduce(Node* node) { in Reduce() argument
84 ReplaceWithBuiltinCall(Node* node, Builtin builtin) ReplaceWithBuiltinCall() argument
90 ReplaceWithBuiltinCall(Node* node, Callable callable, CallDescriptor::Flags flags) ReplaceWithBuiltinCall() argument
95 ReplaceWithBuiltinCall( Node* node, Callable callable, CallDescriptor::Flags flags, Operator::Properties properties) ReplaceWithBuiltinCall() argument
107 ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int nargs_override) ReplaceWithRuntimeCall() argument
124 ReplaceUnaryOpWithBuiltinCall( Node* node, Builtin builtin_without_feedback, Builtin builtin_with_feedback) ReplaceUnaryOpWithBuiltinCall() argument
161 ReplaceBinaryOpWithBuiltinCall( Node* node, Builtin builtin_without_feedback, Builtin builtin_with_feedback) ReplaceBinaryOpWithBuiltinCall() argument
210 LowerJSStrictEqual(Node* node) LowerJSStrictEqual() argument
259 LowerJSHasProperty(Node* node) LowerJSHasProperty() argument
273 LowerJSLoadProperty(Node* node) LowerJSLoadProperty() argument
297 LowerJSLoadNamed(Node* node) LowerJSLoadNamed() argument
327 LowerJSLoadNamedFromSuper(Node* node) LowerJSLoadNamedFromSuper() argument
354 LowerJSLoadGlobal(Node* node) LowerJSLoadGlobal() argument
378 LowerJSGetIterator(Node* node) LowerJSGetIterator() argument
402 LowerJSSetKeyedProperty(Node* node) LowerJSSetKeyedProperty() argument
426 LowerJSDefineKeyedOwnProperty(Node* node) LowerJSDefineKeyedOwnProperty() argument
444 LowerJSSetNamedProperty(Node* node) LowerJSSetNamedProperty() argument
473 LowerJSDefineNamedOwnProperty(Node* node) LowerJSDefineNamedOwnProperty() argument
496 LowerJSStoreGlobal(Node* node) LowerJSStoreGlobal() argument
516 LowerJSDefineKeyedOwnPropertyInLiteral(Node* node) LowerJSDefineKeyedOwnPropertyInLiteral() argument
526 LowerJSStoreInArrayLiteral(Node* node) LowerJSStoreInArrayLiteral() argument
536 LowerJSDeleteProperty(Node* node) LowerJSDeleteProperty() argument
540 LowerJSGetSuperConstructor(Node* node) LowerJSGetSuperConstructor() argument
558 LowerJSHasInPrototypeChain(Node* node) LowerJSHasInPrototypeChain() argument
562 LowerJSOrdinaryHasInstance(Node* node) LowerJSOrdinaryHasInstance() argument
566 LowerJSHasContextExtension(Node* node) LowerJSHasContextExtension() argument
570 LowerJSLoadContext(Node* node) LowerJSLoadContext() argument
575 LowerJSStoreContext(Node* node) LowerJSStoreContext() argument
580 LowerJSCreate(Node* node) LowerJSCreate() argument
585 LowerJSCreateArguments(Node* node) LowerJSCreateArguments() argument
601 LowerJSCreateArray(Node* node) LowerJSCreateArray() argument
625 LowerJSCreateArrayIterator(Node* node) LowerJSCreateArrayIterator() argument
629 LowerJSCreateAsyncFunctionObject(Node* node) LowerJSCreateAsyncFunctionObject() argument
633 LowerJSCreateCollectionIterator(Node* node) LowerJSCreateCollectionIterator() argument
637 LowerJSCreateBoundFunction(Node* node) LowerJSCreateBoundFunction() argument
641 LowerJSObjectIsArray(Node* node) LowerJSObjectIsArray() argument
645 LowerJSCreateObject(Node* node) LowerJSCreateObject() argument
649 LowerJSParseInt(Node* node) LowerJSParseInt() argument
653 LowerJSRegExpTest(Node* node) LowerJSRegExpTest() argument
657 LowerJSCreateClosure(Node* node) LowerJSCreateClosure() argument
673 LowerJSCreateFunctionContext(Node* node) LowerJSCreateFunctionContext() argument
693 LowerJSCreateGeneratorObject(Node* node) LowerJSCreateGeneratorObject() argument
698 LowerJSCreateIterResultObject(Node* node) LowerJSCreateIterResultObject() argument
702 LowerJSCreateStringIterator(Node* node) LowerJSCreateStringIterator() argument
706 LowerJSCreateKeyValueArray(Node* node) LowerJSCreateKeyValueArray() argument
710 LowerJSCreatePromise(Node* node) LowerJSCreatePromise() argument
714 LowerJSCreateTypedArray(Node* node) LowerJSCreateTypedArray() argument
718 LowerJSCreateLiteralArray(Node* node) LowerJSCreateLiteralArray() argument
737 LowerJSGetTemplateObject(Node* node) LowerJSGetTemplateObject() argument
755 LowerJSCreateEmptyLiteralArray(Node* node) LowerJSCreateEmptyLiteralArray() argument
765 LowerJSCreateArrayFromIterable(Node* node) LowerJSCreateArrayFromIterable() argument
769 LowerJSCreateLiteralObject(Node* node) LowerJSCreateLiteralObject() argument
789 LowerJSCloneObject(Node* node) LowerJSCloneObject() argument
799 LowerJSCreateEmptyLiteralObject(Node* node) LowerJSCreateEmptyLiteralObject() argument
803 LowerJSCreateLiteralRegExp(Node* node) LowerJSCreateLiteralRegExp() argument
815 LowerJSCreateCatchContext(Node* node) LowerJSCreateCatchContext() argument
821 LowerJSCreateWithContext(Node* node) LowerJSCreateWithContext() argument
827 LowerJSCreateBlockContext(Node* node) LowerJSCreateBlockContext() argument
834 LowerJSConstructForwardVarargs(Node* node) LowerJSConstructForwardVarargs() argument
857 LowerJSConstruct(Node* node) LowerJSConstruct() argument
882 LowerJSConstructWithArrayLike(Node* node) LowerJSConstructWithArrayLike() argument
912 LowerJSConstructWithSpread(Node* node) LowerJSConstructWithSpread() argument
950 LowerJSCallForwardVarargs(Node* node) LowerJSCallForwardVarargs() argument
966 LowerJSCall(Node* node) LowerJSCall() argument
985 LowerJSCallWithArrayLike(Node* node) LowerJSCallWithArrayLike() argument
1016 LowerJSCallWithSpread(Node* node) LowerJSCallWithSpread() argument
1055 LowerJSCallRuntime(Node* node) LowerJSCallRuntime() argument
1062 LowerJSWasmCall(Node* node) LowerJSWasmCall() argument
1065 LowerJSForInPrepare(Node* node) LowerJSForInPrepare() argument
1132 LowerJSForInNext(Node* node) LowerJSForInNext() argument
1140 LowerJSLoadMessage(Node* node) LowerJSLoadMessage() argument
1145 LowerJSStoreMessage(Node* node) LowerJSStoreMessage() argument
1149 LowerJSLoadModule(Node* node) LowerJSLoadModule() argument
1153 LowerJSStoreModule(Node* node) LowerJSStoreModule() argument
1157 LowerJSGetImportMeta(Node* node) LowerJSGetImportMeta() argument
1161 LowerJSGeneratorStore(Node* node) LowerJSGeneratorStore() argument
1165 LowerJSGeneratorRestoreContinuation(Node* node) LowerJSGeneratorRestoreContinuation() argument
1169 LowerJSGeneratorRestoreContext(Node* node) LowerJSGeneratorRestoreContext() argument
1173 LowerJSGeneratorRestoreInputOrDebugPos(Node* node) LowerJSGeneratorRestoreInputOrDebugPos() argument
1177 LowerJSGeneratorRestoreRegister(Node* node) LowerJSGeneratorRestoreRegister() argument
1190 LowerJSStackCheck(Node* node) LowerJSStackCheck() argument
1251 LowerJSDebugger(Node* node) LowerJSDebugger() argument
[all...]
H A Draw-machine-assembler.cc859 Node* node = MakeNode(op, input_count, inputs); AddNode() local
860 schedule()->AddNode(CurrentBlock(), node); AddNode() local
[all...]
H A Dscheduler.cc83 Scheduler::SchedulerData* Scheduler::GetData(Node* node) { in GetData() argument
87 Scheduler::Placement Scheduler::InitializePlacement(Node* node) { in InitializePlacement() argument
117 GetPlacement(Node* node) GetPlacement() argument
121 IsLive(Node* node) IsLive() argument
123 UpdatePlacement(Node* node, Placement placement) UpdatePlacement() argument
179 GetCoupledControlEdge(Node* node) GetCoupledControlEdge() argument
186 IncrementUnscheduledUseCount(Node* node, Node* from) IncrementUnscheduledUseCount() argument
205 DecrementUnscheduledUseCount(Node* node, Node* from) DecrementUnscheduledUseCount() argument
259 Node* node = queue_.front(); Run() local
285 Node* node = queue_.front(); Run() local
313 FixNode(BasicBlock* block, Node* node) FixNode() argument
318 Queue(Node* node) Queue() argument
328 BuildBlocks(Node* node) BuildBlocks() argument
365 ConnectBlocks(Node* node) ConnectBlocks() argument
410 BuildBlockForNode(Node* node) BuildBlockForNode() argument
421 BuildBlocksForSuccessors(Node* node) BuildBlocksForSuccessors() argument
430 CollectSuccessorBlocks(Node* node, BasicBlock** successor_blocks, size_t successor_cnt) CollectSuccessorBlocks() argument
439 FindPredecessorBlock(Node* node) FindPredecessorBlock() argument
602 TraceConnect(Node* node, BasicBlock* block, BasicBlock* succ) TraceConnect() argument
613 IsFinalMerge(Node* node) IsFinalMerge() argument
1327 Node* node = stack_.top(); Run() local
1334 InitializePlacement(Node* node) InitializePlacement() argument
1357 VisitInputs(Node* node) VisitInputs() argument
1377 Visited(Node* node) Visited() argument
1422 VisitNode(Node* node) VisitNode() argument
1449 PropagateMinimumPositionToNode(BasicBlock* block, Node* node) PropagateMinimumPositionToNode() argument
1555 VisitNode(Node* node) VisitNode() argument
1624 SplitNode(BasicBlock* block, Node* node) SplitNode() argument
1732 GetCommonDominatorOfUses(Node* node) GetCommonDominatorOfUses() argument
1746 FindPredecessorBlock(Node* node) FindPredecessorBlock() argument
1790 ScheduleFloatingControl(BasicBlock* block, Node* node) ScheduleFloatingControl() argument
1804 Node* node = NodeProperties::GetEffectInput(region_end); ScheduleRegion() local
1822 ScheduleNode(BasicBlock* block, Node* node) ScheduleNode() argument
1832 CloneNode(Node* node) CloneNode() argument
1903 FuseFloatingControl(BasicBlock* block, Node* node) FuseFloatingControl() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.h944 V8_INLINE void AppendNaryOperationSourceRange(NaryOperation* node, in AppendNaryOperationSourceRange() argument
955 V8_INLINE void RecordBlockSourceRange(Block* node, in RecordBlockSourceRange() argument
962 V8_INLINE void RecordCaseClauseSourceRange(CaseClause* node, in RecordCaseClauseSourceRange() argument
969 RecordConditionalSourceRange(Expression* node, const SourceRange& then_range, const SourceRange& else_range) RecordConditionalSourceRange() argument
978 RecordFunctionLiteralSourceRange(FunctionLiteral* node) RecordFunctionLiteralSourceRange() argument
983 RecordBinaryOperationSourceRange( Expression* node, const SourceRange& right_range) RecordBinaryOperationSourceRange() argument
991 RecordJumpStatementSourceRange(Statement* node, int32_t continuation_position) RecordJumpStatementSourceRange() argument
999 RecordIfStatementSourceRange(Statement* node, const SourceRange& then_range, const SourceRange& else_range) RecordIfStatementSourceRange() argument
1008 RecordIterationStatementSourceRange( IterationStatement* node, const SourceRange& body_range) RecordIterationStatementSourceRange() argument
1016 RecordExpressionSourceRange(Expression* node, const SourceRange& right_range) RecordExpressionSourceRange() argument
1023 RecordSuspendSourceRange(Expression* node, int32_t continuation_position) RecordSuspendSourceRange() argument
1031 RecordSwitchStatementSourceRange( Statement* node, int32_t continuation_position) RecordSwitchStatementSourceRange() argument
1039 RecordThrowSourceRange(Statement* node, int32_t continuation_position) RecordThrowSourceRange() argument
1048 RecordTryCatchStatementSourceRange( TryCatchStatement* node, const SourceRange& body_range) RecordTryCatchStatementSourceRange() argument
1055 RecordTryFinallyStatementSourceRange( TryFinallyStatement* node, const SourceRange& body_range) RecordTryFinallyStatementSourceRange() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc385 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild() local
461 void AfterAllChildrenTraversed(ProfileNode* node) { delete node; } in AfterAllChildrenTraversed() argument
479 ProfileNode* node = root_; in AddPathFromEnd() local
501 ProfileNode* node = root_; AddPathFromEnd() local
526 Position(ProfileNode* node) Position() argument
536 ProfileNode* node; global() member in v8::internal::Position
664 BuildNodeValue(const ProfileNode* node, TracedValue* value) BuildNodeValue() argument
774 FlattenNodesTree(const v8::CpuProfileNode* node, std::vector<const v8::CpuProfileNode*>* nodes) FlattenNodesTree() argument
792 SerializePositionTicks( const v8::CpuProfileNode* node, int lineCount) SerializePositionTicks() argument
808 SerializeCallFrame( const v8::CpuProfileNode* node) SerializeCallFrame() argument
823 SerializeChildren(const v8::CpuProfileNode* node, int childrenCount) SerializeChildren() argument
831 SerializeNode(const v8::CpuProfileNode* node) SerializeNode() argument
[all...]
H A Dprofile-generator.h382 void EnqueueNode(const ProfileNode* node) { pending_nodes_.push_back(node); } in EnqueueNode() argument
407 ProfileNode* node; member
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h348 void set_stop_node(RegExpNode* node) { stop_node_ = node; } in set_stop_node() argument
514 inline void AddWork(RegExpNode* node) { in AddWork() argument
[all...]
H A Dregexp-nodes.h298 set_on_success(RegExpNode* node) set_on_success() argument
589 GuardedAlternative(RegExpNode* node) GuardedAlternative() argument
592 RegExpNode* node() { return node_; } node() function in v8::internal::GuardedAlternative
593 set_node(RegExpNode* node) set_node() argument
612 AddAlternative(GuardedAlternative node) AddAlternative() argument
741 AddAlternative(GuardedAlternative node) AddAlternative() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dast.h217 AddNode(std::unique_ptr<T> node) AddNode() argument
1256 IsInstanceOf(AstNode* node) IsInstanceOf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h198 gpir_node node; member
208 gpir_node node; member
218 gpir_node node; global() member
228 gpir_node node; global() member
383 gpir_node node; global() member
456 gpir_node_is_root(gpir_node *node) gpir_node_is_root() argument
461 gpir_node_is_leaf(gpir_node *node) gpir_node_is_leaf() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_net.c110 coap_free_node(coap_queue_t *node) { in coap_free_node() argument
123 coap_free_node(coap_queue_t *node) { in coap_free_node() argument
166 coap_insert_node(coap_queue_t **queue, coap_queue_t *node) { in coap_insert_node() argument
203 coap_delete_node(coap_queue_t *node) coap_delete_node() argument
233 coap_queue_t *node; coap_new_node() local
804 coap_send_pdu(coap_session_t *session, coap_pdu_t *pdu, coap_queue_t *node) coap_send_pdu() argument
914 coap_wait_ack(coap_context_t *context, coap_session_t *session, coap_queue_t *node) coap_wait_ack() argument
1599 coap_queue_t *node = coap_new_node(); coap_send_internal() local
1617 coap_retransmit(coap_context_t *context, coap_queue_t *node) coap_retransmit() argument
2248 coap_remove_from_queue(coap_queue_t **queue, coap_session_t *session, coap_mid_t id, coap_queue_t **node) coap_remove_from_queue() argument
3264 coap_queue_t *node = coap_new_node(); handle_request() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp183 void PropagatePrecisionIfApplicable(TIntermTyped *node, TPrecision precision) in PropagatePrecisionIfApplicable() argument
521 TIntermDeclaration(const TIntermDeclaration &node) TIntermDeclaration() argument
1163 TIntermAggregate(const TIntermAggregate &node) TIntermAggregate() argument
1186 TIntermSwizzle(const TIntermSwizzle &node) TIntermSwizzle() argument
1195 TIntermBinary(const TIntermBinary &node) TIntermBinary() argument
1204 TIntermUnary(const TIntermUnary &node) TIntermUnary() argument
1214 TIntermTernary(const TIntermTernary &node) TIntermTernary() argument
1548 TIntermBinary *node = new TIntermBinary(EOpComma, left, right); CreateComma() local
1562 TIntermGlobalQualifierDeclaration( const TIntermGlobalQualifierDeclaration &node) TIntermGlobalQualifierDeclaration() argument
1602 TIntermLoop(const TIntermLoop &node) TIntermLoop() argument
1621 TIntermIfElse(const TIntermIfElse &node) TIntermIfElse() argument
1634 TIntermSwitch(const TIntermSwitch &node) TIntermSwitch() argument
[all...]
H A DIntermNode.h327 TIntermExpression(const TIntermExpression &node) = default; global() member in sh::TIntermExpression
[all...]
H A DOutputHLSL.cpp55 bool IsDeclarationWrittenOut(TIntermDeclaration *node) in IsDeclarationWrittenOut() argument
65 bool IsInStd140UniformBlock(TIntermTyped *node) in IsInStd140UniformBlock() argument
89 const TInterfaceBlock *GetInterfaceBlockOfUniformBlockNearestIndexOperator(TIntermTyped *node) in GetInterfaceBlockOfUniformBlockNearestIndexOperator() argument
142 bool IsAtomicFunctionForSharedVariableDirectAssign(const TIntermBinary &node) in IsAtomicFunctionForSharedVariableDirectAssign() argument
203 needStructMapping(TIntermTyped *node) needStructMapping() argument
1154 visitSymbol(TIntermSymbol *node) visitSymbol() argument
1427 visitSwizzle(Visit visit, TIntermSwizzle *node) visitSwizzle() argument
1438 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument
1863 visitUnary(Visit visit, TIntermUnary *node) visitUnary() argument
2064 samplerNamePrefixFromStruct(TIntermTyped *node) samplerNamePrefixFromStruct() argument
2099 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument
2173 visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument
2256 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument
2324 visitGlobalQualifierDeclaration(Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument
2331 visitFunctionPrototype(TIntermFunctionPrototype *node) visitFunctionPrototype() argument
2371 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
2708 writeIfElse(TInfoSinkBase &out, TIntermIfElse *node) writeIfElse() argument
2767 visitIfElse(Visit visit, TIntermIfElse *node) visitIfElse() argument
2784 visitSwitch(Visit visit, TIntermSwitch *node) visitSwitch() argument
2798 visitCase(Visit visit, TIntermCase *node) visitCase() argument
2814 visitConstantUnion(TIntermConstantUnion *node) visitConstantUnion() argument
2820 visitLoop(Visit visit, TIntermLoop *node) visitLoop() argument
2908 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument
2968 handleExcessiveLoop(TInfoSinkBase &out, TIntermLoop *node) handleExcessiveLoop() argument
3313 outputConstructor(TInfoSinkBase &out, Visit visit, TIntermAggregate *node) outputConstructor() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp273 void declareSampler2DArray(const TVariable *samplerCubeVar, TIntermDeclaration *node) in declareSampler2DArray() argument
756 bool convertBuiltinFunction(TIntermAggregate *node) in convertBuiltinFunction() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.cpp73 bool IsInCorrectFormForGCDTest(SENode* node) { in IsInCorrectFormForGCDTest() argument
90 std::vector<SERecurrentNode*> GetAllTopLevelRecurrences(SENode* node) { in GetAllTopLevelRecurrences() argument
108 GetAllTopLevelConstants(SENode* node) GetAllTopLevelConstants() argument
1521 auto node = scalar_evolution_.CreateConstant(distance_entry.distance); DeltaTest() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp73 bool IsInCorrectFormForGCDTest(SENode* node) { in IsInCorrectFormForGCDTest() argument
90 std::vector<SERecurrentNode*> GetAllTopLevelRecurrences(SENode* node) { in GetAllTopLevelRecurrences() argument
108 GetAllTopLevelConstants(SENode* node) GetAllTopLevelConstants() argument
1521 auto node = scalar_evolution_.CreateConstant(distance_entry.distance); DeltaTest() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dquant_enc.c736 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzgnames.cpp218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) { in handleMatch() argument

Completed in 45 milliseconds

1...<<121122123124125126127128129130>>...132