Home
last modified time | relevance | path

Searched defs:ny (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseBufferRewriting.cpp56 uint64_t ny, ValueRange operands) { in getMangledSortHelperFuncName() argument
80 StringRef namePrefix, AffineMap xPerm, uint64_t ny, ValueRange operands, in getMangledSortHelperFunc() argument
111 uint64_t ny, in forEachIJPairInXs() argument
131 uint64_t ny, in forEachIJPairInAllBuffers() argument
167 createSwap(OpBuilder & builder,Location loc,ValueRange args,AffineMap xPerm,uint64_t ny) createSwap() argument
182 createInlinedCompareImplementation(OpBuilder & builder,Location loc,ValueRange args,AffineMap xPerm,uint64_t ny,function_ref<Value (OpBuilder &,Location,Value,Value,Value,bool,bool)> compareBuilder) createInlinedCompareImplementation() argument
252 createInlinedEqCompare(OpBuilder & builder,Location loc,ValueRange args,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP=0) createInlinedEqCompare() argument
306 createInlinedLessThan(OpBuilder & builder,Location loc,ValueRange args,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP=0) createInlinedLessThan() argument
329 createBinarySearchFunc(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP=0) createBinarySearchFunc() argument
394 createScanLoop(OpBuilder & builder,ModuleOp module,func::FuncOp func,ValueRange xs,Value i,Value p,AffineMap xPerm,uint64_t ny,int step) createScanLoop() argument
436 createCompareThenSwap(OpBuilder & builder,Location loc,AffineMap xPerm,uint64_t ny,SmallVectorImpl<Value> & swapOperands,SmallVectorImpl<Value> & compareOperands,Value a,Value b) createCompareThenSwap() argument
454 createInsert3rd(OpBuilder & builder,Location loc,AffineMap xPerm,uint64_t ny,SmallVectorImpl<Value> & swapOperands,SmallVectorImpl<Value> & compareOperands,Value v0,Value v1,Value v2) createInsert3rd() argument
466 createSort3(OpBuilder & builder,Location loc,AffineMap xPerm,uint64_t ny,SmallVectorImpl<Value> & swapOperands,SmallVectorImpl<Value> & compareOperands,Value v0,Value v1,Value v2) createSort3() argument
481 createSort5(OpBuilder & builder,Location loc,AffineMap xPerm,uint64_t ny,SmallVectorImpl<Value> & swapOperands,SmallVectorImpl<Value> & compareOperands,Value v0,Value v1,Value v2,Value v3,Value v4) createSort5() argument
511 createChoosePivot(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,Value lo,Value hi,Value mi,ValueRange args) createChoosePivot() argument
579 createPartitionFunc(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP=0) createPartitionFunc() argument
730 createShiftDownFunc(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP) createShiftDownFunc() argument
861 createHeapSortFunc(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP) createHeapSortFunc() argument
920 createQuickSort(OpBuilder & builder,ModuleOp module,func::FuncOp func,ValueRange args,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP) createQuickSort() argument
1001 createSortStableFunc(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP) createSortStableFunc() argument
1115 createQuickSortFunc(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,uint32_t nTrailingP) createQuickSortFunc() argument
1222 matchAndRewriteSortOp(OpTy op,ValueRange xys,AffineMap xPerm,uint64_t ny,PatternRewriter & rewriter) matchAndRewriteSortOp() argument
1412 uint64_t ny = 0; matchAndRewrite() local
[all...]
/llvm-project/flang/test/Evaluate/
H A Dfold-dble.f904 integer nx, ny, nz variable
/llvm-project/clang-tools-extra/test/clang-reorder-fields/
H A DFieldDependencyWarningDerived.cpp20 Derived::Derived(long ny) : in Derived()
H A DClassDerived.cpp21 Derived::Derived(long ny) : in Derived()
/llvm-project/libc/src/math/generic/
H A Dfmul.cpp56 int ny = cpp::countl_zero(my); global() variable
/llvm-project/flang/test/Lower/HLFIR/
H A Dcustom-intrinsic.f90688 integer, parameter :: ny = 2 local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp2057 uint64_t ny = 0; verify() local