/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorMask.cpp | 70 Value trueVal = rewriter.create<vector::CreateMaskOp>( in matchAndRewrite() local 149 Value trueVal = rewriter.create<vector::ConstantMaskOp>( in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/ |
H A D | BufferDeallocationOpInterfaceImpl.cpp | 125 Value trueVal = builder.create<arith::ConstantOp>( in process() local
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | OwnershipBasedBufferDeallocation.cpp | 765 Value trueVal = buildBoolValue(builder, memref.getLoc(), true); in materializeMemrefWithGuaranteedOwnership() local 853 Value trueVal = buildBoolValue(builder, op.getLoc(), true); in handleInterface() local
|
H A D | LowerDeallocations.cpp | 144 Value trueVal = rewriter.create<arith::ConstantOp>( in rewriteOneMemrefMultipleRetainCase() local
|
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/ |
H A D | GPUToLLVMSPV.cpp | 276 Value trueVal = matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | GPUToSPIRV.cpp | 442 Value trueVal = spirv::ConstantOp::getOne(rewriter.getI1Type(), matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseVectorization.cpp | 80 Value trueVal = constantI1(rewriter, loc, true); genVectorMask() local
|
H A D | SparseBufferRewriting.cpp | 600 SmallVector<Value, 4> operands{i, j, p, trueVal}; // Exactly four values. in createPartitionFunc() local
|
/llvm-project/mlir/lib/Conversion/ShapeToStandard/ |
H A D | ShapeToStandard.cpp | 272 Value trueVal = in matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | BufferizeHLFIR.cpp | 158 mlir::Value trueVal = builder.createBool(loc, true); createArrayTemp() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 570 auto trueVal = builder.createIntegerConstant(loc, builder.getI1Type(), 1); in createLenTrim() local
|
H A D | IntrinsicCall.cpp | 3387 mlir::Value trueVal = builder.createBool(loc, true); genExecuteCommandLine() local 3728 mlir::Value trueVal = builder.createBool(loc, true); genGetEnvironmentVariable() local
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 2327 Value trueVal = std::get<0>(it.value()); matchAndRewrite() local 2481 bool trueVal = trueYield.getValue(); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 939 Value trueVal = matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 2290 Value trueVal = getTrueValue(); fold() local
|