Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1345 bool isConstantMemOff() const { in isConstantMemOff() function in __anona2e40b320211::MipsOperand
1357 (isConstantMemOff() && in isMemWithSimmOffset()
1372 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()
1384 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()
1389 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()
1395 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()