| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 338 return N->getAPIntValue().isIntN(1); 342 return N->getAPIntValue().isIntN(2); 346 return N->getAPIntValue().isIntN(3); 350 return N->getAPIntValue().isIntN(4); 356 return N->getAPIntValue().isIntN(4); 364 return N->getAPIntValue().isIntN(8); 370 return N->getAPIntValue().isIntN(12); 382 return N->getAPIntValue().isIntN(16); 484 return N->getAPIntValue().isIntN(8);; 496 return N->getAPIntValue().isIntN(16); [all …]
|
| H A D | SystemZISelLowering.h | 460 return Mask && Mask->getValue().isIntN(16); in isMaskAndCmp0FoldingBeneficial()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 106 if (!isIntN(17, Value)) in adjustFixupValue() 120 if (!isIntN(27, Value)) in adjustFixupValue() 127 if (!isIntN(19, Value)) in adjustFixupValue() 146 if (!isIntN(11, Value)) in adjustFixupValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSymbolEnumerator.cpp | 99 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue() 114 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 445 if (!(isIntN(7, sValue))) in applyFixup() 455 if (!(isIntN(9, sValue))) in applyFixup() 467 if (!(isIntN(13, sValue))) in applyFixup() 478 if (!(isIntN(15, sValue))) in applyFixup() 490 if (!(isIntN(22, sValue))) in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 161 if (isIntN(12, CN->getSExtValue())) { in SelectInlineAsmMemoryOperand() 175 if (isIntN(16, CN->getSExtValue()) && in SelectInlineAsmMemoryOperand() 362 if (!IsSigned && ImmValue.isIntN(ImmBitSize)) { in selectVSplatImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 119 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 60 assert(isIntN(Size * 8 + 1, Value) && in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 452 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop() 464 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
|
| H A D | ConstantHoisting.cpp | 427 if (!Offset.isIntN(32)) in collectConstantCandidates()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 410 return isIntN(22, Offset >> 2); in isBranchOffsetInRange() 426 return isIntN(BPccDisplacementBits, Offset >> 2); in isBranchOffsetInRange() 432 return isIntN(BPrDisplacementBits, Offset >> 2); in isBranchOffsetInRange()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 545 return isIntN(13, BrOffset); in isBranchOffsetInRange() 556 return isIntN(7, BrOffset); in isBranchOffsetInRange()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSERegisterInfo.cpp | 217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
|
| H A D | MipsISelDAGToDAG.cpp | 247 auto IsInlineConstant = [](const APInt &Imm) { return Imm.isIntN(5); }; in selectVecAddAsVecSubIfProfitable()
|
| H A D | MipsSEISelDAGToDAG.cpp | 286 if (isIntN(OffsetBits + ShiftAmount, CN->getSExtValue())) { in selectAddrFrameIndexOffset() 563 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringSyntaxChecker.cpp | 68 return (IL->getValue().isIntN(1)); in isOne()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 367 return isIntN(AM.getDispSize() - 1, AM.Disp); in doesDispFitFI() 373 return isIntN(AM.getDispSize(), Val); in doesDispFit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 94 return isSigned() ? isSignedIntN(64) : isIntN(63); in isRepresentableByInt64()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 40 if (!isIntN(Width, Value)) { in signed_width()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 705 if (Size > 0 && !isIntN(Size * 8, SignedValue)) in applyFixup() 715 assert((Size == 0 || isIntN(Size * 8 + 1, SignedValue)) && in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 233 inline bool isIntN(unsigned N, int64_t x) { in isIntN() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 661 fits = integer.isIntN(byte_size * 8); in SetValueFromCString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 298 if (Value.isIntN(64)) in intToken()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 302 if (Len->getValue().isIntN(32)) in visitCallBase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 259 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
|