Home
last modified time | relevance | path

Searched defs:lhs_type (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_to_standard.cc50 auto lhs_type = lhs.getType().cast<TensorType>(); in matchAndRewrite() local
89 auto lhs_type = lhs.getType().cast<TensorType>(); in matchAndRewrite() local
Dlhlo_legalize_to_affine.cc42 const auto& lhs_type = lhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
Dmaterialize_broadcasts.cc109 auto lhs_type = in CreateBroadcastsForBinaryOp() local
/external/v8/src/compiler/
Dtyped-optimization.cc320 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceNumberFloor() local
403 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceReferenceEqual() local
515 Type lhs_type = NodeProperties::GetType(lhs); in ReduceStringComparison() local
580 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceSameValue() local
791 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceSpeculativeNumberAdd() local
859 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceSpeculativeNumberBinop() local
882 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceSpeculativeNumberComparison() local
Dsimplified-lowering.cc1963 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2000 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2037 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2316 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2529 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2587 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp90 auto lhs_type = in Apply() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp90 auto lhs_type = in Apply() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dunroll_batch_matmul.cc209 auto lhs_type = input_lhs.getType().cast<RankedTensorType>(); in matchAndRewrite() local
/external/arm-trusted-firmware/plat/common/
Dubsan.c39 struct type_descriptor *lhs_type; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc970 llvm::Type* lhs_type = lhs->getType(); in GetGemvBuffersWithCanonicalType() local
/external/v8/src/builtins/
Dbuiltins-string-gen.cc249 TNode<String> lhs, TNode<Word32T> lhs_instance_type, MachineType lhs_type, in StringEqual_Loop()
/external/v8/src/interpreter/
Dbytecode-generator.cc5567 TypeHint lhs_type = VisitForAccumulatorValue(expr->left()); in VisitArithmeticExpression() local