| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 324 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLL(N->getZExtValue()); 328 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLH(N->getZExtValue()); 334 return N->getAPIntValue().isIntN(32) && 339 return N->getAPIntValue().isIntN(32) && 345 return N->getAPIntValue().isIntN(1); 349 return N->getAPIntValue().isIntN(2); 353 return N->getAPIntValue().isIntN(3); 357 return N->getAPIntValue().isIntN(4); 363 return N->getAPIntValue().isIntN(4); 371 return N->getAPIntValue().isIntN(8); [all …]
|
| H A D | SystemZISelLowering.h | 477 return Mask && Mask->getValue().isIntN(16); in isMaskAndCmp0FoldingBeneficial()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 92 if (!isIntN(17, Value)) in adjustFixupValue() 106 if (!isIntN(27, Value)) in adjustFixupValue() 113 if (!isIntN(19, Value)) in adjustFixupValue() 132 if (!isIntN(11, Value)) in adjustFixupValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 686 if (!(isIntN(7, sValue))) in applyFixup() 696 if (!(isIntN(9, sValue))) in applyFixup() 708 if (!(isIntN(13, sValue))) in applyFixup() 719 if (!(isIntN(15, sValue))) in applyFixup() 731 if (!(isIntN(22, sValue))) in applyFixup()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 71 if (!isIntN(Size, Value) && STI->hasFeature(AVR::FeatureWrappingRjmp)) { in adjustRelativeBranch() 78 if (isIntN(Size, WrappedValue)) { in adjustRelativeBranch() 83 if (!isIntN(Size, Value)) { in adjustRelativeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 183 if (isIntN(12, CN->getSExtValue())) { in SelectInlineAsmMemoryOperand() 197 if (isIntN(16, CN->getSExtValue()) && in SelectInlineAsmMemoryOperand() 406 if (!IsSigned && ImmValue.isIntN(ImmBitSize)) { in selectVSplatImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 316 return isIntN(18, BrOffset); in isBranchOffsetInRange() 334 return isIntN(8, BrOffset); in isBranchOffsetInRange() 340 return isIntN(12, BrOffset); in isBranchOffsetInRange() 344 return isIntN(8, BrOffset); in isBranchOffsetInRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 450 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop() 462 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 119 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 408 return isIntN(22, Offset >> 2); in isBranchOffsetInRange() 424 return isIntN(BPccDisplacementBits, Offset >> 2); in isBranchOffsetInRange() 430 return isIntN(BPrDisplacementBits, Offset >> 2); in isBranchOffsetInRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 93 assert(isIntN(Size * 8 + 1, static_cast<int64_t>(Value)) && in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSERegisterInfo.cpp | 213 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
|
| H A D | MipsISelDAGToDAG.cpp | 206 auto IsInlineConstant = [](const APInt &Imm) { return Imm.isIntN(5); }; in selectVecAddAsVecSubIfProfitable()
|
| H A D | MipsSEISelDAGToDAG.cpp | 282 if (isIntN(OffsetBits + ShiftAmount, CN->getSExtValue())) { in selectAddrFrameIndexOffset() 559 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 542 return isIntN(13, BrOffset); in isBranchOffsetInRange() 553 return isIntN(7, BrOffset); in isBranchOffsetInRange()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringSyntaxChecker.cpp | 68 return (IL->getValue().isIntN(1)); in isOne()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 372 return isIntN(AM.getDispSize() - 1, AM.Disp); in doesDispFitFI() 378 return isIntN(AM.getDispSize(), Val); in doesDispFit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 95 return isSigned() ? isSignedIntN(64) : isIntN(63); in isRepresentableByInt64()
|
| H A D | APInt.h | 120 assert(llvm::isIntN(BitWidth, val) && in BitWidth() 432 bool isIntN(unsigned N) const { return getActiveBits() <= N; } in isIntN() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 732 if (Size > 0 && !isIntN(Size * 8, SignedValue)) in applyFixup() 742 assert((Size == 0 || isIntN(Size * 8 + 1, SignedValue)) && in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 183 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 660 fits = integer.isIntN(byte_size * 8); in SetValueFromCString()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 378 if (Value.isIntN(64)) in intToken()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 261 inline constexpr bool isIntN(unsigned N, int64_t x) { in isIntN() function
|