Searched refs:minConstant (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | LoopSpecialization.cpp | 44 int64_t minConstant = std::numeric_limits<int64_t>::max(); in specializeParallelLoopForUnrolling() local 47 minConstant = std::min(minConstant, constantIndex.getValue()); in specializeParallelLoopForUnrolling() 49 if (minConstant == std::numeric_limits<int64_t>::max()) in specializeParallelLoopForUnrolling() 51 constantIndices.push_back(minConstant); in specializeParallelLoopForUnrolling() 80 int64_t minConstant = std::numeric_limits<int64_t>::max(); in specializeForLoopForUnrolling() local 83 minConstant = std::min(minConstant, constantIndex.getValue()); in specializeForLoopForUnrolling() 85 if (minConstant == std::numeric_limits<int64_t>::max()) in specializeForLoopForUnrolling() 90 Value constant = b.create<arith::ConstantIndexOp>(op.getLoc(), minConstant); in specializeForLoopForUnrolling()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.h | 203 int64_t minConstant(MCInst const &MCI, size_t Index); 206 return isShiftedUInt<N, S>(minConstant(MCI, Index)); in inRange() 210 return isShiftedInt<N, S>(minConstant(MCI, Index)); in inSRange() 213 return isUInt<N>(minConstant(MCI, Index)); in inRange()
|
| H A D | HexagonMCCompound.cpp | 116 HexagonMCInstrInfo::minConstant(MI, 2) == -1)) in getCompoundCandidateGroup() 134 if (HexagonMCInstrInfo::minConstant(MI, 1) <= 63 && in getCompoundCandidateGroup() 135 HexagonMCInstrInfo::minConstant(MI, 1) >= 0 && in getCompoundCandidateGroup() 146 HexagonMCInstrInfo::minConstant(MI, 2) == 0) in getCompoundCandidateGroup()
|
| H A D | HexagonMCDuplexInfo.cpp | 425 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) { in getDuplexCandidateGroup() 445 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) { in getDuplexCandidateGroup() 475 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 504 minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 514 minConstant(MCI, 1) == 0) { in getDuplexCandidateGroup() 745 if (minConstant(Inst, 2) == 255) { in deriveSubInst()
|
| H A D | HexagonMCInstrInfo.cpp | 866 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) { in minConstant() function in HexagonMCInstrInfo
|