Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp99 if (!isUIntN(18, Value)) in adjustFixupValue()
120 if (!isUIntN(10, Value)) in adjustFixupValue()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1405 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1430 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1483 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
1498 } else if (!llvm::isUIntN(item_byte_size * 8, uval64)) { in DoExecute()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp36 if (!isUIntN(Width, Value)) { in unsigned_width()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp390 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp629 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
898 if (!isUIntN(IntTyBits, ElemSize.getKnownMinValue())) in visitAllocaInst()
H A DBasicAliasAnalysis.cpp1268 !isUIntN(BW, V1Size.getValue()) || !isUIntN(BW, V2Size.getValue())) in aliasGEP()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp183 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.cpp1977 if (isUIntN(6, AddrDelta)) { in encodeAdvanceLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h256 inline constexpr bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp925 !isUIntN(BitWidth - 1, ElemSize)) { in getElementIndex()
H A DConstants.cpp1605 return isUIntN(NumBits, Val); in isValueValidForType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp401 if (isUIntN(6, Value)) { in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h127 assert(llvm::isUIntN(BitWidth, val) && in BitWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3363 if (!isUIntN(*Length * 8, Value)) in parseDirectiveInsn()
3366 if (!isUIntN(EncodingDerivedLength * 8, Value)) in parseDirectiveInsn()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp174 if (!isUIntN(8 * getNumToSkipInBytes(), Delta)) in patchNumToSkip()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1679 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveWord()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1776 if (!isUIntN(Width, Val)) in validate()
2063 return isUIntN(Size, Val) || isIntN(Size, Val); in isSafeTruncation()
4732 if (!isUIntN(OffsetSize, Op.getImm())) { in validateOffset()
7824 if (!isUIntN(Width, Val - 1)) in parseHwreg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4543 (isIntN(Size, CE->getValue()) || isUIntN(Size, CE->getValue()))) { in matchAndEmitIntelInstruction()
4861 if (!isUIntN(32, ParamsSize)) in parseDirectiveFPOProc()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp239 assert(isUIntN(NumBytes * 8, IntValue) || isIntN(NumBytes * 8, IntValue)); in IntValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp770 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3145 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
4865 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveDCB()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1976 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1562 if (!llvm::isUIntN(IntWidth, NumElements)) in canScalarizeAccess()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2561 if (!isIntN(Width, Val) && !isUIntN(Width, Val)) { in ApplyTypeConstraints()

12