Home
last modified time | relevance | path

Searched refs:inBoundsCond (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp233 Value inBoundsCond = onTheFlyFoldSLT(majorIvsPlusOffsets.back(), ub); in emitInBoundsCondition() local
234 if (inBoundsCond) in emitInBoundsCondition()
236 ? (inBoundsCondition && inBoundsCond) in emitInBoundsCondition()
237 : inBoundsCond; in emitInBoundsCondition()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2132 Value inBoundsCond; in createScopedInBoundsCond() local
2149 inBoundsCond = inBoundsCond ? inBoundsCond && cond : cond; in createScopedInBoundsCond()
2151 return inBoundsCond; in createScopedInBoundsCond()
2260 vector::TransferReadOp xferOp, TypeRange returnTypes, Value inBoundsCond, in createScopedFullPartialLinalgCopy() argument
2268 returnTypes, inBoundsCond, in createScopedFullPartialLinalgCopy()
2314 vector::TransferReadOp xferOp, TypeRange returnTypes, Value inBoundsCond, in createScopedFullPartialVectorTransferRead() argument
2322 returnTypes, inBoundsCond, in createScopedFullPartialVectorTransferRead()
2412 Value inBoundsCond = createScopedInBoundsCond( in splitFullAndPartialTransfer() local
2414 if (!inBoundsCond) in splitFullAndPartialTransfer()
2439 xferReadOp, returnTypes, inBoundsCond, compatibleMemRefType, in splitFullAndPartialTransfer()
[all …]