| /third_party/node/deps/v8/src/compiler/ |
| H A D | checkpoint-elimination.cc | 38 bool IsRedundantCheckpoint(Node* node) { in IsRedundantCheckpoint() argument 54 Reduction CheckpointElimination::ReduceCheckpoint(Node* node) { in ReduceCheckpoint() argument 62 Reduction CheckpointElimination::Reduce(Node* node) { in Reduce() argument [all...] |
| H A D | graph-trimmer.h | 34 Node* const node = *begin++; in TrimGraph() local 41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() argument 42 V8_INLINE void MarkAsLive(Node* const node) { in MarkAsLive() argument [all...] |
| H A D | node-marker.h | 25 V8_INLINE Mark Get(const Node* node) { in Get() argument 33 V8_INLINE void Set(Node* node, Mark mark) { in Set() argument 66 V8_INLINE State Get(const Node* node) { in Get() argument 70 Set(Node* node, State state) Set() argument [all...] |
| H A D | node-observer.cc | 13 ObservableNodeState::ObservableNodeState(const Node* node, Zone* zone) in ObservableNodeState() argument 18 void ObserveNodeManager::StartObserving(Node* node, NodeObserver* observer) { in StartObserving() argument [all...] |
| H A D | constant-folding-reducer.cc | 16 Node* TryGetConstant(JSGraph* jsgraph, Node* node) { in TryGetConstant() argument 44 bool IsAlreadyBeingFolded(Node* node) { in IsAlreadyBeingFolded() argument 66 Reduction ConstantFoldingReducer::Reduce(Node* node) { in Reduce() argument [all...] |
| H A D | select-lowering.cc | 23 Reduction SelectLowering::Reduce(Node* node) { in Reduce() argument 30 Reduction SelectLowering::LowerSelect(Node* node) { in LowerSelect() argument [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-node.cc | 50 std::ostream& operator<<(std::ostream& os, const BytecodeNode& node) { in operator <<() argument
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-compilation-unit.cc | 45 void MaglevCompilationUnit::RegisterNodeInGraphLabeller(const Node* node) { in RegisterNodeInGraphLabeller() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.h | 90 struct list_head node; /* list-node in ctx->active_acc_queries */ member
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | search_tsearch.c | 25 static void act(const void *node, VISIT v, int d) in act() argument 47 static void getparent(const void *node, VISIT v, int d) in getparent() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustnessTests.cpp | 49 bool operator()(tcu::TestNode* node) in operator ()() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputGLSL.cpp | 25 void TOutputGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
|
| H A D | CallDAG.h | 44 TIntermFunctionDefinition *node; // Guaranteed to be non-null. member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| H A D | RewriteUnaryMinusOperatorFloat.cpp | 58 bool Traverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
|
| H A D | UnfoldShortCircuitAST.cpp | 43 bool UnfoldShortCircuitASTTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | AddDefaultReturnStatements.cpp | 23 bool NeedsReturnStatement(TIntermFunctionDefinition *node, TType *returnType) in NeedsReturnStatement() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RecordConstantPrecision.cpp | 90 void RecordConstantPrecisionTraverser::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() argument
|
| H A D | RemoveAtomicCounterBuiltins.cpp | 19 bool IsAtomicCounterDecl(const TIntermDeclaration *node) in IsAtomicCounterDecl() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | EarlyFragmentTestsOptimization.cpp | 44 void CheckEFTOptimizationTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument 56 bool CheckEFTOptimizationTraverser::visitBranch(Visit visit, TIntermBranch *node) in visitBranch() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
| H A D | tcuRandomOrderExecutor.h | 51 TestNode *node; member
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | AnalyzeCallDepth.h | 49 TIntermAggregate *const node; member in AnalyzeCallDepth::FunctionNode
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | tsearch.h | 34 typedef struct node { struct
|
| /third_party/skia/tests/ |
| H A D | SkDOMTest.cpp | 15 check_node(skiatest::Reporter* r, const SkDOM& dom, const SkDOM::Node* node, const char* expectedName, SkDOM::Type expectedType) check_node() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | ConstantFoldingTest.h | 50 void visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() argument 73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() argument 95 isEqual(const TConstantUnion &node, const int &value) const isEqual() argument [all...] |
| /third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
| H A D | node_id_map.cc | 41 void NodeIdMap::Add(const ast::Node* node, IdType id) { in Add() argument [all...] |