Home | History | Annotate | Download | only in compiler

Lines Matching full:getinfo

84       NodeInfo* info = GetInfo(node);
118 NodeInfo* info = GetInfo(node);
158 GetInfo(node)->output = output;
175 MachineTypeUnion output = GetInfo(input)->output;
427 GetInfo(node->InputAt(0))->output;
446 MachineTypeUnion input = GetInfo(node->InputAt(0))->output;
513 MachineTypeUnion in = GetInfo(node->InputAt(0))->output;
534 MachineTypeUnion in = GetInfo(node->InputAt(0))->output;
778 NodeInfo* GetInfo(Node* node) {
784 MachineTypeUnion GetUseInfo(Node* node) { return GetInfo(node)->use; }