Home
last modified time | relevance | path

Searched refs:isIntN (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td338 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 DSystemZISelLowering.h460 return Mask && Mask->getValue().isIntN(16); in isMaskAndCmp0FoldingBeneficial()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp106 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 DNativeSymbolEnumerator.cpp99 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 DHexagonAsmBackend.cpp445 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 DLoongArchISelDAGToDAG.cpp161 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 DRecordSerialization.cpp119 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp60 assert(isIntN(Size * 8 + 1, Value) && in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp452 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
464 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
H A DConstantHoisting.cpp427 if (!Offset.isIntN(32)) in collectConstantCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp410 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 DAVRInstrInfo.cpp545 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 DMipsSERegisterInfo.cpp217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
H A DMipsISelDAGToDAG.cpp247 auto IsInlineConstant = [](const APInt &Imm) { return Imm.isIntN(5); }; in selectVecAddAsVecSubIfProfitable()
H A DMipsSEISelDAGToDAG.cpp286 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 DCStringSyntaxChecker.cpp68 return (IL->getValue().isIntN(1)); in isOne()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp367 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 DAPSInt.h94 return isSigned() ? isSignedIntN(64) : isIntN(63); in isRepresentableByInt64()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp40 if (!isIntN(Width, Value)) { in signed_width()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp705 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 DMathExtras.h233 inline bool isIntN(unsigned N, int64_t x) { in isIntN() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp661 fits = integer.isIntN(byte_size * 8); in SetValueFromCString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp298 if (Value.isIntN(64)) in intToken()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp302 if (Len->getValue().isIntN(32)) in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp259 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()

123