Home
last modified time | relevance | path

Searched defs:elementTy (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp103 auto &elementTy = shader.getType(pointerTy.element); in Store() local
149 auto elementTy = shader.getType(objectTy.element); in EmitVariable() local
176 auto elementTy = shader.getType(objectTy.element); in EmitVariable() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/
H A Dhlo_utils.h43 Type elementTy = getElementTypeOrSelf(ty); in getSplat() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dlegalize_shape_computations.cc151 auto elementTy = getElementTypeOrSelf(resultTy); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DStablehloOps.cpp1807 Type elementTy = operandTy.getElementType(); in inferReturnTypes() local
2578 Type elementTy = operandType.getElementType(); in inferReturnTypeComponents() local
2868 ComplexType elementTy = ComplexType::get(operandType.getElementType()); in inferReturnTypes() local
2880 auto elementTy = type.getElementType(); in createRealType() local
3176 Type elementTy = operandType.getElementType(); in inferReturnTypeComponents() local
3615 Type elementTy = getElementTypeOrSelf(operandTy); in getReduceResultType() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dhlo_ops.cc2130 Type elementTy = operandTy.getElementType(); in inferReturnTypes() local
3125 Type elementTy = operandType.getElementType(); in inferReturnTypeComponents() local
3581 ComplexType elementTy = ComplexType::get(operandType.getElementType()); in inferReturnTypes() local
3602 auto elementTy = type.getElementType(); in createRealType() local
4231 Type elementTy = operandType.getElementType(); in inferReturnTypeComponents() local
4849 Type elementTy = getElementTypeOrSelf(operandTy); in getReduceResultType() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1440 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr() local