| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 99 if (!isUIntN(18, Value)) in adjustFixupValue() 120 if (!isUIntN(10, Value)) in adjustFixupValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1405 } 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 D | AVRAsmBackend.cpp | 36 if (!isUIntN(Width, Value)) { in unsigned_width()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 390 if (isUIntN(6, Value)) { in relaxDwarfCFA()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 629 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall() 898 if (!isUIntN(IntTyBits, ElemSize.getKnownMinValue())) in visitAllocaInst()
|
| H A D | BasicAliasAnalysis.cpp | 1268 !isUIntN(BW, V1Size.getValue()) || !isUIntN(BW, V2Size.getValue())) in aliasGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 183 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
|
| H A D | MCStreamer.cpp | 135 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in emitIntValue()
|
| H A D | MCDwarf.cpp | 1977 if (isUIntN(6, AddrDelta)) { in encodeAdvanceLoc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 256 inline constexpr bool isUIntN(unsigned N, uint64_t x) { in isUIntN() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 925 !isUIntN(BitWidth - 1, ElemSize)) { in getElementIndex()
|
| H A D | Constants.cpp | 1605 return isUIntN(NumBits, Val); in isValueValidForType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 401 if (isUIntN(6, Value)) { in relaxDwarfCFA()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 127 assert(llvm::isUIntN(BitWidth, val) && in BitWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 3363 if (!isUIntN(*Length * 8, Value)) in parseDirectiveInsn() 3366 if (!isUIntN(EncodingDerivedLength * 8, Value)) in parseDirectiveInsn()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 174 if (!isUIntN(8 * getNumToSkipInBytes(), Delta)) in patchNumToSkip()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1679 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveWord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1776 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 D | X86AsmParser.cpp | 4543 (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 D | GlobalISelMatchTable.cpp | 239 assert(isUIntN(NumBytes * 8, IntValue) || isIntN(NumBytes * 8, IntValue)); in IntValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 770 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3145 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 D | HexagonBitSimplify.cpp | 1976 if (!isUIntN(6+Align, Off) || (Off & ((1<<Align)-1))) in genStoreImmediate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1562 if (!llvm::isUIntN(IntWidth, NumElements)) in canScalarizeAccess()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 2561 if (!isIntN(Width, Val) && !isUIntN(Width, Val)) { in ApplyTypeConstraints()
|