Home
last modified time | relevance | path

Searched defs:ValueRange (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/mlir/include/mlir/IR/
H A DValueRange.h24 class ValueRange; variable
394 ValueRange(Ar function
395 ValueRange(const Value &value) : ValueRange(&value, /*count=*/1) {} ValueRange() function
396 ValueRange(const std::initializer_list<Value> &values) ValueRange() function
398 ValueRange(iterator_range<OperandRange::iterator> values) ValueRange() function
400 ValueRange(iterator_range<ResultRange::iterator> values) ValueRange() function
402 ValueRange(ArrayRef<BlockArgument> values) ValueRange() function
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp34 struct ValueRange { struct
35 llvm::APSInt MinVal;
36 llvm::APSInt MaxVal;
38 ValueRange(const EnumDecl *EnumDec) { in ValueRange() function
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferViewFlowOpInterface.h16 class ValueRange; variable
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/
H A DRagged.h15 class ValueRange; variable
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DFunctionCallUtils.h27 class ValueRange; global() variable
/llvm-project/flang/include/flang/Lower/
H A DAllocatable.h22 class ValueRange; global() variable
H A DHlfirIntrinsics.h33 class ValueRange; variable
/llvm-project/mlir/include/mlir/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.h25 class ValueRange; variable
H A DUtils.h28 class ValueRange; variable
/llvm-project/mlir/include/mlir/Conversion/AffineToStandard/
H A DAffineToStandard.h21 class ValueRange; variable
/llvm-project/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DTransforms.h25 class ValueRange; variable
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h21 class ValueRange; global() variable
[all...]
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DLoopUtils.h28 class ValueRange; variable
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDecomposeLinalgOps.cpp208 [](OpBuilder, Location, ValueRange) {}); in createPeeledGenericOp() argument
246 [](OpBuilder, Location, ValueRange) {}); in createResidualGenericOp() argument
H A DHoisting.cpp67 inits, [](OpBuilder &, Location, Value, ValueRange) {}); in replaceWithDifferentYield() argument
H A DEraseUnusedOperandsAndResults.cpp99 [](OpBuilder & /*builder*/, Location /*loc*/, ValueRange /*args*/) { in matchAndRewrite()
/llvm-project/mlir/lib/Conversion/ArmSMEToSCF/
H A DArmSMEToSCF.cpp57 ValueRange memrefIndices, int memrefRank, Value mask, Value initTile, in createLoadStoreForOverTileSlices() argument
134 ValueRange memrefIndices, int memrefRank, Value mask, in createLoadStoreForOverTileSlices() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp646 ValueRange::ValueRange(ArrayRef<Value> values) ValueRange() function in ValueRange
648 ValueRange::ValueRange(OperandRange values) ValueRange() function in ValueRange
650 ValueRange::ValueRange(ResultRange values) ValueRange() function in ValueRange
713 isRegionEquivalentTo(Region * lhs,Region * rhs,function_ref<LogicalResult (Value,Value)> checkEquivalent,function_ref<void (Value,Value)> markEquivalent,OperationEquivalence::Flags flags,function_ref<LogicalResult (ValueRange,ValueRange)> checkCommutativeEquivalent) isRegionEquivalentTo() argument
832 isEquivalentTo(Operation * lhs,Operation * rhs,function_ref<LogicalResult (Value,Value)> checkEquivalent,function_ref<void (Value,Value)> markEquivalent,Flags flags,function_ref<LogicalResult (ValueRange,ValueRange)> checkCommutativeEquivalent) isEquivalentTo() argument
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DUpliftWhileToFor.cpp149 auto emptyBuilder = [](OpBuilder &, Location, Value, ValueRange) {}; in upliftWhileToForLoop() argument
H A DTileUsingInterface.cpp398 ArrayRef<OpFoldResult> tileSizes, ValueRange destinationTensors, in yieldTiledValuesAndReplaceLoop() argument
169 __anone7fd0eaf0202(OpBuilder &bodyBuilder, Location bodyLoc, Value iv, ValueRange ) generateLoopNestUsingForOp() argument
344 __anone7fd0eaf0302(OpBuilder &, Location, Value, ValueRange) yieldTiledValuesAndReplaceLoop() argument
985 __anone7fd0eaf0c02(RewriterBase &innerRewriter, Location loc, ValueRange , ValueRange newRegionIterArgs, SmallVector<Value> &tiledResult, SmallVector<SmallVector<OpFoldResult>> &tiledOffset, SmallVector<SmallVector<OpFoldResult>> &tiledSizes) yieldReplacementForFusedProducer() argument
[all...]
/llvm-project/mlir/include/mlir/Transforms/
H A DInliningUtils.h34 class ValueRange; variable
[all...]
/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h86 class ValueRange; variable
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp316 doit(OpBuilder & b,Location loc,ArrayRef<Range> loopRanges,LinalgOp linalgOp,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<scf::ValueVector (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn,ArrayRef<linalg::ProcInfo> procInfo) doit() argument
359 doit(OpBuilder & b,Location loc,ArrayRef<Range> loopRanges,LinalgOp linalgOp,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<scf::ValueVector (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn,ArrayRef<linalg::ProcInfo>) doit() argument
526 doit(OpBuilder & b,Location loc,ArrayRef<Range> loopRanges,LinalgOp linalgOp,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<scf::ValueVector (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn,ArrayRef<linalg::ProcInfo> procInfo) doit() argument
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp65 enum ValueRange { global() enum
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp555 [](OpBuilder &, Location, Value, ValueRange) {}); in replaceWithAdditionalYields() argument
688 OpBuilder &builder, Location loc, ValueRange lbs, ValueRange ubs, in buildLoopNest() argument
768 __anon200d06d20702(OpBuilder &nestedBuilder, Location nestedLoc, ValueRange ivs, ValueRange) buildLoopNest() argument
1654 __anon200d06d21002(OpBuilder &, Location, ValueRange) matchAndRewrite() argument
2813 build(OpBuilder & builder,OperationState & result,ValueRange lowerBounds,ValueRange upperBounds,ValueRange steps,ValueRange initVals,function_ref<void (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn) build() argument
2856 __anon200d06d21c02(OpBuilder &nestedBuilder, Location nestedLoc, ValueRange ivs, ValueRange) build() argument
3136 __anon200d06d21e02(OpBuilder &builder, Location , ValueRange iterVals, ValueRange) matchAndRewrite() argument
[all...]

12