Searched refs:inRange (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCDuplexInfo.cpp | 207 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 D | HexagonMCInstrInfo.h | 204 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 D | HexagonMCCompound.cpp | 115 (HexagonMCInstrInfo::inRange<5>(MI, 2) || in getCompoundCandidateGroup()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h | 112 static bool inRange(int64_t Value, unsigned NumBits) { in inRange() function
|
H A D | Integral.h | 188 static bool inRange(int64_t Value, unsigned NumBits) {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 47 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 D | XtensaAsmParser.cpp | 95 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()
|