/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Reduction.cpp | 483 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 503 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 523 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 543 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 564 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 586 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 608 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 630 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 651 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 671 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 692 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 714 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 735 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 756 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 778 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 800 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 821 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 842 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 864 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local 886 auto i1Ty = mlir::IntegerType::get(ctx, 1); getTypeModel() local [all...] |
H A D | Ragged.cpp | 27 auto i1Ty = builder.getIntegerType(1); in genRaggedArrayAllocate() local
|
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | RuntimeCallTestBase.h | 73 mlir::Type i1Ty; global() member
|
/llvm-project/mlir/lib/Conversion/ShapeToStandard/ |
H A D | ShapeToStandard.cpp | 271 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local 501 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 2864 mlir::Type i1Ty = builder.getI1Type(); genCAssociated() local 3373 mlir::Type i1Ty = builder.getI1Type(); genExecuteCommandLine() local 3715 mlir::Type i1Ty = builder.getI1Type(); genGetEnvironmentVariable() local 3969 mlir::Type i1Ty = builder.getI1Type(); genIsFPClass() local 4492 mlir::Type i1Ty = builder.getI1Type(); genIeeeLogb() local 4643 mlir::Type i1Ty = builder.getI1Type(); genIeeeMaxMin() local 4730 mlir::Type i1Ty = builder.getI1Type(); genIeeeSetFlagOrHaltingMode() local 4864 mlir::Type i1Ty = builder.getI1Type(); genIeeeUnordered() local [all...] |
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 2376 mlir::Type i1Ty = rewriter.getI1Type(); matchAndRewrite() local 2464 Type i1Ty = rewriter.getI1Type(); matchAndRewrite() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 4150 mlir::IntegerType i1Ty = builder->getI1Type(); genMaskAccess() local 6491 mlir::IntegerType i1Ty = builder.getI1Type(); genarr() local 6503 mlir::IntegerType i1Ty = builder.getI1Type(); createBinaryBoolOp() local 6517 mlir::IntegerType i1Ty = builder.getI1Type(); createCompareBoolOp() local [all...] |
H A D | OpenACC.cpp | 1994 mlir::Type i1Ty = builder.getI1Type(); createLoopOp() local
|
H A D | Bridge.cpp | 2520 mlir::Type i1Ty = builder->getI1Type(); genFIR() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 231 Type i1Ty = IntegerType::get(rewriter.getContext(), /*width=*/1); createLinalgBodyCalculationForElementwiseOp() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 918 const LLT i1Ty = LLT::scalar(1); emitSwitchCase() local
|