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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 656 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
661 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
666 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
675 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
679 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
685 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
    [all...]
HexagonISelDAGToDAG.cpp 255 return isShiftedUInt<6,1>(v);
265 return isShiftedUInt<6,2>(v);
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 315 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
318 inline bool isShiftedUInt(uint64_t x) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 198 milliseconds