Home
last modified time | relevance | path

Searched defs:scalarType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp305 auto scalarType = dyn_cast_or_null<spirv::ScalarType>(type.getElementType()); global() local
361 auto scalarType = dyn_cast_or_null<spirv::ScalarType>(type.getElementType()); global() local
398 auto scalarType = dyn_cast_or_null<spirv::ScalarType>(type.getElementType()); convertTensorType() local
555 } else if (auto scalarType = dyn_cast<spirv::ScalarType>(elementType)) { convertMemrefType() local
646 auto scalarType = dyn_cast<spirv::ScalarType>(type); castToSourceType() local
708 if (auto scalarType = dyn_cast<spirv::ScalarType>(intType)) SPIRVTypeConverter() local
716 if (auto scalarType = dyn_cast<spirv::ScalarType>(floatType)) SPIRVTypeConverter() local
[all...]
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp136 if (auto scalarType = dyn_cast<FloatType>(copySignOp.getType())) { in matchAndRewrite() local
310 if (auto scalarType = dyn_cast<FloatType>(powfOp.getType())) { matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp151 VulkanLayoutUtils::getScalarTypeAlignment(Type scalarType) { in getScalarTypeAlignment()
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp743 if (auto scalarType = llvm::dyn_cast<ScalarType>(*this)) { getExtensions() local
763 if (auto scalarType = llvm::dyn_cast<ScalarType>(*this)) { getCapabilities() local
781 if (auto scalarType = llvm::dyn_cast<ScalarType>(*this)) getSizeInBytes() local
H A DSPIRVOps.cpp2124 auto scalarType = llvm::cast<VectorType>(getType()).getElementType(); verify() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1513 auto scalarType = cast<VectorType>(dstType).getElementType(); matchAndRewrite() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp397 mlir::Type scalarType = symTy; genDefaultInitializerValue() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp215 mlir::Type scalarType = fir::unwrapSequenceType(alloc.getInType()); matchAndRewrite() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5461 llvm::Type *scalarType = RV.getScalarVal()->getType(); EmitCall() local