Home
last modified time | relevance | path

Searched defs:int32Type (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp186 auto int32Type = addIntType(32); in TEST_F() local
207 auto int32Type = addIntType(32); in TEST_F() local
225 auto int32Type = addIntType(32); in TEST_F() local
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp118 auto int32Type = IntegerType::get(rewriter.getContext(), 32); matchAndRewrite() local
156 auto int32Type = IntegerType::get(rewriter.getContext(), 32); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/GPUToROCDL/
H A DLowerGpuOpsToROCDLOps.cpp69 auto int32Type = IntegerType::get(rewriter.getContext(), 32); getLaneId() local
147 auto int32Type = IntegerType::get(rewriter.getContext(), 32); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp345 IntegerType int32Type; member
/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp187 auto int32Type = builder.getI32Type(); addAMDGPUSpecificMLIRItems() local