/external/swiftshader/third_party/SPIRV-Tools/tools/sva/tools/ |
D | process_grammar.rb | 65 g['operand_kinds'].each do |op_kind| 66 next if op_kind['category'] !~ /Enum/ 69 type: op_kind['category'], 73 op_kind['enumerants'].each do |enum| 85 v = if op_kind['category'] == 'BitEnum' 101 operand_kinds[op_kind['kind']] = kind
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/tools/ |
D | process_grammar.rb | 65 g['operand_kinds'].each do |op_kind| 66 next if op_kind['category'] !~ /Enum/ 69 type: op_kind['category'], 73 op_kind['enumerants'].each do |enum| 85 v = if op_kind['category'] == 'BitEnum' 101 operand_kinds[op_kind['kind']] = kind
|
/external/deqp-deps/SPIRV-Tools/tools/sva/tools/ |
D | process_grammar.rb | 65 g['operand_kinds'].each do |op_kind| 66 next if op_kind['category'] !~ /Enum/ 69 type: op_kind['category'], 73 op_kind['enumerants'].each do |enum| 85 v = if op_kind['category'] == 'BitEnum' 101 operand_kinds[op_kind['kind']] = kind
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | resource_operation_safety_analysis.cc | 267 absl::optional<XlaResourceOpKind> op_kind; in ComputeIncompatibleResourceOperationPairs() local 269 *n, flib_def, resource_ops_to_ignore, &op_kind)); in ComputeIncompatibleResourceOperationPairs() 287 if (op_kind) { in ComputeIncompatibleResourceOperationPairs() 289 if (IsEdgeSafe(incoming_op.second, *op_kind)) { in ComputeIncompatibleResourceOperationPairs() 297 << " -> " << NodeToString(*n, *op_kind); in ComputeIncompatibleResourceOperationPairs() 304 if (op_kind != XlaResourceOpKind::kRead) { in ComputeIncompatibleResourceOperationPairs() 305 resource_op_set->Add({n->id(), *op_kind}); in ComputeIncompatibleResourceOperationPairs()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | resource_operation_table.h | 43 explicit XlaResourceOpInfo(XlaResourceOpKind op_kind, in XlaResourceOpInfo() argument 45 : op_kind_(op_kind), resource_kind_(resource_kind) {} in XlaResourceOpInfo() 50 static absl::string_view XlaResourceOpKindToString(XlaResourceOpKind op_kind);
|
D | resource_operation_table.cc | 22 XlaResourceOpKind op_kind) { in XlaResourceOpKindToString() argument 23 switch (op_kind) { in XlaResourceOpKindToString() 37 auto add = [&](absl::string_view op, XlaResourceOpKind op_kind, in CreateResourceOpInfoMap() 40 result->insert({op, XlaResourceOpInfo(op_kind, resource_kind)}); in CreateResourceOpInfoMap()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | NameSearchContext.cpp | 118 clang::OverloadedOperatorKind op_kind = clang::NUM_OVERLOADED_OPERATORS; in AddFunDecl() local 120 TypeSystemClang::IsOperator(decl_name.getAsString().c_str(), op_kind)) { in AddFunDecl() 122 false, op_kind, func_proto_type->getNumParams())) in AddFunDecl()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 124 int op_kind = (flags & AF_PRED) ? 1 : in optimize_cc_op2() local 178 switch(op_kind) { in optimize_cc_op2()
|
/external/python/cpython3/Parser/ |
D | asdl.py | 248 op_kind = TokenKind.operator_table[c] 251 yield Token(op_kind, c, lineno)
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_runtime.cc | 602 xla::RendezvousKey::CollectiveOpKind op_kind = in GetRendezvousKey() local 613 num_local_participants, op_kind, op_id}; in GetRendezvousKey()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 362 clang::OverloadedOperatorKind &op_kind) { in IsOperator() argument 371 op_kind = StringSwitch<clang::OverloadedOperatorKind>(name) in IsOperator() 413 if (op_kind != clang::NUM_OVERLOADED_OPERATORS) in IsOperator() 430 op_kind = StringSwitch<clang::OverloadedOperatorKind>(name) in IsOperator() 1597 clang::OverloadedOperatorKind op_kind, in check_op_param() argument 1601 if (op_kind == OO_Call) in check_op_param() 1616 bool is_method, clang::OverloadedOperatorKind op_kind, in CheckOverloadedOperatorKindParameterCount() argument 1618 switch (op_kind) { in CheckOverloadedOperatorKindParameterCount() 1631 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount() 1632 switch (op_kind) { in CheckOverloadedOperatorKindParameterCount() [all …]
|
D | TypeSystemClang.h | 293 clang::OverloadedOperatorKind &op_kind); 368 bool is_method, clang::OverloadedOperatorKind op_kind,
|