Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp112 if (!isUIntN(18, Value)) in adjustFixupValue()
133 if (!isUIntN(10, Value)) in adjustFixupValue()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.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/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp61 if (!isUIntN(Width, Value)) { in unsigned_width()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp414 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp309 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h255 inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp194 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
H A DMCStreamer.cpp135 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in emitIntValue()
H A DMCDwarf.cpp1919 if (isUIntN(6, AddrDelta)) { in encodeAdvanceLoc()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp953 !isUIntN(BitWidth - 1, ElemSize)) { in getElementIndex()
H A DConstants.cpp1579 return isUIntN(NumBits, Val); in isValueValidForType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp640 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp584 return IsConstantImm && isUIntN(N, Imm) && VK == RISCVMCExpr::VK_RISCV_None; in isVTypeImm()
3121 if (!isUIntN(RealLength * 8, Value)) in parseDirectiveInsn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.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/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4446 (isIntN(Size, CE->getValue()) || isUIntN(Size, CE->getValue()))) { in matchAndEmitIntelInstruction()
4764 if (!isUIntN(32, ParamsSize)) in parseDirectiveFPOProc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp768 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp251 assert(isUIntN(NumBytes * 8, IntValue) || isIntN(NumBytes * 8, IntValue)); in IntValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1767 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3200 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
4924 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveDCB()
H A DMasmParser.cpp3646 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in emitIntValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1998 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1104 if (!isUIntN(SwitchOpTy.getSizeInBits(), B.Cases[I].Mask)) { in emitBitTestHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3383 [Bits](int64_t Imm) { return isUIntN(Bits, Imm); }); in selectVSplatUimm()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7336 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue())) { in checkFormatExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3216 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()

12