Searched refs:validImmediate (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h92 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
H A DMips16RegisterInfo.cpp131 !Mips16InstrInfo::validImmediate(MI.getOpcode(), FrameReg, Offset)) {
H A DMips16InstrInfo.cpp472 bool Mips16InstrInfo::validImmediate(unsigned Opcode, unsigned Reg, function in class:Mips16InstrInfo
491 llvm_unreachable("unexpected Opcode in validImmediate");

Completed in 89 milliseconds