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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp207 Hexagon::R29 == SrcReg && inRange<5, 2>(MCI, 2)) {
212 inRange<4, 2>(MCI, 2)) {
223 inRange<4>(MCI, 2)) {
244 inRange<3, 1>(MCI, 2)) {
254 inRange<3>(MCI, 2)) {
264 inRange<5, 3>(MCI, 2)) {
326 Hexagon::R29 == Src1Reg && inRange<5, 2>(MCI, 1)) {
332 inRange<4, 2>(MCI, 1)) {
342 inRange<4>(MCI, 1)) {
361 inRange<
[all...]
H A DHexagonMCInstrInfo.h195 bool inRange(MCInst const &MCI, size_t Index) { function in namespace:llvm::HexagonMCInstrInfo
202 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-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h110 static bool inRange(int64_t Value, unsigned NumBits) { function in class:clang::interp::Boolean
H A DIntegral.h182 static bool inRange(int64_t Value, unsigned NumBits) { function in class:clang::interp::Integral
/freebsd-13-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
233 return Kind == KindImm && inRange(Imm, MinValue, MaxValue);
265 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff);
268 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287);
271 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x10);
274 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x100);

Completed in 120 milliseconds