Searched refs:minConstant (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h186 int64_t minConstant(MCInst const &MCI, size_t Index);
189 return isShiftedUInt<N, S>(minConstant(MCI, Index));
193 return isShiftedInt<N, S>(minConstant(MCI, Index));
196 return isUInt<N>(minConstant(MCI, Index));
H A DHexagonMCCompound.cpp115 HexagonMCInstrInfo::minConstant(MI, 2) == -1))
133 if (HexagonMCInstrInfo::minConstant(MI, 1) <= 63 &&
134 HexagonMCInstrInfo::minConstant(MI, 1) >= 0 &&
145 HexagonMCInstrInfo::minConstant(MI, 2) == 0)
H A DHexagonMCDuplexInfo.cpp431 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) {
451 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) {
481 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) {
510 minConstant(MCI, 2) == 0) {
520 minConstant(MCI, 1) == 0) {
750 if (minConstant(Inst, 2) == 255) {
H A DHexagonMCInstrInfo.cpp762 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) { function in class:HexagonMCInstrInfo

Completed in 165 milliseconds