Home
last modified time | relevance | path

Searched defs:integerType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp32 if (auto integerType = type.dyn_cast<IntegerType>()) in getStorageBitwidth() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp623 Type integerType, OpBuilder &builder) { in getOrInsertBuiltinVariable()
663 Type integerType, in getBuiltinVariableValue()
735 unsigned offset, Type integerType, in getPushConstantValue()
761 int64_t offset, Type integerType, in linearizeIndex()
/llvm-project-15.0.7/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp28 static Value getLocalInvocationDimSize(Operation *op, int dim, Type integerType, in getLocalInvocationDimSize()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp77 auto integerType = vecType.getElementType().cast<IntegerType>(); in minusOneIntegerAttribute() local
80 auto integerType = type.cast<IntegerType>(); in minusOneIntegerAttribute() local
449 IntegerType integerType; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp269 if (auto integerType = type.dyn_cast<IntegerType>()) in getZeroAttr() local
H A DBuiltinAttributes.cpp375 if (IntegerType integerType = type.dyn_cast<IntegerType>()) { in verify() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp95 [loc](IntegerType integerType) -> FailureOr<std::string> { in translateDataLayout()