Home
last modified time | relevance | path

Searched refs:isUIntN (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
HDCSKYAsmBackend.cpp112 if (!isUIntN(18, Value)) in adjustFixupValue()
133 if (!isUIntN(10, Value)) in adjustFixupValue()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp1378 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1403 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1456 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1471 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
HDAVRAsmBackend.cpp61 if (!isUIntN(Width, Value)) { in unsigned_width()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchAsmBackend.cpp414 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.cpp309 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMathExtras.h255 inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp194 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
HDMCStreamer.cpp135 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in emitIntValue()
HDMCDwarf.cpp1919 if (isUIntN(6, AddrDelta)) { in encodeAdvanceLoc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDataLayout.cpp953 !isUIntN(BitWidth - 1, ElemSize)) { in getElementIndex()
HDConstants.cpp1579 return isUIntN(NumBits, Val); in isValueValidForType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp640 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp584 return IsConstantImm && isUIntN(N, Imm) && VK == RISCVMCExpr::VK_RISCV_None; in isVTypeImm()
3121 if (!isUIntN(RealLength * 8, Value)) in parseDirectiveInsn()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp1703 if (!isUIntN(Width, Val)) in validate()
1992 return isUIntN(Size, Val) || isIntN(Size, Val); in isSafeTruncation()
4404 if (!isUIntN(OffsetSize, Op.getImm())) { in validateOffset()
7399 if (!isUIntN(Width, Val - 1)) in parseHwreg()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp4446 (isIntN(Size, CE->getValue()) || isUIntN(Size, CE->getValue()))) { in matchAndEmitIntelInstruction()
4764 if (!isUIntN(32, ParamsSize)) in parseDirectiveFPOProc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp768 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTable.cpp251 assert(isUIntN(NumBytes * 8, IntValue) || isIntN(NumBytes * 8, IntValue)); in IntValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp1767 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp3200 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
4924 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveDCB()
HDMasmParser.cpp3646 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in emitIntValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitSimplify.cpp1998 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelDAGToDAG.cpp3383 [Bits](int64_t Imm) { return isUIntN(Bits, Imm); }); in selectVSplatUimm()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1104 if (!isUIntN(SwitchOpTy.getSizeInBits(), B.Cases[I].Mask)) { in emitBitTestHeader()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp7336 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue())) { in checkFormatExpr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp3216 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()

12