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.cpp113 if (!isUIntN(18, Value)) in adjustFixupValue()
134 if (!isUIntN(10, Value)) in adjustFixupValue()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1432 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1457 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1510 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1525 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp60 if (!isUIntN(Width, Value)) { in unsigned_width()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp411 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h228 inline bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp316 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp953 !isUIntN(BitWidth - 1, ElemSize)) { in getElementIndex()
H A DConstants.cpp1508 return isUIntN(NumBits, Val); in isValueValidForType()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp259 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
H A DMCStreamer.cpp136 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in emitIntValue()
H A DMCDwarf.cpp1942 if (isUIntN(6, AddrDelta)) { in encodeAdvanceLoc()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp640 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4360 (isIntN(Size, CE->getValue()) || isUIntN(Size, CE->getValue()))) { in MatchAndEmitIntelInstruction()
4678 if (!isUIntN(32, ParamsSize)) in parseDirectiveFPOProc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp711 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
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.cpp1765 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3198 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
4909 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveDCB()
H A DMasmParser.cpp3645 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in emitIntValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1997 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp576 return IsConstantImm && isUIntN(N, Imm) && VK == RISCVMCExpr::VK_RISCV_None; in isVTypeImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1946 return isUIntN(Size, Val) || isIntN(Size, Val); in isSafeTruncation()
4234 if (!isUIntN(OffsetSize, Op.getImm())) { in validateOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3182 [Bits](int64_t Imm) { return isUIntN(Bits, Imm); }); in selectVSplatUimm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1106 if (!isUIntN(SwitchOpTy.getSizeInBits(), B.Cases[I].Mask)) { in emitBitTestHeader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3023 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { in visitBitTestHeader()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12103 if (llvm::isUIntN(S.Context.getCharWidth(), CL->getValue())) { in checkFormatExpr()

12