HomeSort by: relevance | last modified time | path
    Searched refs:isShiftedInt (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 200 return isShiftedInt<N, S>(minConstant(MCI, Index));
HexagonMCDuplexInfo.cpp 550 if (!isShiftedInt<7, 0>(Value))
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp 163 return IsConstantImm && isShiftedInt<num, shift>(Imm);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h 379 constexpr inline bool isShiftedInt(int64_t x) {
381 N > 0, "isShiftedInt<0> doesn't make sense (refers to a 0-bit number.");
382 static_assert(N + S <= 64, "isShiftedInt<N, S> with N + S > 64 is too wide.");
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 357 // modifiers and isShiftedInt<N-1, 1>(Op).
368 IsValid = isShiftedInt<N - 1, 1>(Imm);
634 return IsConstantImm && (Imm != 0) && isShiftedInt<6, 4>(Imm) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 1346 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff())))
1350 return IsReloc && isShiftedInt<Bits, ShiftAmount>(Res.getConstant());
1397 isShiftedInt<Bits, ShiftLeftAmount>(getConstantImm()))
1405 return Success && isShiftedInt<Bits, ShiftLeftAmount>(Res.getConstant());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 4005 isShiftedInt<6,3>(MI.getOperand(1).getImm()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 15766 if (isShiftedInt<16, 16>(Value))

Completed in 36 milliseconds