Home
last modified time | relevance | path

Searched refs:inRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp207 Hexagon::R29 == SrcReg && inRange<5, 2>(MCI, 2)) { in getDuplexCandidateGroup()
212 inRange<4, 2>(MCI, 2)) { in getDuplexCandidateGroup()
223 inRange<4>(MCI, 2)) { in getDuplexCandidateGroup()
244 inRange<3, 1>(MCI, 2)) { in getDuplexCandidateGroup()
254 inRange<3>(MCI, 2)) { in getDuplexCandidateGroup()
264 inRange<5, 3>(MCI, 2)) { in getDuplexCandidateGroup()
322 Hexagon::R29 == Src1Reg && inRange<5, 2>(MCI, 1)) { in getDuplexCandidateGroup()
328 inRange<4, 2>(MCI, 1)) { in getDuplexCandidateGroup()
338 inRange<4>(MCI, 1)) { in getDuplexCandidateGroup()
357 inRange<3, 1>(MCI, 1)) { in getDuplexCandidateGroup()
[all …]
H A DHexagonMCInstrInfo.h204 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
211 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
H A DHexagonMCCompound.cpp115 (HexagonMCInstrInfo::inRange<5>(MI, 2) || in getCompoundCandidateGroup()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h112 static bool inRange(int64_t Value, unsigned NumBits) { in inRange() function
H A DIntegral.h188 static bool inRange(int64_t Value, unsigned NumBits) {
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp47 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange() function
240 return Kind == KindImm && inRange(Imm, MinValue, MaxValue, true); in isImm()
272 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff, true); in isMemDisp12()
275 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287, true); in isMemDisp20()
278 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x10); in isMemDisp12Len4()
281 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x100); in isMemDisp12Len8()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp95 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() function
152 return Kind == Immediate && inRange(getImm(), MinValue, MaxValue); in isImm()