HomeSort by relevance Sort by last modified time
    Searched refs:validImmediate (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 89 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
Mips16RegisterInfo.cpp 134 !Mips16InstrInfo::validImmediate(MI.getOpcode(), FrameReg, Offset)) {
Mips16InstrInfo.cpp 456 bool Mips16InstrInfo::validImmediate(unsigned Opcode, unsigned Reg,
475 llvm_unreachable("unexpected Opcode in validImmediate");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16InstrInfo.h 96 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
Mips16RegisterInfo.cpp 134 !Mips16InstrInfo::validImmediate(MI.getOpcode(), FrameReg, Offset)) {
Mips16InstrInfo.cpp 476 bool Mips16InstrInfo::validImmediate(unsigned Opcode, unsigned Reg,
495 llvm_unreachable("unexpected Opcode in validImmediate");

Completed in 230 milliseconds