Home | History | Annotate | Download | only in arm

Lines Matching defs:inputs_

304   LOperand* InputAt(int i) { return inputs_[i]; }
314 EmbeddedContainer<LOperand*, I> inputs_;
475 inputs_[0] = receiver;
476 inputs_[1] = function;
481 LOperand* receiver() { return inputs_[0]; }
482 LOperand* function() { return inputs_[1]; }
492 inputs_[0] = function;
493 inputs_[1] = receiver;
494 inputs_[2] = length;
495 inputs_[3] = elements;
500 LOperand* function() { return inputs_[0]; }
501 LOperand* receiver() { return inputs_[1]; }
502 LOperand* length() { return inputs_[2]; }
503 LOperand* elements() { return inputs_[3]; }
510 inputs_[0] = arguments;
511 inputs_[1] = length;
512 inputs_[2] = index;
517 LOperand* arguments() { return inputs_[0]; }
518 LOperand* length() { return inputs_[1]; }
519 LOperand* index() { return inputs_[2]; }
528 inputs_[0] = elements;
548 inputs_[0] = left;
549 inputs_[1] = right;
561 inputs_[0] = left;
562 inputs_[1] = right;
576 inputs_[0] = left;
577 inputs_[1] = right;
588 inputs_[0] = left;
589 inputs_[1] = right;
601 inputs_[0] = left;
602 inputs_[1] = right;
620 inputs_[0] = value;
635 inputs_[0] = left;
636 inputs_[1] = right;
648 inputs_[0] = left;
660 inputs_[0] = value;
676 inputs_[0] = value;
690 inputs_[0] = value;
704 inputs_[0] = value;
717 inputs_[0] = value;
732 inputs_[0] = left;
733 inputs_[1] = right;
749 inputs_[0] = value;
763 inputs_[0] = value;
774 inputs_[0] = value;
788 inputs_[0] = value;
803 inputs_[0] = left;
804 inputs_[1] = right;
817 inputs_[0] = left;
818 inputs_[1] = right;
828 inputs_[0] = value;
843 inputs_[0] = index;
844 inputs_[1] = length;
847 LOperand* index() { return inputs_[0]; }
848 LOperand* length() { return inputs_[1]; }
857 inputs_[0] = left;
858 inputs_[1] = right;
872 inputs_[0] = left;
873 inputs_[1] = right;
891 inputs_[0] = left;
892 inputs_[1] = right;
930 inputs_[0] = value;
943 inputs_[0] = value;
965 inputs_[0] = value;
976 inputs_[0] = value;
988 inputs_[0] = value;
999 inputs_[0] = value;
1011 inputs_[0] = date;
1028 inputs_[0] = date;
1029 inputs_[1] = value;
1046 inputs_[0] = value;
1056 inputs_[0] = value;
1066 inputs_[0] = left;
1067 inputs_[1] = right;
1078 inputs_[0] = left;
1079 inputs_[1] = right;
1090 inputs_[0] = global_object;
1102 inputs_[0] = left;
1103 inputs_[1] = right;
1121 inputs_[0] = left;
1122 inputs_[1] = right;
1139 inputs_[0] = value;
1149 inputs_[0] = object;
1160 inputs_[0] = object;
1166 LOperand* object() { return inputs_[0]; }
1173 inputs_[0] = object;
1179 LOperand* object() { return inputs_[0]; }
1187 inputs_[0] = function;
1193 LOperand* function() { return inputs_[0]; }
1200 inputs_[0] = object;
1210 inputs_[0] = object;
1221 inputs_[0] = elements;
1222 inputs_[1] = key;
1228 LOperand* elements() { return inputs_[0]; }
1229 LOperand* key() { return inputs_[1]; }
1236 inputs_[0] = elements;
1237 inputs_[1] = key;
1244 LOperand* elements() { return inputs_[0]; }
1245 LOperand* key() { return inputs_[1]; }
1253 inputs_[0] = external_pointer;
1254 inputs_[1] = key;
1261 LOperand* external_pointer() { return inputs_[0]; }
1262 LOperand* key() { return inputs_[1]; }
1272 inputs_[0] = obj;
1273 inputs_[1] = key;
1278 LOperand* object() { return inputs_[0]; }
1279 LOperand* key() { return inputs_[1]; }
1293 inputs_[0] = global_object;
1299 LOperand* global_object() { return inputs_[0]; }
1308 inputs_[0] = value;
1315 LOperand* value() { return inputs_[0]; }
1323 inputs_[0] = global_object;
1324 inputs_[1] = value;
1340 inputs_[0] = context;
1356 inputs_[0] = context;
1357 inputs_[1] = value;
1374 inputs_[0] = value;
1397 inputs_[0] = context;
1416 inputs_[0] = context;
1428 inputs_[0] = global_object;
1452 inputs_[0] = function;
1458 LOperand* function() { return inputs_[0]; }
1469 inputs_[0] = key;
1497 inputs_[0] = function;
1503 LOperand* function() { return inputs_[0]; }
1535 inputs_[0] = constructor;
1560 inputs_[0] = value;
1570 inputs_[0] = value;
1580 inputs_[0] = value;
1593 inputs_[0] = value;
1612 inputs_[0] = value;
1628 inputs_[0] = value;
1638 inputs_[0] = value;
1650 inputs_[0] = value;
1665 inputs_[0] = obj;
1666 inputs_[1] = val;
1674 LOperand* object() { return inputs_[0]; }
1675 LOperand* value() { return inputs_[1]; }
1687 inputs_[0] = obj;
1688 inputs_[1] = val;
1696 LOperand* object() { return inputs_[0]; }
1697 LOperand* value() { return inputs_[1]; }
1706 inputs_[0] = obj;
1707 inputs_[1] = key;
1708 inputs_[2] = val;
1717 LOperand* object() { return inputs_[0]; }
1718 LOperand* key() { return inputs_[1]; }
1719 LOperand* value() { return inputs_[2]; }
1728 inputs_[0] = elements;
1729 inputs_[1] = key;
1730 inputs_[2] = val;
1739 LOperand* elements() { return inputs_[0]; }
1740 LOperand* key() { return inputs_[1]; }
1741 LOperand* value() { return inputs_[2]; }
1748 inputs_[0] = obj;
1749 inputs_[1] = key;
1750 inputs_[2] = val;
1758 LOperand* object() { return inputs_[0]; }
1759 LOperand* key() { return inputs_[1]; }
1760 LOperand* value() { return inputs_[2]; }
1769 inputs_[0] = external_pointer;
1770 inputs_[1] = key;
1771 inputs_[2] = val;
1778 LOperand* external_pointer() { return inputs_[0]; }
1779 LOperand* key() { return inputs_[1]; }
1780 LOperand* value() { return inputs_[2]; }
1792 inputs_[0] = object;
1803 LOperand* object() { return inputs_[0]; }
1814 inputs_[0] = left;
1815 inputs_[1] = right;
1821 LOperand* left() { return inputs_[0]; }
1822 LOperand* right() { return inputs_[1]; }
1830 inputs_[0] = string;
1831 inputs_[1] = index;
1837 LOperand* string() { return inputs_[0]; }
1838 LOperand* index() { return inputs_[1]; }
1845 inputs_[0] = char_code;
1851 LOperand* char_code() { return inputs_[0]; }
1858 inputs_[0] = string;
1864 LOperand* string() { return inputs_[0]; }
1871 inputs_[0] = value;
1884 inputs_[0] = value;
1895 inputs_[0] = value;
1921 inputs_[0] = value;
1931 inputs_[0] = value;
1941 inputs_[0] = value;
1945 LOperand* unclamped() { return inputs_[0]; }
1954 inputs_[0] = value;
1957 LOperand* unclamped() { return inputs_[0]; }
1966 inputs_[0] = value;
1970 LOperand* unclamped() { return inputs_[0]; }
2028 inputs_[0] = value;
2039 inputs_[0] = value;
2049 inputs_[0] = value;
2075 inputs_[0] = obj;
2076 inputs_[1] = key;
2081 LOperand* object() { return inputs_[0]; }
2082 LOperand* key() { return inputs_[1]; }
2124 inputs_[0] = key;
2125 inputs_[1] = object;
2128 LOperand* key() { return inputs_[0]; }
2129 LOperand* object() { return inputs_[1]; }
2138 inputs_[0] = object;
2141 LOperand* object() { return inputs_[0]; }
2150 inputs_[0] = map;
2153 LOperand* map() { return inputs_[0]; }
2166 inputs_[0] = value;
2167 inputs_[1] = map;
2170 LOperand* value() { return inputs_[0]; }
2171 LOperand* map() { return inputs_[1]; }
2180 inputs_[0] = object;
2181 inputs_[1] = index;
2184 LOperand* object() { return inputs_[0]; }
2185 LOperand* index() { return inputs_[1]; }