Home
last modified time | relevance | path

Searched defs:i32Ty (Results 1 – 21 of 21) sorted by relevance

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp35 mlir::Type i32Ty = IntegerType::get(builder.getContext(), 32); in checkCharCompare1() local
73 mlir::Type i32Ty = IntegerType::get(builder.getContext(), 32); in checkCharCompare2() local
99 mlir::Type i32Ty = IntegerType::get(builder.getContext(), 32); in checkGenIndex() local
162 mlir::Type i32Ty = IntegerType::get(builder.getContext(), 32); in checkGenScan() local
196 mlir::Type i32Ty = IntegerType::get(builder.getContext(), 32); in checkGenVerify() local
H A DTransformationalTest.cpp16 mlir::Type i32Ty = builder.getIntegerType(32); in testGenBesselJn() local
39 mlir::Type i32Ty = builder.getIntegerType(32); in testGenBesselJnX0() local
59 mlir::Type i32Ty = builder.getIntegerType(32); in testGenBesselYn() local
82 mlir::Type i32Ty = builder.getIntegerType(32); in testGenBesselYnX0() local
H A DReductionTest.cpp235 mlir::Type i32Ty = builder.getI32Type(); in checkGenMxxloc() local
307 auto i32Ty = builder.getI32Type(); in checkGenMxxlocDim() local
336 auto i32Ty = builder.getI32Type(); in checkGenMxxvalChar() local
362 auto i32Ty = builder.getI32Type(); in checkGen4argsDim() local
H A DRuntimeCallTestBase.h76 mlir::Type i32Ty; global() member
/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp74 Type i32Ty = matchContainerType(rewriter.getI32Type(), resultTy); in matchAndRewrite() local
131 Type i32Ty = matchContainerType(rewriter.getI32Type(), resultTy); in matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DRagged.cpp21 auto i32Ty = builder.getIntegerType(32); in genRaggedArrayAllocate() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp239 Type i32Ty = b.getI32Type(); in matchAndRewrite() local
278 Type i32Ty = b.getI32Type(); in matchAndRewrite() local
/llvm-project/mlir/unittests/TableGen/
H A DOpBuildGen.cpp113 Type i32Ty; member in mlir::OpBuildGenTest
/llvm-project/flang/unittests/Optimizer/
H A DFIRTypesTest.cpp229 mlir::Type i32Ty = mlir::IntegerType::get(&context, 32); in TEST_F() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp177 Type *i32Ty{}; global() member in llvm::__anon3a13c9290311::LaunchKernel
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1307 const auto i32Ty{mlir::IntegerType::get(context, 32)}; in genVecAnyCompare() local
1557 const auto i32Ty{mlir::IntegerType::get(context, 32)}; in genVecConvert() local
1901 const auto i32Ty{mlir::IntegerType::get(builder.getContext(), 32)}; in genVecLdCallGrp() local
H A DIntrinsicCall.cpp3982 mlir::Type i32Ty = builder.getIntegerType(32); genRaiseExcept() local
4346 mlir::Type i32Ty = builder.getIntegerType(32); genIeeeGetFlag() local
4370 mlir::Type i32Ty = builder.getIntegerType(32); genIeeeGetHaltingMode() local
4393 mlir::Type i32Ty = builder.getIntegerType(32); genIeeeGetOrSetModes() local
4435 mlir::Type i32Ty = builder.getIntegerType(32); genIeeeGetOrSetStatus() local
4585 mlir::Type i32Ty = builder.getI32Type(); genIeeeLogb() local
4731 mlir::Type i32Ty = builder.getIntegerType(32); genIeeeSetFlagOrHaltingMode() local
[all...]
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp64 auto i32Ty = IntegerType::get(ctx, 32); inferIntrinsicResultType() local
105 Type i32Ty = rewriter.getI32Type(); convertIntrinsicResult() local
179 Type i32Ty = b.getI32Type(); unpackOperandVector() local
/llvm-project/flang/lib/Lower/
H A DVectorSubscripts.cpp100 mlir::Type i32Ty = builder.getI32Type(); // llvm's GEP requires i32 in gen() local
H A DConvertCall.cpp155 mlir::Type i32Ty = builder.getI32Type(); in readDim3Value() local
539 mlir::Type i32Ty = builder.getI32Type(); genCallOpAndResult() local
H A DAllocatable.cpp548 mlir::Type i32Ty = builder.getIntegerType(32); genAllocateObjectBounds() local
H A DConvertExpr.cpp3528 mlir::IntegerType i32Ty = builder.getIntegerType(32); lowerLazyArrayExpression() local
4202 mlir::IntegerType i32Ty = builder.getIntegerType(32); prepareRaggedArrays() local
4274 mlir::IntegerType i32Ty = builder.getIntegerType(32); genMasks() local
[all...]
H A DBridge.cpp5790 mlir::Type i32Ty = builder->getIntegerType(32); addMaskVariable() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DFIROpPatterns.cpp48 mlir::Type i32Ty = rewriter.getI32Type(); in genI32Constant() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp376 auto i32Ty = IntegerType::get(context, 32); verify() local
[all...]
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp396 Type i32Ty = b.getI32Type(); convertRoundOp() local