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

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 215 return isShiftedInt<11,1>(v);
225 return isShiftedInt<11,2>(v);
235 return isShiftedInt<11,3>(v);
366 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) {
369 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) {
372 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) {
    [all...]
HexagonInstrInfo.cpp 694 return isShiftedInt<4,3>(MI->getOperand(3).getImm());
697 return isShiftedInt<4,2>(MI->getOperand(3).getImm());
701 return isShiftedInt<4,1>(MI->getOperand(3).getImm());
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 289 /// isShiftedInt<N,S> - Checks if a signed integer is an N bit number shifted
292 inline bool isShiftedInt(int64_t x) {

Completed in 54 milliseconds