Home
last modified time | relevance | path

Searched defs:i1Ty (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DRagged.cpp27 auto i1Ty = builder.getIntegerType(1); in genRaggedArrayAllocate() local
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DRuntimeCallTestBase.h64 mlir::Type i1Ty; member
/llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp270 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local
478 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1655 mlir::Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local
1743 Type i1Ty = rewriter.getI1Type(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp228 Type i1Ty = IntegerType::get(rewriter.getContext(), /*width=*/1); in createLinalgBodyCalculationForElementwiseOp() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4412 mlir::IntegerType i1Ty = builder->getI1Type(); in genMaskAccess() local
6698 mlir::IntegerType i1Ty = builder.getI1Type(); in genarr() local
6710 mlir::IntegerType i1Ty = builder.getI1Type(); in createBinaryBoolOp() local
6724 mlir::IntegerType i1Ty = builder.getI1Type(); in createCompareBoolOp() local
H A DBridge.cpp1536 mlir::Type i1Ty = builder->getI1Type(); in genFIR() local
H A DIntrinsicCall.cpp2833 mlir::Type i1Ty = builder.getI1Type(); in genGetEnvironmentVariable() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp835 const LLT i1Ty = LLT::scalar(1); in emitSwitchCase() local