/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSymbolEnumerator.cpp | 97 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/ |
D | HexagonAsmBackend.cpp | 442 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/ |
D | PlaceSafepoints.cpp | 246 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop() 258 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()
|
D | ConstantHoisting.cpp | 412 if (!Offset.isIntN(32)) in collectConstantCandidates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 119 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/ |
D | AVRInstrInfo.cpp | 543 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/ |
D | MipsSERegisterInfo.cpp | 217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
|
D | MipsISelDAGToDAG.cpp | 244 auto IsInlineConstant = [](const APInt &Imm) { return Imm.isIntN(5); }; in selectVecAddAsVecSubIfProfitable()
|
D | MipsSEISelDAGToDAG.cpp | 286 if (isIntN(OffsetBits + ShiftAmount, CN->getSExtValue())) { in selectAddrFrameIndexOffset() 563 (!Signed && ImmValue.isIntN(ImmBitSize))) { in selectVSplatCommon()
|
D | MipsSEFrameLowering.cpp | 908 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 377 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/ |
D | RISCVInstrInfo.cpp | 446 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/ |
D | AVRAsmBackend.cpp | 39 if (!isIntN(Width, Value)) { in signed_width()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 568 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/ |
D | AArch64AsmBackend.cpp | 163 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/ |
D | AsmLexer.cpp | 274 if (Value.isIntN(64)) in intToken()
|
D | AsmParser.cpp | 3050 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/ |
D | MathExtras.h | 366 inline bool isIntN(unsigned N, int64_t x) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 434 inline bool isIntN(unsigned N, int64_t x) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 239 if (!isUIntN(8 * Size, AbsValue) && !isIntN(8 * Size, AbsValue)) { in EmitValueImpl()
|
D | MCStreamer.cpp | 133 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/ |
D | Lint.cpp | 341 if (Len->getValue().isIntN(32)) in visitCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 454 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/ |
D | MipsAsmParser.cpp | 1344 (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/ |
D | PPCAsmParser.cpp | 1658 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
|