/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVParsingUtils.cpp | 32 Type i32Type = parser.getBuilder().getIntegerType(32); in parseVariableDecorations() local
|
H A D | MemoryOps.cpp | 55 Type i32Type = parser.getBuilder().getIntegerType(32); in parseMemoryAccessAttributes() local 91 Type i32Type = parser.getBuilder().getIntegerType(32); in parseSourceMemoryAccessAttributes() local
|
H A D | ControlFlowOps.cpp | 83 auto i32Type = builder.getIntegerType(32); in parse() local
|
H A D | GroupOps.cpp | 54 Type i32Type = parser.getBuilder().getIntegerType(32); parseGroupNonUniformArithmeticOp() local
|
H A D | SPIRVOps.cpp | 873 Type i32Type = parser.getBuilder().getIntegerType(32); in parse() local
|
/llvm-project/mlir/test/lib/Analysis/ |
H A D | TestSlice.cpp | 38 auto i32Type = IntegerType::get(&getContext(), 32); in runOnOperation() local
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | WmmaOpsToSPIRV.cpp | 228 IntegerType i32Type = rewriter.getI32Type(); in matchAndRewrite() local 260 IntegerType i32Type = rewriter.getI32Type(); in matchAndRewrite() local
|
H A D | GPUToSPIRV.cpp | 183 Type i32Type = rewriter.getIntegerType(32); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/ |
H A D | OptimizeForNVVM.cpp | 59 Type i32Type = rewriter.getI32Type(); in matchAndRewrite() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestToLLVMIRTranslation.cpp | 107 llvm::IntegerType *i32Type = in convertOperation() local
|
H A D | TestPatterns.cpp | 749 Type i32Type = rewriter.getIntegerType(32); matchAndRewrite() local 767 Type i32Type = rewriter.getIntegerType(32); matchAndRewrite() local
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestBytecodeRoundtrip.cpp | 266 auto i32Type = IntegerType::get(op->getContext(), 32, in runTest3() local 302 auto i32Type = IntegerType::get(op->getContext(), 32, in runTest4() local
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | DeserializationTest.cpp | 257 auto i32Type = addIntType(32); in TEST_F() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | UnifyAliasedResourcePass.cpp | 477 auto i32Type = rewriter.getI32Type(); in matchAndRewrite() local
|
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | FIRBuilderTest.cpp | 210 auto i32Type = IntegerType::get(builder.getContext(), 32); TEST_F() local
|
/llvm-project/mlir/test/lib/Dialect/Vector/ |
H A D | TestVectorTransforms.cpp | 647 Type i32Type = builder.getIntegerType(32); in runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 1751 auto i32Type = parser.getBuilder().getIntegerType(32); parse() local
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 3572 auto i32Type = parser.getBuilder().getIntegerType(32); parse() local
|