Searched refs:isShiftedUInt (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1143 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
1147 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
1151 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
1158 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
1161 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
1165 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
2456 return isShiftedUInt<6,1>(Offset);
2465 return isShiftedUInt<6,2>(Offset);
2471 return isShiftedUInt<6,3>(Offset);
3192 isShiftedUInt<
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h178 return isShiftedUInt<N, S>(minConstant(MCI, Index));
H A DHexagonMCDuplexInfo.cpp563 if (!isShiftedUInt<6, 0>(Value))
/external/llvm/include/llvm/Support/
H A DMathExtras.h306 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
309 inline bool isShiftedUInt(uint64_t x) { function in namespace:llvm
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1041 isShiftedUInt<Bits, ShiftLeftAmount>(getConstantImm());
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4707 if (isUInt<12>(CVal) || isShiftedUInt<12, 12>(CVal))
4712 if (isUInt<12>(NVal) || isShiftedUInt<12, 12>(NVal)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11023 if (isShiftedUInt<16, 16>(Value))

Completed in 313 milliseconds