Home
last modified time | relevance | path

Searched defs:trueVal (Results 1 – 15 of 15) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorMask.cpp70 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 DBufferDeallocationOpInterfaceImpl.cpp125 Value trueVal = builder.create<arith::ConstantOp>( in process() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOwnershipBasedBufferDeallocation.cpp765 Value trueVal = buildBoolValue(builder, memref.getLoc(), true); in materializeMemrefWithGuaranteedOwnership() local
853 Value trueVal = buildBoolValue(builder, op.getLoc(), true); in handleInterface() local
H A DLowerDeallocations.cpp144 Value trueVal = rewriter.create<arith::ConstantOp>( in rewriteOneMemrefMultipleRetainCase() local
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/
H A DGPUToLLVMSPV.cpp276 Value trueVal = matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp442 Value trueVal = spirv::ConstantOp::getOne(rewriter.getI1Type(), matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseVectorization.cpp80 Value trueVal = constantI1(rewriter, loc, true); genVectorMask() local
H A DSparseBufferRewriting.cpp600 SmallVector<Value, 4> operands{i, j, p, trueVal}; // Exactly four values. in createPartitionFunc() local
/llvm-project/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp272 Value trueVal = in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DBufferizeHLFIR.cpp158 mlir::Value trueVal = builder.createBool(loc, true); createArrayTemp() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp570 auto trueVal = builder.createIntegerConstant(loc, builder.getI1Type(), 1); in createLenTrim() local
H A DIntrinsicCall.cpp3387 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 DSCF.cpp2327 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 DPolynomialApproximation.cpp939 Value trueVal = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp2290 Value trueVal = getTrueValue(); fold() local