/llvm-project/mlir/include/mlir/IR/ |
H A D | ValueRange.h | 24 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 D | SuspiciousEnumUsageCheck.cpp | 34 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 D | BufferViewFlowOpInterface.h | 16 class ValueRange; variable
|
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/ |
H A D | Ragged.h | 15 class ValueRange; variable
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | FunctionCallUtils.h | 27 class ValueRange; global() variable
|
/llvm-project/flang/include/flang/Lower/ |
H A D | Allocatable.h | 22 class ValueRange; global() variable
|
H A D | HlfirIntrinsics.h | 33 class ValueRange; variable
|
/llvm-project/mlir/include/mlir/Dialect/SCF/Utils/ |
H A D | AffineCanonicalizationUtils.h | 25 class ValueRange; variable
|
H A D | Utils.h | 28 class ValueRange; variable
|
/llvm-project/mlir/include/mlir/Conversion/AffineToStandard/ |
H A D | AffineToStandard.h | 21 class ValueRange; variable
|
/llvm-project/mlir/include/mlir/Dialect/MemRef/Transforms/ |
H A D | Transforms.h | 25 class ValueRange; variable
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | MutableBox.h | 21 class ValueRange; global() variable [all...] |
/llvm-project/mlir/include/mlir/Dialect/Affine/ |
H A D | LoopUtils.h | 28 class ValueRange; variable
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | DecomposeLinalgOps.cpp | 208 [](OpBuilder, Location, ValueRange) {}); in createPeeledGenericOp() argument 246 [](OpBuilder, Location, ValueRange) {}); in createResidualGenericOp() argument
|
H A D | Hoisting.cpp | 67 inits, [](OpBuilder &, Location, Value, ValueRange) {}); in replaceWithDifferentYield() argument
|
H A D | EraseUnusedOperandsAndResults.cpp | 99 [](OpBuilder & /*builder*/, Location /*loc*/, ValueRange /*args*/) { in matchAndRewrite()
|
/llvm-project/mlir/lib/Conversion/ArmSMEToSCF/ |
H A D | ArmSMEToSCF.cpp | 57 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 D | OperationSupport.cpp | 646 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 D | UpliftWhileToFor.cpp | 149 auto emptyBuilder = [](OpBuilder &, Location, Value, ValueRange) {}; in upliftWhileToForLoop() argument
|
H A D | TileUsingInterface.cpp | 398 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 D | InliningUtils.h | 34 class ValueRange; variable [all...] |
/llvm-project/flang/include/flang/Optimizer/Dialect/ |
H A D | FIRType.h | 86 class ValueRange; variable
|
/llvm-project/mlir/lib/Dialect/Linalg/Utils/ |
H A D | Utils.cpp | 316 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 D | BypassSlowDivision.cpp | 65 enum ValueRange { global() enum
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 555 [](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...] |