Lines Matching refs:index
64 // Return nodes have a hidden input at index 0 which we ignore in the value
150 return OpParameter<ParameterInfo>(op).index();
161 return lhs.index() == rhs.index();
170 size_t hash_value(ParameterInfo const& p) { return p.index(); }
174 os << i.index();
831 #define CACHED_PARAMETER(index) \
832 ParameterOperator<index> kParameter##index##Operator;
846 #define CACHED_PROJECTION(index) \
847 ProjectionOperator<index> kProjection##index##Operator;
1042 const Operator* CommonOperatorBuilder::IfValue(int32_t index,
1049 IfValueParameters(index, comparison_order, hint)); // parameter
1122 const Operator* CommonOperatorBuilder::Parameter(int index,
1125 switch (index) {
1126 #define CACHED_PARAMETER(index) \
1127 case index: \
1128 return &cache_.kParameter##index##Operator;
1140 ParameterInfo(index, debug_name)); // parameter info
1143 const Operator* CommonOperatorBuilder::OsrValue(int index) {
1148 index); // parameter
1523 const Operator* CommonOperatorBuilder::Projection(size_t index) {
1524 switch (index) {
1525 #define CACHED_PROJECTION(index) \
1526 case index: \
1527 return &cache_.kProjection##index##Operator;
1539 index); // parameter