Home
last modified time | relevance | path

Searched refs:getConstantImm (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp133 int64_t getConstantImm() const { in getConstantImm() function
139 return (isConstantImm() && isInt<16>(getConstantImm())); in isSImm16()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1224 uint64_t Imm = getConstantImm() - Offset; in addConstantUImmOperands()
1252 int64_t Imm = getConstantImm() - Offset; in addConstantSImmOperands()
1307 return isConstantImm() && getConstantImm() == 0; in isConstantImmz()
1323 return isConstantImm() ? (isInt<Bits>(getConstantImm()) || in isAnyImm()
1324 isUInt<Bits>(getConstantImm())) in isAnyImm()
1333 return isConstantImm() && getConstantImm() >= Bottom && in isConstantUImmRange()
1334 getConstantImm() <= Top; in isConstantUImmRange()
1403 isShiftedUInt<Bits, ShiftLeftAmount>(getConstantImm()); in isScaledUImm()
1409 isShiftedInt<Bits, ShiftLeftAmount>(getConstantImm())) in isScaledSImm()
1450 int64_t Val = getConstantImm(); in isLSAImm()
[all …]