HomeSort by relevance Sort by last modified time
    Searched refs:isUInt (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParserCommon.h 17 (isUInt<16>(Value) && isInt<8>(static_cast<int16_t>(Value)));
22 (isUInt<32>(Value) && isInt<8>(static_cast<int32_t>(Value)));
34 return isUInt<8>(Value) || isInt<8>(Value);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 153 assert(isUInt<4>(Base) && isUInt<12>(Disp));
163 assert(isUInt<4>(Base) && isInt<20>(Disp));
174 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<4>(Index));
185 assert(isUInt<4>(Base) && isInt<20>(Disp) && isUInt<4>(Index));
197 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<8>(Len))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 54 if (isUInt<32>(Imm.getZExtValue()))
105 if (isUInt<32>(Imm.getZExtValue()))
113 if (isUInt<32>(Imm.getZExtValue()))
116 if (isUInt<32>(-Imm.getSExtValue()))
131 if (isUInt<32>(Imm.getZExtValue()))
144 if (isUInt<32>(~Imm.getZExtValue()))
206 if (isUInt<32>(Imm.getZExtValue()))
208 if (isUInt<32>(-Imm.getSExtValue()))
SystemZInstrInfo.cpp 626 isUInt<12>(MI->getOperand(2).getImm()) &&
    [all...]
SystemZISelDAGToDAG.cpp 366 return isUInt<12>(Val);
484 return isUInt<12>(Val);
488 return !isUInt<12>(Val);
512 if (isUInt<12>(Disp))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 150 if (isUInt<8>(EltOffset0) && isUInt<8>(EltOffset1))
158 return isUInt<8>(EltOffset0 / 64) && isUInt<8>(EltOffset1 / 64);
238 assert((isUInt<8>(NewOffset0) && isUInt<8>(NewOffset1)) &&
334 assert((isUInt<8>(NewOffset0) && isUInt<8>(NewOffset1)) &&
AMDGPUISelDAGToDAG.cpp 774 if ((OffsetBits == 16 && !isUInt<16>(Offset)) ||
775 (OffsetBits == 8 && !isUInt<8>(Offset)))
803 if (isUInt<16>(ByteOffset)) {
832 if (isUInt<16>(CAddr->getZExtValue())) {
873 if (isUInt<8>(DWordOffset0)) {
    [all...]
SIShrinkInstructions.cpp 170 if (MovSrc.isImm() && isUInt<32>(MovSrc.getImm())) {
SIISelLowering.cpp 318 if (!isUInt<12>(AM.BaseOffs))
382 if (!isUInt<8>(AM.BaseOffs / 4))
387 if (!isUInt<32>(AM.BaseOffs / 4))
391 if (!isUInt<20>(AM.BaseOffs))
415 if (!isUInt<16>(AM.BaseOffs))
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 287 /// isUInt - Checks if an unsigned integer fits into the given bit width.
289 inline bool isUInt(uint64_t x) {
294 inline bool isUInt<8>(uint64_t x) {
298 inline bool isUInt<16>(uint64_t x) {
302 inline bool isUInt<32>(uint64_t x) {
310 return isUInt<N+S>(x) && (x % (1<<S) == 0);
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 447 bool isU1Imm() const { return Kind == Immediate && isUInt<1>(getImm()); }
448 bool isU2Imm() const { return Kind == Immediate && isUInt<2>(getImm()); }
449 bool isU3Imm() const { return Kind == Immediate && isUInt<3>(getImm()); }
450 bool isU4Imm() const { return Kind == Immediate && isUInt<4>(getImm()); }
451 bool isU5Imm() const { return Kind == Immediate && isUInt<5>(getImm()); }
453 bool isU6Imm() const { return Kind == Immediate && isUInt<6>(getImm()); }
455 isUInt<6>(getImm()) &&
458 isUInt<7>(getImm()) &&
461 isUInt<8>(getImm()) &&
464 bool isU10Imm() const { return Kind == Immediate && isUInt<10>(getImm());
    [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 127 if (!isUInt<N>(Imm))
135 if (!isUInt<N>(Imm))
210 assert(isUInt<N>(Imm) && "Invalid PC-relative offset");
  /external/llvm/lib/IR/
DataLayout.cpp 254 if (!isUInt<24>(AddrSpace))
400 if (!isUInt<24>(bit_width))
402 if (!isUInt<16>(abi_align))
404 if (!isUInt<16>(pref_align))
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 185 return isUInt<N>(minConstant(MCI, Index));
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 66 assert(isUInt<N>(Value) && "Invalid uimm argument");
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 578 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range");
581 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range");
734 return isUInt() ||
1111 bool Value::isUInt() const {
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 211 if (isUInt<11>(FrameSize))
214 int Base = 2040; // should create template function like isUInt that
238 if (!isUInt<11>(FrameSize)) {
241 FrameSize = Base; // should create template function like isUInt that
Mips16ISelLowering.cpp 736 if (isUInt<8>(imm))
738 else if ((!ImmSigned && isUInt<16>(imm)) ||
752 if (isUInt<8>(Imm))
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 174 if (UnsignedFree && isUInt<16>(Imm.getZExtValue()))
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 146 else if (!isUInt<16>(Val)) {
  /external/webrtc/webrtc/base/
json.cc 28 } else if (in.isUInt()) {
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 385 assert(isUInt<8>(Vals[RecordIdx]) &&

Completed in 1994 milliseconds

1 2 3