| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
| D | legalize_shape_computations.cc | 80 auto resultTy = op.getType().template cast<ShapedType>(); in matchAndRewrite() local 119 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local 150 auto resultTy = op.getType(); in matchAndRewrite() local 175 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
|
| D | legalize_mhlo_to_thlo.cc | 56 auto resultTy = op.getResult().getType().cast<RankedTensorType>(); in matchAndRewrite() local 124 auto resultTy = op.getType().cast<RankedTensorType>(); in matchAndRewrite() local
|
| D | legalize_gather_to_torch_index_select.cc | 70 auto resultTy = gather.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
| D | optimize_mhlo.cc | 80 auto resultTy = gather.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
| D | restrict_max_rank.cc | 65 TensorType resultTy = result.getType().cast<TensorType>(); in matchAndRewrite() local
|
| D | lower_general_dot.cc | 228 ShapedType resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
|
| D | group_reduction_dimensions.cc | 229 auto resultTy = op->getResultTypes().front().cast<RankedTensorType>(); in tryLowerTo1DOr2DReduction() local
|
| D | chlo_legalize_to_hlo.cc | 55 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local 1158 auto resultTy = x.getType().cast<ShapedType>(); in materializeNextAfter() local 1680 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
|
| D | legalize_to_linalg.cc | 411 auto resultTy = this->typeConverter->convertType(getHloOpResultType(op)) in matchAndRewrite() local 2541 auto resultTy = resultTypes[i].cast<ShapedType>(); in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
| D | decompose_hybrid_quantization.cc | 103 Type resultTy = result.getType(); in matchAndRewrite() local 119 Type resultTy = op->getOpResult(i).getType(); in matchAndRewrite() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | SimpleSValBuilder.cpp | 212 QualType resultTy) { in MakeSymIntVal() 307 QualType resultTy) { in evalBinOpNN() 539 QualType resultTy, in evalBinOpFieldRegionFieldRegion() 586 QualType resultTy) { in evalBinOpLL() 859 Loc lhs, NonLoc rhs, QualType resultTy) { in evalBinOpLN()
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/ |
| D | lower_index_cast_pass.cc | 39 auto resultTy = op.getType().dyn_cast<ShapedType>(); in matchAndRewrite() local
|
| D | symbolic_shape_optimization.cc | 370 RankedTensorType resultTy, in materializeReshapeAsScalarExpand() 388 RankedTensorType resultTy, in materializeReshapeAsScalarCollapse() 662 RankedTensorType resultTy, mhlo::DynamicReshapeOp op, in materializeReshapeAsExpandAndCollapse() 716 auto resultTy = op.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
| /external/swiftshader/src/Pipeline/ |
| D | SpirvShaderImage.cpp | 505 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQuerySizeLod() local 515 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQuerySize() local 523 void SpirvEmitter::GetImageDimensions(const Type &resultTy, Object::ID imageId, Object::ID lodId, I… in GetImageDimensions() argument 587 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQueryLevels() local 613 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQuerySamples() local
|
| D | SpirvShaderMemory.cpp | 32 auto &resultTy = shader.getType(result); in EmitLoad() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/transforms/ |
| D | legalize_to_linalg_utils.h | 130 Optional<ShapedType> resultTy; in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/thlo/IR/ |
| D | thlo_ops.cc | 176 auto resultTy = op.getResult().getType().cast<RankedTensorType>(); in fuseConcatenateOpThroughTile() local 343 auto resultTy = op.getType().cast<RankedTensorType>(); in fuseConcatenateOpThroughPoint() local 406 auto resultTy = getType(0).cast<RankedTensorType>(); in fuse() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/ |
| D | gml_st_ops.cc | 1279 auto resultTy = TileType::get(ctx, shape); in inferReturnTypes() local 1285 auto resultTy = getType().cast<TileType>(); in verify() local 1382 auto resultTy = TileType::get(ctx, shape); in inferReturnTypes() local 1606 auto resultTy = TileType::get(ctx, resultShape); in inferReturnTypes() local 1715 auto resultTy = TileType::get(ctx, resultShape); in inferReturnTypes() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
| D | hlo_ops.cc | 786 Type resultTy; in parse() local 1710 auto resultTy = in reifyGatherShape() local 1883 auto resultTy = iota.getType().cast<ShapedType>(); in matchAndRewrite() local 1912 auto resultTy = getResult().getType().cast<ShapedType>(); in fold() local 1967 auto resultTy = iota.getType().cast<ShapedType>(); in matchAndRewrite() local 2000 auto resultTy = iota.getType().cast<ShapedType>(); in matchAndRewrite() local 2054 ShapedType resultTy = shape::getExtentTensorType( in castToIndexTensor() local 2135 Type resultTy; in inferReturnTypes() local 2390 auto resultTy = op.getType().cast<RankedTensorType>(); in matchAndRewrite() local 2563 Type resultTy; in build() local [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/ |
| D | tiling.cc | 153 auto resultTy = funcTy.getResults().front().dyn_cast<RankedTensorType>(); in tileUniqueFunctionResult() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
| D | StablehloOps.cpp | 788 Type resultTy; in parse() local 1598 auto resultTy = in reifyGatherShape() local 1757 ShapedType resultTy = shape::getExtentTensorType( in castToIndexTensor() local 1812 Type resultTy; in inferReturnTypes() local 2164 Type resultTy; in build() local 3635 SmallVector<Type, 1> resultTy; in build() local 4546 auto resultTy = getType().cast<RankedTensorType>(); in verify() local
|
| /external/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 2211 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
|
| D | SemaOverload.cpp | 1528 QualType resultTy; in IsStandardConversion() local
|
| /external/clang/lib/AST/ |
| D | Type.cpp | 1106 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs() local
|