Searched defs:integerType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 846 getOrInsertBuiltinVariable(Block & body,Location loc,spirv::BuiltIn builtin,Type integerType,OpBuilder & builder,StringRef prefix,StringRef suffix) getOrInsertBuiltinVariable() argument 887 getBuiltinVariableValue(Operation * op,spirv::BuiltIn builtin,Type integerType,OpBuilder & builder,StringRef prefix,StringRef suffix) getBuiltinVariableValue() argument 958 getPushConstantValue(Operation * op,unsigned elementCount,unsigned offset,Type integerType,OpBuilder & builder) getPushConstantValue() argument 984 linearizeIndex(ValueRange indices,ArrayRef<int64_t> strides,int64_t offset,Type integerType,Location loc,OpBuilder & builder) linearizeIndex() argument [all...] |
/llvm-project/mlir/lib/Interfaces/ |
H A D | InferIntRangeInterface.cpp | 33 if (auto integerType = dyn_cast<IntegerType>(type)) getStorageBitwidth() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | FIRBuilder.h | 181 /// Create an integer of \p integerType where all the bits have been set to in createMinusOneInteger() argument
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestBytecodeRoundtrip.cpp | 246 if (auto integerType = in runTest2() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 94 return builder.getIntegerAttr(integerType, -1); in minusOneIntegerAttribute() local 97 auto integerType = cast<IntegerType>(type); minusOneIntegerAttribute() local 505 IntegerType integerType; matchAndRewrite() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 378 if (IntegerType integerType = llvm::dyn_cast<IntegerType>(type)) { verify() local
|