Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp846 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 DInferIntRangeInterface.cpp33 if (auto integerType = dyn_cast<IntegerType>(type)) getStorageBitwidth() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h181 /// 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 DTestBytecodeRoundtrip.cpp246 if (auto integerType = in runTest2() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp94 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 DBuiltinAttributes.cpp378 if (IntegerType integerType = llvm::dyn_cast<IntegerType>(type)) { verify() local