Searched refs:minConstant (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.h | 193 int64_t minConstant(MCInst const &MCI, size_t Index); 196 return isShiftedUInt<N, S>(minConstant(MCI, Index)); in inRange() 200 return isShiftedInt<N, S>(minConstant(MCI, Index)); in inSRange() 203 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 | 429 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) { in getDuplexCandidateGroup() 449 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) { in getDuplexCandidateGroup() 479 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 508 minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 518 minConstant(MCI, 1) == 0) { in getDuplexCandidateGroup() 748 if (minConstant(Inst, 2) == 255) { in deriveSubInst()
|
H A D | HexagonMCInstrInfo.cpp | 859 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) { in minConstant() function in HexagonMCInstrInfo
|