/llvm-project/mlir/lib/Dialect/ArmSVE/IR/ |
H A D | ArmSVEDialect.cpp | 31 auto i1Type = IntegerType::get(type.getContext(), 1); in getI1SameShape() local
|
/llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
H A D | WmmaOpsToNvvm.cpp | 304 Type i1Type = builder.getI1Type(); in createMinMaxF() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 176 mlir::Type i1Type = builder.getI1Type(); local
|
H A D | MutableBox.cpp | 797 auto i1Type = builder.getI1Type(); genReallocIfNeeded() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 1306 mlir::Type i1Type = builder.getI1Type(); build() local 1328 mlir::Type i1Type = builder.getI1Type(); build() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 640 Type i1Type = builder.getIntegerType(1); parse() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorConversion.cpp | 888 auto i1Type = rewriter.getI1Type(); in matchAndRewrite() local
|
H A D | SparseTensorCodegen.cpp | 1591 auto i1Type = rewriter.getI1Type(); matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1233 mlir::Type i1Type = builder.getI1Type(); parseCmpOp() local 2166 auto i1Type = builder.getIntegerType(1); parse() local 4045 mlir::Type i1Type = builder.getIntegerType(1); parse() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaOps.cpp | 1844 Type i1Type = RankedTensorType::get({}, builder.getIntegerType(1)); parse() local
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 761 Type i1Type = b.getI1Type(); matchAndRewrite() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExprToHLFIR.cpp | 1190 mlir::Type i1Type = builder.getI1Type(); gen() local
|
H A D | ConvertCall.cpp | 1022 mlir::Type i1Type = builder.getI1Type(); genElseResult() local
|
H A D | ConvertExpr.cpp | 1277 mlir::IntegerType i1Type = builder.getI1Type(); genval() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 171 auto i1Type = IntegerType::get(type.getContext(), 1); getI1SameShape() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 168 Type i1Type = IntegerType::get(type.getContext(), 1); getI1SameShape() local
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 2087 Type i1Type = builder.getIntegerType(1); parse() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 665 auto i1Type = mlir::IntegerType::get(convert.getContext(), 1); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 3990 auto i1Type = IntegerType::get(permMap.getContext(), 1); inferTransferOpMaskType() local
|