Home
last modified time | relevance | path

Searched defs:rhs_type (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_to_standard.cc51 auto rhs_type = rhs.getType().cast<TensorType>(); in matchAndRewrite() local
90 auto rhs_type = rhs.getType().cast<TensorType>(); in matchAndRewrite() local
Dlhlo_legalize_to_affine.cc43 const auto& rhs_type = rhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
Dmaterialize_broadcasts.cc111 auto rhs_type = in CreateBroadcastsForBinaryOp() local
/external/v8/src/compiler/
Dtyped-optimization.cc322 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceNumberFloor() local
404 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceReferenceEqual() local
516 Type rhs_type = NodeProperties::GetType(rhs); in ReduceStringComparison() local
581 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSameValue() local
792 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSpeculativeNumberAdd() local
860 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSpeculativeNumberBinop() local
883 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSpeculativeNumberComparison() local
Dsimplified-lowering.cc1145 void MaskShiftOperand(Node* node, Type rhs_type) { in MaskShiftOperand()
1964 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2001 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2038 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2317 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2365 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2377 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2388 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2398 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2410 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dunroll_batch_matmul.cc210 auto rhs_type = input_rhs.getType().cast<RankedTensorType>(); in matchAndRewrite() local
/external/arm-trusted-firmware/plat/common/
Dubsan.c40 struct type_descriptor *rhs_type; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc971 llvm::Type* rhs_type = rhs->getType(); in GetGemvBuffersWithCanonicalType() local
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1528 const glsl_type *rhs_type = in emit_inline_vector_constructor() local
/external/v8/src/builtins/
Dbuiltins-string-gen.cc250 TNode<String> rhs, TNode<Word32T> rhs_instance_type, MachineType rhs_type, in StringEqual_Loop()
/external/v8/src/interpreter/
Dbytecode-generator.cc5570 TypeHint rhs_type = VisitForAccumulatorValue(expr->right()); in VisitArithmeticExpression() local