Searched refs:getForInductionVarOwner (Results 1 – 14 of 14) sorted by relevance
73 AffineForOp loop = getForInductionVarOwner(iv); in getSourceAsConstraints()104 } else if (auto loop = getForInductionVarOwner(value)) { in getAsConstraints()180 getForInductionVarOwner(lbOperands[i][result.getPosition()]); in isSliceMaximalFastCheck()187 AffineForOp srcLoop = getForInductionVarOwner(ivs[i]); in isSliceMaximalFastCheck()303 AffineForOp loop = getForInductionVarOwner(iv); in isMaximal()313 if (getForInductionVarOwner(lbOp)) in isMaximal()509 if (auto loop = getForInductionVarOwner(operand)) { in compute()566 if ((iv = getForInductionVarOwner(var)) && in compute()769 auto loop = getForInductionVarOwner(value); in addMissingLoopIVBounds()999 AffineForOp forOp = getForInductionVarOwner(slice.ivs[i]); in buildSliceTripCountMap()
294 commonLoops->push_back(getForInductionVarOwner(srcDomain.getValue(i))); in getNumCommonLoops()331 AffineForOp forOp = getForInductionVarOwner(commonForIV); in getCommonBlock()
561 if (hasValue(i) && getForInductionVarOwner(getValue(i))) in convertLoopIVSymbolsToDims()578 if (auto loop = getForInductionVarOwner(val)) { in addInductionVarOrTerminalSymbol()674 getForInductionVarOwner(operands[result.getPosition()]); in addDomainFromSliceMaps()1321 auto loop = getForInductionVarOwner(values[i]); in addSliceBounds()
29 DoLoopOp getForInductionVarOwner(mlir::Value val);
47 ForOp getForInductionVarOwner(Value val);
518 auto forOp = scf::getForInductionVarOwner(iv); in hoistPaddingOnTensors()540 scf::getForInductionVarOwner(clonedLoopIvs.front())->getResult(0); in hoistPaddingOnTensors()
109 if (llvm::is_contained(userIVs, getForInductionVarOwner(indVar))) { in isOpLoopInvariant()
1076 AffineForOp forOp = getForInductionVarOwner(value); in isUniformDefinition()
158 if (scf::ForOp forOp = scf::getForInductionVarOwner(iv)) { in matchAndRewrite()
440 AffineForOp getForInductionVarOwner(Value val);
446 auto forOp = getForInductionVarOwner(loopIV); in fuseLoops()
2128 return getForInductionVarOwner(val) != AffineForOp(); in isForInductionVar()2133 AffineForOp mlir::getForInductionVarOwner(Value val) { in getForInductionVarOwner() function in mlir
463 ForOp mlir::scf::getForInductionVarOwner(Value val) { in getForInductionVarOwner() function in mlir::scf
2047 fir::DoLoopOp fir::getForInductionVarOwner(mlir::Value val) { in getForInductionVarOwner() function in fir