Searched refs:outValues (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Analysis/ |
| H A D | Liveness.cpp | 47 outValues.insert(value); in BlockInfoBuilder() 85 llvm::set_union(newIn, outValues); in updateLiveIn() 103 llvm::set_union(outValues, builder.inValues); in updateLiveOut() 114 ValueSetT outValues; member 172 info.outValues = std::move(builder.outValues); in build() 306 printValueRefs(liveness->outValues); in print() 359 return outValues.count(value); in isLiveOut()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | Liveness.h | 114 const ValueSetT &out() const { return outValues; } in out() 151 ValueSetT outValues; variable
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1230 llvm::SmallVectorImpl<ElemTy> *outValues) { in sliceElements() argument 1241 outValues->push_back(*(values + offset)); in sliceElements() 1250 strides.drop_front(), outValues); in sliceElements() 1315 SmallVector<APInt> outValues; in matchAndRewrite() local 1316 outValues.reserve(sourceType.getNumElements()); in matchAndRewrite() 1318 elems.begin(), counts, offsets, sizes, strides, &outValues); in matchAndRewrite() 1319 newAttr = DenseElementsAttr::get(resultType, outValues); in matchAndRewrite() 1321 SmallVector<APFloat> outValues; in matchAndRewrite() local 1322 outValues.reserve(sourceType.getNumElements()); in matchAndRewrite() 1324 elems.begin(), counts, offsets, sizes, strides, &outValues); in matchAndRewrite() [all …]
|