Searched refs:Node (Results 1 - 25 of 1945) sorted by relevance

1234567891011>>

/external/v8/src/compiler/
H A Deffect-control-linearizer.h39 void ProcessNode(Node* node, Node** frame_state, Node** effect,
40 Node** control);
42 bool TryWireInStateEffect(Node* node, Node* frame_state, Node** effect,
43 Node** control);
44 Node* LowerChangeBitToTagged(Node* nod
[all...]
H A Draw-machine-assembler.h66 Node* NullConstant() {
70 Node* UndefinedConstant() {
75 Node* PointerConstant(void* value) {
78 Node* IntPtrConstant(intptr_t value) {
83 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode);
84 Node* Int32Constant(int32_t value) {
87 Node* StackSlot(MachineRepresentation rep) {
90 Node* Int64Constant(int64_t value) {
93 Node* NumberConstant(double value) {
96 Node* Float32Constan
[all...]
H A Dgraph.h19 class Node;
51 Node* const start_;
52 Node* const end_;
58 Node* NewNodeUnchecked(const Operator* op, int input_count,
59 Node* const* inputs, bool incomplete = false);
62 Node* NewNode(const Operator* op, int input_count, Node* const* inputs,
66 Node* NewNode(const Operator* op) {
67 return NewNode(op, 0, static_cast<Node* const*>(nullptr));
69 Node* NewNod
[all...]
H A Dwasm-compiler.h25 class Node;
41 // Expose {Node} and {Graph} opaquely as {wasm::TFNode} and {wasm::TFGraph}.
42 typedef compiler::Node TFNode;
116 typedef ZoneVector<Node*> NodeVector;
123 Node** Buffer(size_t count) {
127 reinterpret_cast<Node**>(zone_->New(new_size * sizeof(Node*)));
136 Node* Error();
137 Node* Start(unsigned params);
138 Node* Para
[all...]
H A Dnode-properties.h29 static int FirstValueIndex(Node* node) { return 0; }
30 static int FirstContextIndex(Node* node) { return PastValueIndex(node); }
31 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); }
32 static int FirstEffectIndex(Node* node) { return PastFrameStateIndex(node); }
33 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); }
34 static int PastValueIndex(Node* node);
35 static int PastContextIndex(Node* node);
36 static int PastFrameStateIndex(Node* node);
37 static int PastEffectIndex(Node* node);
38 static int PastControlIndex(Node* nod
[all...]
H A Dmachine-operator-reducer.h31 Reduction Reduce(Node* node) override;
34 Node* Float32Constant(volatile float value);
35 Node* Float64Constant(volatile double value);
36 Node* Int32Constant(int32_t value);
37 Node* Int64Constant(int64_t value);
38 Node* Uint32Constant(uint32_t value) {
41 Node* Uint64Constant(uint64_t value) {
44 Node* Float64Mul(Node* lhs, Node* rh
[all...]
H A Djs-intrinsic-lowering.h40 Reduction Reduce(Node* node) final;
43 Reduction ReduceCreateIterResultObject(Node* node);
44 Reduction ReduceDebugIsActive(Node* node);
45 Reduction ReduceDeoptimizeNow(Node* node);
46 Reduction ReduceGeneratorClose(Node* node);
47 Reduction ReduceGeneratorGetContext(Node* node);
48 Reduction ReduceGeneratorGetInputOrDebugPos(Node* node);
49 Reduction ReduceGeneratorGetResumeMode(Node* node);
50 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type);
51 Reduction ReduceIsJSReceiver(Node* nod
[all...]
H A Descape-analysis.h31 Node* GetReplacement(Node* node);
32 Node* ResolveReplacement(Node* node);
33 bool IsVirtual(Node* node);
34 bool IsEscaped(Node* node);
35 bool CompareVirtualObjects(Node* left, Node* right);
36 Node* GetOrCreateObjectState(Node* effec
[all...]
/external/v8/src/builtins/
H A Dbuiltins-promise.h14 typedef compiler::Node Node; typedef in namespace:v8::internal
58 Node* AllocateAndInitJSPromise(Node* context);
61 Node* AllocateAndInitJSPromise(Node* context, Node* parent);
65 Node* AllocateAndSetJSPromise(Node* context, Node* statu
[all...]
H A Dbuiltins-regexp.h13 typedef compiler::Node Node; typedef in namespace:v8::internal
22 void BranchIfFastRegExp(Node* const context, Node* const object,
23 Node* const map, Label* const if_isunmodified,
27 Node* FastLoadLastIndex(Node* regexp);
28 Node* SlowLoadLastIndex(Node* context, Node* regex
[all...]
H A Dbuiltins-constructor.h10 typedef compiler::Node Node; typedef in namespace:v8::internal
19 Node* EmitFastNewClosure(Node* shared_info, Node* feedback_vector, Node* slot,
20 Node* context);
21 Node* EmitFastNewFunctionContext(Node* closure, Node* slot
[all...]
H A Dbuiltins-arguments.h10 typedef compiler::Node Node; typedef in namespace:v8::internal
19 Node* EmitFastNewStrictArguments(Node* context, Node* function);
20 Node* EmitFastNewSloppyArguments(Node* context, Node* function);
21 Node* EmitFastNewRestParameter(Node* contex
[all...]
H A Dbuiltins-async.h19 typedef std::function<Node*(Node*)> NodeGenerator1;
26 Node* Await(Node* context, Node* generator, Node* value, Node* outer_promise,
/external/one-true-awk/
H A Dproto.h27 extern int constnode(Node *);
28 extern char *strnode(Node *);
29 extern Node *notnull(Node *);
44 extern void penter(Node *);
45 extern void freetr(Node *);
50 extern void cfoll(fa *, Node *);
51 extern int first(Node *);
52 extern void follow(Node *);
57 extern Node *repars
[all...]
H A Dparse.c32 Node *nodealloc(int n)
34 Node *x;
36 x = (Node *) malloc(sizeof(Node) + (n-1)*sizeof(Node *));
44 Node *exptostat(Node *a)
50 Node *node1(int a, Node *b)
52 Node *
[all...]
/external/v8/src/
H A Dcode-stub-assembler.h58 typedef compiler::Node Node; typedef in class:v8::internal::CodeStubAssembler
92 Node* ParameterToWord(Node* value, ParameterMode mode) {
97 Node* WordToParameter(Node* value, ParameterMode mode) {
102 Node* ParameterToTagged(Node* value, ParameterMode mode) {
107 Node* TaggedToParameter(Node* valu
1343 typedef compiler::Node Node; typedef in class:v8::internal::CodeStubArguments
[all...]
/external/v8/src/interpreter/
H A Dinterpreter-assembler.h29 compiler::Node* BytecodeOperandCount(int operand_index);
32 compiler::Node* BytecodeOperandFlag(int operand_index);
35 compiler::Node* BytecodeOperandIdx(int operand_index);
38 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
41 compiler::Node* BytecodeOperandUImm(int operand_index);
44 compiler::Node* BytecodeOperandUImmWord(int operand_index);
47 compiler::Node* BytecodeOperandImm(int operand_index);
50 compiler::Node* BytecodeOperandImmIntPtr(int operand_index);
53 compiler::Node* BytecodeOperandImmSmi(int operand_index);
56 compiler::Node* BytecodeOperandRe
[all...]
/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.h41 Node* Constant(Graph* g, const Tensor& tensor);
42 Node* Constant(Graph* g, const Tensor& tensor, const string& name);
49 Node* HostConstant(Graph* g, const Tensor& tensor);
50 Node* HostConstant(Graph* g, const Tensor& tensor, const string& name);
53 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape);
54 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape,
58 Node* Assign(Graph* g, Node* var, Node* val);
62 Node* Sen
[all...]
H A Dalgorithm.h29 using NodeComparator = std::function<bool(const Node*, const Node*)>;
33 bool operator()(const Node* n1, const Node* n2) const {
40 bool operator()(const Node* n1, const Node* n2) const {
50 extern void DFS(const Graph& g, const std::function<void(Node*)>& enter,
51 const std::function<void(Node*)>& leave,
59 extern void ReverseDFS(const Graph& g, const std::function<void(Node*)>& enter,
60 const std::function<void(Node*)>
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachinePassRegistry.cpp22 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { argument
23 Node->setNext(List);
24 List = Node;
25 if (Listener) Listener->NotifyAdd(Node->getName(),
26 Node->getCtor(),
27 Node->getDescription());
33 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { argument
35 if (*I == Node) {
36 if (Listener) Listener->NotifyRemove(Node->getName());
/external/clang/test/CXX/expr/expr.post/expr.ref/
H A Dp3.cpp4 template<typename T> struct Node { struct
8 Node<T> n[1];
14 Node<int> n;
/external/skia/src/xml/
H A DSkDOM.h28 typedef SkDOMNode Node; typedef in class:SkDOM
33 const Node* build(SkStream&);
34 const Node* copy(const SkDOM& dom, const Node* node);
36 const Node* getRootNode() const;
39 const Node* finishParsing();
45 Type getType(const Node*) const;
47 const char* getName(const Node*) const;
48 const Node* getFirstChild(const Node*, cons
[all...]
/external/skqp/src/xml/
H A DSkDOM.h28 typedef SkDOMNode Node; typedef in class:SkDOM
33 const Node* build(SkStream&);
34 const Node* copy(const SkDOM& dom, const Node* node);
36 const Node* getRootNode() const;
39 const Node* finishParsing();
45 Type getType(const Node*) const;
47 const char* getName(const Node*) const;
48 const Node* getFirstChild(const Node*, cons
[all...]
/external/v8/src/ic/
H A Daccessor-assembler.h21 typedef compiler::Node Node; typedef in class:v8::internal::AccessorAssembler
43 void TryProbeStubCache(StubCache* stub_cache, Node* receiver, Node* name,
47 Node* StubCachePrimaryOffsetForTesting(Node* name, Node* map) {
50 Node* StubCacheSecondaryOffsetForTesting(Node* name, Node* ma
218 typedef compiler::Node Node; typedef in class:v8::internal::ExitPoint
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
H A DValidator.java3 import com.github.javaparser.ast.Node;
9 public interface Validator extends TypedValidator<Node> {
14 void accept(Node node, ProblemReporter problemReporter);

Completed in 1560 milliseconds

1234567891011>>