Searched refs:appendIndex (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorTilingInterfaceImpl.cpp | 114 auto appendIndex = [&](Value val, SmallVector<Value> &dynIndices, in bubbleUpPadSlice() local 152 appendIndex(newLow, newLows, staticNewLows); in bubbleUpPadSlice() 213 appendIndex(newHigh, newHighs, staticNewHighs); in bubbleUpPadSlice()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | gep-merge-constant-indices.ll | 119 define ptr @appendIndex(ptr %p, i64 %i) { 120 ; CHECK-LABEL: @appendIndex(
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | SparseTensorUtils.cpp | 614 void appendIndex(uint64_t d, uint64_t full, uint64_t i) { in appendIndex() function in __anon2f09016c0111::SparseTensorStorage 687 appendIndex(d, full, i); in fromCOO() 734 appendIndex(d, top, i); in insPath()
|