Home
last modified time | relevance | path

Searched defs:nofold (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tensor/Utils/
H A DUtils.cpp25 createPadHighOp(RankedTensorType type,Value source,Value pad,bool nofold,Location loc,OpBuilder & b) createPadHighOp() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DPadding.cpp120 bool nofold = opOperand->getOperandNumber() < options.nofoldFlags.size() in padOperandToSmallestStaticBoundingBox() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp2973 build(OpBuilder & b,OperationState & result,Type resultType,Value source,ArrayRef<int64_t> staticLow,ArrayRef<int64_t> staticHigh,ValueRange low,ValueRange high,bool nofold,ArrayRef<NamedAttribute> attrs) build() argument
2984 build(OpBuilder & b,OperationState & result,Type resultType,Value source,ValueRange low,ValueRange high,bool nofold,ArrayRef<NamedAttribute> attrs) build() argument
2995 build(OpBuilder & b,OperationState & result,Type resultType,Value source,ArrayRef<OpFoldResult> low,ArrayRef<OpFoldResult> high,bool nofold,ArrayRef<NamedAttribute> attrs) build() argument
3019 build(OpBuilder & b,OperationState & result,Type resultType,Value source,ArrayRef<OpFoldResult> low,ArrayRef<OpFoldResult> high,Value constantPadValue,bool nofold,ArrayRef<NamedAttribute> attrs) build() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp193 Value source, Value pad, bool nofold) { in makeComposedPadHighOp() argument