Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSymbolEnumerator.cpp97 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue()
112 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp442 if (!(isIntN(7, sValue))) in applyFixup()
452 if (!(isIntN(9, sValue))) in applyFixup()
464 if (!(isIntN(13, sValue))) in applyFixup()
475 if (!(isIntN(15, sValue))) in applyFixup()
487 if (!(isIntN(22, sValue))) in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp246 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
258 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
DConstantHoisting.cpp412 if (!Offset.isIntN(32)) in collectConstantCandidates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp119 if (N.isSigned() || !N.isIntN(64)) in consume_numeric()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp543 return isIntN(13, BrOffset); in isBranchOffsetInRange()
554 return isIntN(7, BrOffset); in isBranchOffsetInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
DMipsISelDAGToDAG.cpp244 auto IsInlineConstant = [](const APInt &Imm) { return Imm.isIntN(5); }; in selectVecAddAsVecSubIfProfitable()
DMipsSEISelDAGToDAG.cpp286 if (isIntN(OffsetBits + ShiftAmount, CN->getSExtValue())) { in selectAddrFrameIndexOffset()
563 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
DMipsSEFrameLowering.cpp908 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h377 bool isIntN(unsigned N) const { in isIntN() function
1803 inline bool isIntN(unsigned N, const APInt &APIVal) { return APIVal.isIntN(N); } in isIntN() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp446 return isIntN(13, BrOffset); in isBranchOffsetInRange()
449 return isIntN(21, BrOffset); in isBranchOffsetInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp39 if (!isIntN(Width, Value)) { in signed_width()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp568 if (Size > 0 && !isIntN(Size * 8, SignedValue)) in applyFixup()
578 assert((Size == 0 || isIntN(Size * 8 + 1, SignedValue)) && in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp163 isIntN(NumBits, static_cast<int64_t>(Value)); in valueFitsIntoFixupKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp274 if (Value.isIntN(64)) in intToken()
DAsmParser.cpp3050 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
3070 if (!IntValue.isIntN(128)) in parseHexOcta()
3072 if (!IntValue.isIntN(64)) { in parseHexOcta()
4752 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveDCB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h366 inline bool isIntN(unsigned N, int64_t x) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMathExtras.h434 inline bool isIntN(unsigned N, int64_t x) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp239 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in EmitValueImpl()
DMCStreamer.cpp133 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && in EmitIntValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp341 if (Len->getValue().isIntN(32)) in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h454 bool isIntN(unsigned N) const { in isIntN() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1344 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()
1348 return IsReloc && isIntN(PtrBits, Res.getConstant()); in isMemWithPtrSizeOffset()
1887 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm())) in processInstruction()
1917 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm())) in processInstruction()
1933 if (!isIntN(18, Offset.getImm())) in processInstruction()
1946 if (!isIntN(18, Offset.getImm())) in processInstruction()
1957 if (!isIntN(23, Offset.getImm())) in processInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1658 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()

12