Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp105 if (!isIntN(17, Value)) in adjustFixupValue()
119 if (!isIntN(27, Value)) in adjustFixupValue()
126 if (!isIntN(19, Value)) in adjustFixupValue()
145 if (!isIntN(11, Value)) in adjustFixupValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp444 if (!(isIntN(7, sValue))) in applyFixup()
454 if (!(isIntN(9, sValue))) in applyFixup()
466 if (!(isIntN(13, sValue))) in applyFixup()
477 if (!(isIntN(15, sValue))) in applyFixup()
489 if (!(isIntN(22, sValue))) in applyFixup()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp166 if (isIntN(12, CN->getSExtValue())) { in SelectInlineAsmMemoryOperand()
180 if (isIntN(16, CN->getSExtValue()) && in SelectInlineAsmMemoryOperand()
367 if (!IsSigned && ImmValue.isIntN(ImmBitSize)) { in selectVSplatImm()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp119 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp60 assert(isIntN(Size * 8 + 1, Value) && in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp454 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
466 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
H A DConstantHoisting.cpp432 if (!Offset.isIntN(32)) in collectConstantCandidates()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
H A DMipsISelDAGToDAG.cpp251 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp68 return (IL->getValue().isIntN(1)); in isOne()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp372 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 DAPSInt.h94 return isSigned() ? isSignedIntN(64) : isIntN(63); in isRepresentableByInt64()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp41 if (!isIntN(Width, Value)) { in signed_width()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp716 if (Size > 0 && !isIntN(Size * 8, SignedValue)) in applyFixup()
726 assert((Size == 0 || isIntN(Size * 8 + 1, SignedValue)) && in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp298 if (Value.isIntN(64)) in intToken()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h260 inline bool isIntN(unsigned N, int64_t x) { in isIntN() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h463 return Mask && Mask->getValue().isIntN(16); in isMaskAndCmp0FoldingBeneficial()
H A DSystemZTargetTransformInfo.cpp1141 if (CI->getValue().isIntN(16)) in isFoldableLoad()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp308 if (Len->getValue().isIntN(32)) in visitCallBase()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp661 fits = integer.isIntN(byte_size * 8); in SetValueFromCString()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp194 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in emitValueImpl()

123