Searched refs:inRange (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp208 Hexagon::R29 == SrcReg && inRange<5, 2>(MCI, 2)) {
213 inRange<4, 2>(MCI, 2)) {
224 inRange<4>(MCI, 2)) {
245 inRange<3, 1>(MCI, 2)) {
255 inRange<3>(MCI, 2)) {
265 inRange<5, 3>(MCI, 2)) {
328 Hexagon::R29 == Src1Reg && inRange<5, 2>(MCI, 1)) {
334 inRange<4, 2>(MCI, 1)) {
344 inRange<4>(MCI, 1)) {
363 inRange<
[all...]
H A DHexagonMCInstrInfo.h188 bool inRange(MCInst const &MCI, size_t Index) { function in namespace:llvm::HexagonMCInstrInfo
195 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { function in namespace:llvm::HexagonMCInstrInfo
H A DHexagonMCCompound.cpp114 (HexagonMCInstrInfo::inRange<5>(MI, 2) ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h111 static bool inRange(int64_t Value, unsigned NumBits) { function in class:clang::interp::Boolean
H A DIntegral.h183 static bool inRange(int64_t Value, unsigned NumBits) { function in class:clang::interp::Integral
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { function
235 return Kind == KindImm && inRange(Imm, MinValue, MaxValue);
267 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff);
270 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287);
273 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x10);
276 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x100);

Completed in 93 milliseconds